aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/themes
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-30 13:55:12 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-06-30 13:55:12 +0530
commitb07f55778de28332b072996168d9fade8155f920 (patch)
tree6b56468b58d0b689f5a912cef198b2470f9b5ee0 /.config/awesome/themes
parent2916b9f0a816bb16a062bb84ade0b21df0eb2b80 (diff)
My Awesome Config is almost usable now
Diffstat (limited to '.config/awesome/themes')
-rw-r--r--.config/awesome/themes/default/theme.lua19
1 files changed, 15 insertions, 4 deletions
diff --git a/.config/awesome/themes/default/theme.lua b/.config/awesome/themes/default/theme.lua
index cd41ce5..de7464e 100644
--- a/.config/awesome/themes/default/theme.lua
+++ b/.config/awesome/themes/default/theme.lua
@@ -11,7 +11,8 @@ local themes_path = gfs.get_themes_dir()
local theme = {}
-theme.font = "Source Code Pro:style=Regular"
+-- theme.font = "Source Han Sans JP:style=Regular:fontsize=6"
+theme.font = "Source Code Pro Medium:style=Medium"
theme.bg_normal = "#171520"
-- theme.bg_focus = "#130F23"
@@ -20,16 +21,26 @@ theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.bg_systray = theme.bg_normal
-theme.fg_normal = "#02FC45"
+theme.fg_normal = "#FFFFFF"
theme.fg_focus = "#FFFFFF"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"
-theme.useless_gap = dpi(4)
+theme.useless_gap = dpi(6)
theme.border_width = dpi(2)
theme.border_normal = "#130F23"
theme.border_focus = "#BF00FF"
-theme.border_marked = "#02FC45"
+theme.border_marked = "#5b76b7"
+
+theme.taglist_bg_focus = "#D33682"
+theme.taglist_bg_occupied = "#130F23"
+theme.taglist_bg_empty = "#171520"
+-- theme.taglist_bg_urgent = "#FF0000"
+
+theme.taglist_fg_focus = "#FFFFFF"
+theme.taglist_fg_occupied = "#268BD2"
+theme.taglist_fg_empty = "#02FC45"
+-- theme.taglist_fg_urgent = "#FF0000"
-- There are other variable sets
-- overriding the default one when