summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-10-07 11:34:24 -0400
committerJune McEnroe <programble@gmail.com>2012-10-07 11:34:24 -0400
commit0a2d874208f47b7dc167f02b79622c66a4a1ef0b (patch)
treeb3a6009a477280120604029adfffca1b472a02e7 /.config
parentAdd cpupower configuration (diff)
downloadsrc-0a2d874208f47b7dc167f02b79622c66a4a1ef0b.tar.gz
src-0a2d874208f47b7dc167f02b79622c66a4a1ef0b.zip
Use transparent backgrounds in awesome
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"