Add revelation

Update and add bling task_preview, tag_preview and window_switcher
Add catppuccin-macchiato
Use my weather key
Update keybindings
Update autorun
Fix sliders
This commit is contained in:
Hydroxycarbamide 2023-03-20 09:51:48 +01:00
parent 4f850f7173
commit 2401cfcee2
56 changed files with 2040 additions and 858 deletions

View file

@ -1,27 +1,27 @@
-- Colors :
colors = {}
colors = {}
-- Dark colors
colors.black = "#222222"
colors.red = "#cc241d"
colors.green = "#98971a"
colors.yellow = "#d79921"
colors.blue = "#458588"
colors.magenta = "#b16286"
colors.cyan = "#689d6a"
colors.white = "#acacac"
colors.black = "#222222"
colors.red = "#cc241d"
colors.green = "#98971a"
colors.yellow = "#d79921"
colors.blue = "#458588"
colors.magenta = "#b16286"
colors.cyan = "#689d6a"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#333333"
colors.brightred = "#fb4934"
colors.brightgreen = "#b8bb26"
colors.brightyellow = "#fabd2f"
colors.brightblue = "#83a598"
colors.brightmagenta = "#d3869b"
colors.brightcyan = "#8ec07c"
colors.brightwhite = "#dfdfdf"
colors.brightblack = "#333333"
colors.brightred = "#fb4934"
colors.brightgreen = "#b8bb26"
colors.brightyellow = "#fabd2f"
colors.brightblue = "#83a598"
colors.brightmagenta = "#d3869b"
colors.brightcyan = "#8ec07c"
colors.brightwhite = "#dfdfdf"
-- Other
colors.transparent = "#00000000"
colors.container = "#303030"
colors.main_scheme = "#458588"
colors.main_transparent = "#262626CC"
colors.transparent = "#00000000"
colors.container = "#303030"
colors.main_scheme = "#458588"
colors.main_transparent = "#303030CC"
return colors