mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
theme: use an orange border for focused windows
This commit is contained in:
parent
54034803dc
commit
0880df4fc7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if theme then
|
|||
theme.font = "DejaVu Sans 9"
|
||||
theme.border_width = 4
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = theme.border_focus .. "66"
|
||||
theme.border_focus = "#FF7F0066"
|
||||
theme.border_marked = theme.border_marked .. "66"
|
||||
|
||||
theme.bg_normal = theme.bg_normal .. "99"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue