summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/themes/current/theme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/themes/current/theme.lua b/.config/awesome/themes/current/theme.lua
index 2b46b5b8..59d4a2aa 100644
--- a/.config/awesome/themes/current/theme.lua
+++ b/.config/awesome/themes/current/theme.lua
@@ -6,9 +6,9 @@ theme = {}
 
 theme.font          = "sans 8"
 
-theme.bg_normal     = "#1d1f21"
-theme.bg_focus      = "#373b41"
-theme.bg_urgent     = "#1d1f21"
+theme.bg_normal     = "#1d1f2100"
+theme.bg_focus      = "#373b4155"
+theme.bg_urgent     = "#1d1f2155"
 theme.bg_minimize   = "#282a2e"
 
 theme.fg_normal     = "#c5c8c6"