First stab at converting to farout palette
Also renamed all/most instances of tokyonight to farout
This commit is contained in:
17
extras/dunst/faroutnight.dunstrc
Normal file
17
extras/dunst/faroutnight.dunstrc
Normal file
@@ -0,0 +1,17 @@
|
||||
# TokyoNight colors for dunst
|
||||
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
|
||||
|
||||
[urgency_low]
|
||||
background = "#16161e"
|
||||
foreground = "#E0CCAE"
|
||||
frame_color = "#E0CCAE"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1a1b26"
|
||||
foreground = "#E0CCAE"
|
||||
frame_color = "#E0CCAE"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#241816"
|
||||
foreground = "#df674c"
|
||||
frame_color = "#df674c"
|
||||
Reference in New Issue
Block a user