diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-21 14:37:59 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-21 14:37:59 +0530 |
commit | 7a2e26072e9a555a23fbfeafc1ce1975191a4108 (patch) | |
tree | 5680e7220ad6f70a3984ccc00c57dba1980062d3 /awesome | |
parent | 1a834d4e354b2afb62a8468ccbd3bb220dd353d7 (diff) |
configured .gitignore so now only the useful files get added
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/theme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/theme.lua b/awesome/theme.lua index 70507fa0..bb113efe 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -9,7 +9,7 @@ local theme = {} theme.font = "Source Han Sans JP 9"--:style=Regular" -- "Ubuntu:style=Light 10" -- "sans 8" -theme.bg_normal = "#444444" -- 6c7164 +theme.bg_normal = "#171520" -- 6c7164 theme.bg_focus = "#d33682" theme.bg_urgent = "#dc322f" theme.bg_minimize = "#6c71ff" -- 444444 |