diff options
author | June McEnroe <june@causal.agency> | 2012-10-07 11:34:24 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-10-07 11:34:24 -0400 |
commit | c2805a767b4e1ad4711f64ace38114a73af10530 (patch) | |
tree | 57d58eeda355319fbf5366beb844b51b58d64978 | |
parent | Add cpupower configuration (diff) | |
download | src-c2805a767b4e1ad4711f64ace38114a73af10530.tar.gz src-c2805a767b4e1ad4711f64ace38114a73af10530.zip |
Use transparent backgrounds in awesome
-rw-r--r-- | .config/awesome/themes/current/theme.lua | 6 |
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" |