Colors and misc changes

This commit is contained in:
2022-04-15 19:49:41 +03:00
parent cee82b5305
commit 82a80a5997
6 changed files with 15 additions and 16 deletions

View File

@@ -21,23 +21,20 @@ theme.bg_focus = "#535d6c"
theme.bg_urgent = "#ff0000"
theme.bg_minimize = "#444444"
theme.tasklist_bg_normal = theme.bg_normal
theme.tasklist_bg_focus = "#4c566a"
theme.tasklist_bg_urgent = "#bf616a"
theme.tasklist_bg_minimize = "#5e81ac"
theme.fg_normal = "#ffffff"
theme.fg_focus = "#ffffff"
theme.fg_urgent = "#ffffff"
theme.fg_minimize = "#ffffff"
theme.tasklist_bg_normal = theme.bg_normal
theme.tasklist_bg_focus = "#4c566a"
theme.tasklist_bg_urgent = "#bf616a"
theme.tasklist_bg_minimize = "#5e81ac"
theme.useless_gap = dpi(7)
theme.gap_single_client = true
theme.border_width = dpi(1)
theme.border_normal = "#000000"
theme.border_focus = "#535d6c"
theme.border_marked = "#91231c"
theme.border_width = dpi(0)
theme.corner_radius = dpi(10)
theme.transparency = 95