diff --git a/awesome/.config/awesome/theme_dark.lua b/awesome/.config/awesome/theme_dark.lua index 9226542..e73c289 100644 --- a/awesome/.config/awesome/theme_dark.lua +++ b/awesome/.config/awesome/theme_dark.lua @@ -10,11 +10,11 @@ theme.tasklist_disable_icon = true theme.wibar_height = 40 theme.bg_normal = "#283538" -theme.bg_focus = "#495d62" +theme.bg_focus = "#36537d" -- hsl(215deg 40% 35%) theme.bg_urgent = "#d8aeb5" -theme.bg_minimize = "#4e5c5f" +theme.bg_minimize = "#363e49" -- hsl(215deg 15% 25%) theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#354d52" +theme.tasklist_bg_focus = "#263c59" -- hsl(215deg 40% 25%) theme.fg_normal = "#9ea7aa" theme.fg_focus = "#b1babd" diff --git a/awesome/.config/awesome/theme_light.lua b/awesome/.config/awesome/theme_light.lua index 4af137c..f1320ba 100644 --- a/awesome/.config/awesome/theme_light.lua +++ b/awesome/.config/awesome/theme_light.lua @@ -10,11 +10,11 @@ theme.tasklist_disable_icon = true theme.wibar_height = 40 theme.bg_normal = "#283538" -theme.bg_focus = "#badde6" +theme.bg_focus = "#82a0c9" -- hsl(215deg 40% 65%) theme.bg_urgent = "#d0426a" -theme.bg_minimize = "#627b81" +theme.bg_minimize = "#7b899d" -- hsl(215deg 15% 55%) theme.bg_systray = theme.bg_normal -theme.tasklist_bg_focus = "#9cc2cb" +theme.tasklist_bg_focus = "#5e85ba" -- hsl(215deg 40% 55%) theme.fg_normal = "#616c6f" theme.fg_focus = "#363d3e"