Change border color
This commit is contained in:
parent
349ff683b1
commit
ef98a781f1
|
@ -50,7 +50,7 @@ theme.gap_single_client = false
|
||||||
-- Window Borders
|
-- Window Borders
|
||||||
theme.border_width = dpi(3)
|
theme.border_width = dpi(3)
|
||||||
theme.border_normal = "#00000000"
|
theme.border_normal = "#00000000"
|
||||||
theme.border_focus = "#2c3496"
|
theme.border_focus = "#002F5F"
|
||||||
theme.border_marked = theme.fg_urgent
|
theme.border_marked = theme.fg_urgent
|
||||||
|
|
||||||
-- Tasklist
|
-- Tasklist
|
||||||
|
|
Loading…
Reference in New Issue