From 113c96ede4d8c8e47b20239fa88a077b818b65f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 13 Feb 2024 20:29:43 +0100 Subject: [PATCH] awesome: change focus and minimized colors --- awesome/.config/awesome/theme_dark.lua | 6 +++--- awesome/.config/awesome/theme_light.lua | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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"