sway: add default colors to dynamic theme in case wal hasn't be run yet
This commit is contained in:
parent
36ec79d183
commit
bd8f071552
1 changed files with 17 additions and 0 deletions
|
@ -1,4 +1,21 @@
|
|||
# dynamic
|
||||
set $color0 #2a2c1f
|
||||
set $color1 #c3f808
|
||||
set $color2 #f9ad1a
|
||||
set $color3 #f9d11d
|
||||
set $color4 #059ee6
|
||||
set $color5 #10f0f8
|
||||
set $color6 #06a1ef
|
||||
set $color7 #c8c9c7
|
||||
set $color8 #8c8c8b
|
||||
set $color9 #c3f808
|
||||
set $color10 #f9ad1a
|
||||
set $color11 #f9d11d
|
||||
set $color12 #059ee6
|
||||
set $color13 #10f0f8
|
||||
set $color14 #06a1ef
|
||||
set $color15 #c8c9c7
|
||||
|
||||
include $HOME/.cache/wal/colors-sway
|
||||
|
||||
set $gtk-theme Dracula
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue