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

@ -0,0 +1,27 @@
-- Colors :
colors = {}
-- Dark colors
colors.black = "#181926"
colors.red = "#ed8796"
colors.green = "#a6da95"
colors.yellow = "#f5a97f"
colors.blue = "#8aadf4"
colors.magenta = "#c6a0f6"
colors.cyan = "#91d7e3"
colors.white = "#cad3f5"
-- Bright colors
colors.brightblack = "#24273a"
colors.brightred = "#ee99a0"
colors.brightgreen = "#8bd5ca"
colors.brightyellow = "#eed49f"
colors.brightblue = "#b7bdf8"
colors.brightmagenta = "#f5bde6"
colors.brightcyan = "#7dc4e4"
colors.brightwhite = "#a5adcb"
-- Other
colors.transparent = "#00000000"
colors.container = "#1e2030"
colors.main_scheme = "#f4dbd6"
colors.main_transparent = "#262626CC"
return colors

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

View file

@ -1,27 +1,27 @@
-- Colors :
colors = {}
colors = {}
-- Dark colors
colors.black = "#1B2224"
colors.red = "#a54242"
colors.green = "#8c9440"
colors.yellow = "#de935f"
colors.blue = "#548D91"
colors.magenta = "#85678f"
colors.cyan = "#5e8d87"
colors.white = "#acacac"
colors.black = "#1B2224"
colors.red = "#a54242"
colors.green = "#8c9440"
colors.yellow = "#de935f"
colors.blue = "#548D91"
colors.magenta = "#85678f"
colors.cyan = "#5e8d87"
colors.white = "#acacac"
-- Bright colors
colors.brightblack = "#263033"
colors.brightred = "#cc6666"
colors.brightgreen = "#b5bd68"
colors.brightyellow = "#f0c674"
colors.brightblue = "#81a2be"
colors.brightmagenta = "#b294bb"
colors.brightcyan = "#8abeb7"
colors.brightwhite = "#c5c8c6"
colors.brightblack = "#263033"
colors.brightred = "#cc6666"
colors.brightgreen = "#b5bd68"
colors.brightyellow = "#f0c674"
colors.brightblue = "#81a2be"
colors.brightmagenta = "#b294bb"
colors.brightcyan = "#8abeb7"
colors.brightwhite = "#c5c8c6"
-- Other
colors.transparent = "#00000000"
colors.container = "#222B2E"
colors.main_scheme = "#2F9B85"
colors.main_transparent = "#1A2123CC"
colors.transparent = "#00000000"
colors.container = "#222B2E"
colors.main_scheme = "#2F9B85"
colors.main_transparent = "#1A2123CC"
return colors