aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/theme.lua')
-rw-r--r--.config/awesome/theme.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/awesome/theme.lua b/.config/awesome/theme.lua
index 694887c..e7a8fe7 100644
--- a/.config/awesome/theme.lua
+++ b/.config/awesome/theme.lua
@@ -12,8 +12,8 @@ local theme = {}
theme.font = "Liberation Mono 9"
-theme.bg_normal = "#393939"
-theme.bg_focus = "#5778c1"
+theme.bg_normal = "#252a35"
+theme.bg_focus = "#5294e2"
theme.bg_urgent = "#ca674a"
theme.bg_minimize = "#a9a9a9"
theme.bg_systray = theme.bg_normal
@@ -25,8 +25,8 @@ theme.fg_minimize = theme.fg_normal
theme.useless_gap = dpi(4)
theme.border_width = dpi(2)
-theme.border_normal = "#555555"
-theme.border_focus = "#5778c1"
+theme.border_normal = "#4b5165"
+theme.border_focus = "#5294e2"
theme.border_marked = "#91231c"
-- There are other variable sets