From dd671ecb4aec9804b9b884fdfd2b9804687de24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 7 Dec 2023 21:43:16 +0100 Subject: [PATCH] awesome: dark and light sync with lupan-colors-nvim --- awesome/.config/awesome/theme_dark.lua | 20 ++++++++++---------- awesome/.config/awesome/theme_light.lua | 22 +++++++++++----------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/awesome/.config/awesome/theme_dark.lua b/awesome/.config/awesome/theme_dark.lua index 0584ee4..9226542 100644 --- a/awesome/.config/awesome/theme_dark.lua +++ b/awesome/.config/awesome/theme_dark.lua @@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5" theme.tasklist_disable_icon = true theme.wibar_height = 40 -theme.bg_normal = "#29333d" -theme.bg_focus = "#454c54" -theme.bg_urgent = "#dfaa9f" -theme.bg_minimize = "#5c6670" +theme.bg_normal = "#283538" +theme.bg_focus = "#495d62" +theme.bg_urgent = "#d8aeb5" +theme.bg_minimize = "#4e5c5f" theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#3d4c5c" +theme.tasklist_bg_focus = "#354d52" -theme.fg_normal = "#7a99b8" -theme.fg_focus = "#b3c4d6" +theme.fg_normal = "#9ea7aa" +theme.fg_focus = "#b1babd" theme.fg_urgent = theme.bg_focus -theme.fg_minimize = "#b9bfc6" -theme.taglist_fg_empty = "#536e88" +theme.fg_minimize = "#8a9294" +theme.taglist_fg_empty = "#798082" theme.useless_gap = dpi(1) theme.border_width = dpi(2) @@ -28,7 +28,7 @@ theme.border_normal = "#708090" theme.border_focus = "#a0522d" theme.border_marked = "#91231c" -theme.bg_wallpaper = "#505962" +theme.bg_wallpaper = "#424a4c" -- You can use your own layout icons like this: theme.layout_fairh = themes_path .. "default/layouts/fairhw.png" diff --git a/awesome/.config/awesome/theme_light.lua b/awesome/.config/awesome/theme_light.lua index 7c5f9ea..4af137c 100644 --- a/awesome/.config/awesome/theme_light.lua +++ b/awesome/.config/awesome/theme_light.lua @@ -9,18 +9,18 @@ theme.font = "GoMono Nerd Font 10.5" theme.tasklist_disable_icon = true theme.wibar_height = 40 -theme.bg_normal = "#29333D" -theme.bg_focus = "#99BFE6" -theme.bg_urgent = "#DFAA9F" -theme.bg_minimize = "#5C6670" +theme.bg_normal = "#283538" +theme.bg_focus = "#badde6" +theme.bg_urgent = "#d0426a" +theme.bg_minimize = "#627b81" theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#7EA6CD" +theme.tasklist_bg_focus = "#9cc2cb" -theme.fg_normal = "#A5ADB6" -theme.fg_focus = "#252E37" -theme.fg_urgent = theme.fg_focus -theme.fg_minimize = "#B9BFC6" -theme.taglist_fg_empty = "#76828F" +theme.fg_normal = "#616c6f" +theme.fg_focus = "#363d3e" +theme.fg_urgent = "#e9f2f5" +theme.fg_minimize = "#4b5456" +theme.taglist_fg_empty = "#566063" theme.useless_gap = dpi(1) theme.border_width = dpi(2) @@ -28,7 +28,7 @@ theme.border_normal = "#bebebe" theme.border_focus = "#ff7f50" theme.border_marked = "#91231c" -theme.bg_wallpaper = "#9DA6AF" +theme.bg_wallpaper = "#b0bec2" -- You can use your own layout icons like this: theme.layout_fairh = themes_path .. "default/layouts/fairhw.png"