summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-21 18:00:18 +0200
committerache <ache@ache.one>2017-04-21 18:00:18 +0200
commit52e834189228a4eb9df1a97e830caaa99f5d1ab7 (patch)
treec9fb4b84a753c997c51780a9cd7be045e0b93e82 /themes
parentMonoca for powerline font (diff)
Change theme colors
Diffstat (limited to 'themes')
-rw-r--r--themes/customII/theme.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/customII/theme.lua b/themes/customII/theme.lua
index 411aada..05c8305 100644
--- a/themes/customII/theme.lua
+++ b/themes/customII/theme.lua
@@ -13,9 +13,9 @@ theme.confdir = os.getenv("HOME") .. "/.config/awesome/the
theme.font = "Monaco for Powerline 8"
--theme.taglist_font =
-theme.bg_normal = "#211d21"
-theme.bg_focus = "#211d21"
-theme.bg_urgent = "#211d21"
+theme.bg_normal = "#15171D"
+theme.bg_focus = "#393F4F"
+theme.bg_urgent = "#2b90d9"
theme.fg_normal = "#839496"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#cb4b16"
@@ -43,8 +43,8 @@ theme.menu_width = "100"
theme.menu_border_width = "0"
theme.menu_fg_normal = "#839496"
theme.menu_fg_focus = "#FFFFFF"
-theme.menu_bg_normal = "#211d21"
-theme.menu_bg_focus = "#211d21"
+theme.menu_bg_normal = "#15171D"
+theme.menu_bg_focus = "#15171D"
theme.submenu_icon = theme.confdir .. "/icons/submenu.png"
theme.widget_temp = theme.confdir .. "/icons/temp.png"
@@ -71,8 +71,8 @@ theme.tasklist_disable_icon = true
theme.tasklist_floating = ""
theme.tasklist_maximized_horizontal = ""
theme.tasklist_maximized_vertical = ""
-theme.tasklist_bg_normal = "#211d21"
-theme.tasklist_bg_focus = "#211d21"
+theme.tasklist_bg_normal = "#15171D"
+theme.tasklist_bg_focus = "#15171D"
theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png"