diff --git a/awesome/.config/awesome/themes/powerarrow/theme.lua b/awesome/.config/awesome/themes/powerarrow/theme.lua index 984c9a8..71ccf4a 100644 --- a/awesome/.config/awesome/themes/powerarrow/theme.lua +++ b/awesome/.config/awesome/themes/powerarrow/theme.lua @@ -28,9 +28,9 @@ theme.taglist_fg_focus = "#00CCFF" theme.tasklist_bg_focus = "#222222" theme.tasklist_fg_focus = "#00CCFF" theme.border_width = dpi(2) -theme.border_normal = "#3F3F3F" -theme.border_focus = "#6F6F6F" -theme.border_marked = "#CC9393" +theme.border_normal = "#282a36" +theme.border_focus = "#77DD77" +theme.border_marked = "#99ff99" theme.titlebar_bg_focus = "#3F3F3F" theme.titlebar_bg_normal = "#3F3F3F" theme.titlebar_bg_focus = theme.bg_focus @@ -78,7 +78,7 @@ theme.widget_task = theme.dir .. "/icons/task.png" theme.widget_scissors = theme.dir .. "/icons/scissors.png" theme.tasklist_plain_task_name = true theme.tasklist_disable_icon = true -theme.useless_gap = 0 +theme.useless_gap = 6 theme.titlebar_close_button_focus = theme.dir .. "/icons/titlebar/close_focus.png" theme.titlebar_close_button_normal = theme.dir .. "/icons/titlebar/close_normal.png" theme.titlebar_ontop_button_focus_active = theme.dir .. "/icons/titlebar/ontop_focus_active.png"