chore(build): auto-generate extras
This commit is contained in:
@@ -33,6 +33,7 @@ extra themes for Kitty, Alacritty, iTerm and Fish.
|
||||
<!-- extras:start -->
|
||||
- [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty))
|
||||
- [Delta](https://github.com/dandavison/delta) ([delta](extras/delta))
|
||||
- [Dunst](https://dunst-project.org/) ([dunst](extras/dunst))
|
||||
- [Fish](https://fishshell.com/docs/current/index.html) ([fish](extras/fish))
|
||||
- [Fish Themes](https://fishshell.com/docs/current/interactive.html#syntax-highlighting) ([fish_themes](extras/fish_themes))
|
||||
- [Foot](https://codeberg.org/dnkl/foot) ([foot](extras/foot))
|
||||
|
||||
17
extras/dunst/tokyonight_day.dunstrc
Normal file
17
extras/dunst/tokyonight_day.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 = "#e9e9ec"
|
||||
foreground = "#3760bf"
|
||||
frame_color = "#3760bf"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#e1e2e7"
|
||||
foreground = "#3760bf"
|
||||
frame_color = "#3760bf"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#c4c8da"
|
||||
foreground = "#c64343"
|
||||
frame_color = "#c64343"
|
||||
17
extras/dunst/tokyonight_moon.dunstrc
Normal file
17
extras/dunst/tokyonight_moon.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 = "#1e2030"
|
||||
foreground = "#c8d3f5"
|
||||
frame_color = "#c8d3f5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#222436"
|
||||
foreground = "#c8d3f5"
|
||||
frame_color = "#c8d3f5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#2f334d"
|
||||
foreground = "#c53b53"
|
||||
frame_color = "#c53b53"
|
||||
17
extras/dunst/tokyonight_night.dunstrc
Normal file
17
extras/dunst/tokyonight_night.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 = "#c0caf5"
|
||||
frame_color = "#c0caf5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1a1b26"
|
||||
foreground = "#c0caf5"
|
||||
frame_color = "#c0caf5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#292e42"
|
||||
foreground = "#db4b4b"
|
||||
frame_color = "#db4b4b"
|
||||
17
extras/dunst/tokyonight_storm.dunstrc
Normal file
17
extras/dunst/tokyonight_storm.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 = "#1f2335"
|
||||
foreground = "#c0caf5"
|
||||
frame_color = "#c0caf5"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#24283b"
|
||||
foreground = "#c0caf5"
|
||||
frame_color = "#c0caf5"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#292e42"
|
||||
foreground = "#db4b4b"
|
||||
frame_color = "#db4b4b"
|
||||
@@ -972,7 +972,8 @@ local highlights = {
|
||||
nocombine = true
|
||||
},
|
||||
MiniIndentscopeSymbol = {
|
||||
fg = "#188092"
|
||||
fg = "#188092",
|
||||
nocombine = true
|
||||
},
|
||||
MiniJump = {
|
||||
bg = "#d20065",
|
||||
|
||||
@@ -972,7 +972,8 @@ local highlights = {
|
||||
nocombine = true
|
||||
},
|
||||
MiniIndentscopeSymbol = {
|
||||
fg = "#65bcff"
|
||||
fg = "#65bcff",
|
||||
nocombine = true
|
||||
},
|
||||
MiniJump = {
|
||||
bg = "#ff007c",
|
||||
|
||||
@@ -972,7 +972,8 @@ local highlights = {
|
||||
nocombine = true
|
||||
},
|
||||
MiniIndentscopeSymbol = {
|
||||
fg = "#2ac3de"
|
||||
fg = "#2ac3de",
|
||||
nocombine = true
|
||||
},
|
||||
MiniJump = {
|
||||
bg = "#ff007c",
|
||||
|
||||
@@ -972,7 +972,8 @@ local highlights = {
|
||||
nocombine = true
|
||||
},
|
||||
MiniIndentscopeSymbol = {
|
||||
fg = "#2ac3de"
|
||||
fg = "#2ac3de",
|
||||
nocombine = true
|
||||
},
|
||||
MiniJump = {
|
||||
bg = "#ff007c",
|
||||
|
||||
Reference in New Issue
Block a user