summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-05-26 12:01:44 +0000
committerache <ache@ache.one>2017-05-26 12:01:44 +0000
commit1dab800c640bbc00c74a38cd44020f870e701580 (patch)
treeb4fe9b688d18ddd3e41e34c6e53f2ef8995d91d9 /themes
parentNow act also act mpd (diff)
Borders are now red
Diffstat (limited to 'themes')
-rw-r--r--themes/customII/theme.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/themes/customII/theme.lua b/themes/customII/theme.lua
index 39bc7b5..7757e3d 100644
--- a/themes/customII/theme.lua
+++ b/themes/customII/theme.lua
@@ -13,7 +13,7 @@ theme.confdir = os.getenv("HOME") .. "/.config/awesome/the
theme.font = "GohuFont Powerline Bold 8"
--theme.taglist_font =
-theme.bg_normal = "#15171D"
+theme.bg_normal = "#15151D"
theme.bg_focus = "#393F4F"
theme.bg_urgent = "#2b90d9"
theme.fg_normal = "#839496"
@@ -29,9 +29,9 @@ theme.fg_magenta = "#d33682"
theme.fg_cyan = "#2aa198"
theme.fg_white = "#aaaaaa"
theme.fg_blu = "#8ebdde"
-theme.border_width = "3"
-theme.border_normal = "#1c2022"
-theme.border_focus = "#FFC0A0"
+theme.border_width = "2"
+theme.border_normal = "#15151D"
+theme.border_focus = "#ae434b"
theme.border_marked = "#3ca4d8"
@@ -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 = "#15171D"
-theme.menu_bg_focus = "#15171D"
+theme.menu_bg_normal = "#15151D"
+theme.menu_bg_focus = "#15151D"
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 = "#15171D"
-theme.tasklist_bg_focus = "#15171D"
+theme.tasklist_bg_normal = "#15151D"
+theme.tasklist_bg_focus = "#15151D"
theme.titlebar_close_button_normal = theme.confdir .. "/titlebar/close_normal.png"