mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
theme: don't use transparency for borders
When the client is also using ARGB, the border becomes too transparent and may be difficult to see. Just use a plain RGB border.
This commit is contained in:
parent
8f1dfe53b6
commit
913ef0d3f2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ theme.fg_minimize = "#ffffff"
|
|||
|
||||
theme.border_width = 4
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = "#FF7F00EE"
|
||||
theme.border_focus = "#FF7F00"
|
||||
theme.border_marked = "#91231c66"
|
||||
|
||||
-- Widget stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue