From c2805a767b4e1ad4711f64ace38114a73af10530 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 7 Oct 2012 11:34:24 -0400 Subject: Use transparent backgrounds in awesome --- .config/awesome/themes/current/theme.lua | 6 +++--- 1 file 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" -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/prune.sh (unfollow)
Commit message (Expand)Author
2021-01-12Render tag index in HTMLJune McEnroe
2021-01-12Add htagml -xJune McEnroe
2021-01-12Prevent matching the same tag twiceJune McEnroe
2021-01-12Process htagml file line by lineJune McEnroe
2021-01-12Split fields by tab onlyJune McEnroe
2021-01-12List both Makefile and html.sh under README.7June McEnroe
2021-01-12Add htagml exampleJune McEnroe
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
2021-01-09Add c -t flag to print expression typeJune McEnroe
2021-01-05Update taglineJune McEnroe