Change border color

This commit is contained in:
Thomas Avé 2022-07-31 18:13:02 +02:00
parent 349ff683b1
commit ef98a781f1
1 changed files with 1 additions and 1 deletions

View File

@ -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