First stab at converting to farout palette

Also renamed all/most instances of tokyonight to farout
This commit is contained in:
2023-12-01 15:30:50 -05:00
parent f247ee700b
commit 1752319cc5
130 changed files with 18963 additions and 301 deletions

View 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 = "#e9e9ec"
foreground = "#6c6252"
frame_color = "#6c6252"
[urgency_normal]
background = "#e1e2e7"
foreground = "#6c6252"
frame_color = "#6c6252"
[urgency_critical]
background = "#eae1e0"
foreground = "#a14834"
frame_color = "#a14834"

View 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 = "#1e2030"
foreground = "#c8d3f5"
frame_color = "#c8d3f5"
[urgency_normal]
background = "#222436"
foreground = "#c8d3f5"
frame_color = "#c8d3f5"
[urgency_critical]
background = "#2f334d"
foreground = "#c53b53"
frame_color = "#c53b53"

View 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"

View 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 = "#1f1311"
foreground = "#E0CCAE"
frame_color = "#E0CCAE"
[urgency_normal]
background = "#0f0908"
foreground = "#E0CCAE"
frame_color = "#E0CCAE"
[urgency_critical]
background = "#241816"
foreground = "#df674c"
frame_color = "#df674c"