summaryrefslogtreecommitdiff
path: root/ni/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ni/theme.lua')
-rw-r--r--ni/theme.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/ni/theme.lua b/ni/theme.lua
index 7f3c41a..158b5d1 100644
--- a/ni/theme.lua
+++ b/ni/theme.lua
@@ -25,6 +25,13 @@ theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
theme.border_marked = "#91231c"
+theme.fg_widget = theme.fg_normal
+theme.bg_widget = theme.bg_normal
+
+theme.fg_bat_hi_widget = "green"
+theme.fg_bat_mi_widget = theme.fg_normal
+theme.fg_bat_lo_widget = "red"
+
-- There are other variable sets
-- overriding the default one when
-- defined, the sets are:
@@ -95,5 +102,6 @@ theme.awesome_icon = theme_dir .. "/icons/awesome.png"
theme.widget_sep = theme_dir .. "/icons/separator.png"
theme.widget_vol = theme_dir .. "/icons/vol.png"
+theme.widget_bat = theme_dir .. "/icons/bat.png"
return theme