mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 16:54:25 +02:00
theme: less transparent focused border
When compositing with a terminal, the border is even more transparent. Therefore, we don't add more transparence to the mix.
This commit is contained in:
parent
7ced7551f0
commit
4d60cba676
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ theme.fg_minimize = "#ffffff"
|
|||
|
||||
theme.border_width = 4
|
||||
theme.border_normal = "#00000000"
|
||||
theme.border_focus = "#FF7F0066"
|
||||
theme.border_focus = "#FF7F00EE"
|
||||
theme.border_marked = "#91231c66"
|
||||
|
||||
-- Widget stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue