From 1dab800c640bbc00c74a38cd44020f870e701580 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 26 May 2017 12:01:44 +0000 Subject: Borders are now red --- rc.lua | 6 +++--- themes/customII/theme.lua | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/rc.lua b/rc.lua index fd16cf7..73395ab 100644 --- a/rc.lua +++ b/rc.lua @@ -64,9 +64,9 @@ modkey = "Mod4" -- Table of layouts to cover with awful.layout.inc, order matters. awful.layout.layouts = { - lain.layout.uselesspiral, --1 - lain.layout.uselessfairnogap, --2 - awful.layout.suit.tile, --3 + awful.layout.suit.tile, --1 + lain.layout.uselesspiral, --2 + lain.layout.uselessfairnogap, --3 } -- }}} 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" -- cgit v1.2.3