chore(build): auto-generate extras

This commit is contained in:
github-actions[bot]
2023-06-17 06:25:13 +00:00
parent 690573c53c
commit d538835974
9 changed files with 77 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ extra themes for Kitty, Alacritty, iTerm and Fish.
<!-- extras:start --> <!-- extras:start -->
- [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty)) - [Alacritty](https://github.com/alacritty/alacritty) ([alacritty](extras/alacritty))
- [Delta](https://github.com/dandavison/delta) ([delta](extras/delta)) - [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](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)) - [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)) - [Foot](https://codeberg.org/dnkl/foot) ([foot](extras/foot))

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 = "#3760bf"
frame_color = "#3760bf"
[urgency_normal]
background = "#e1e2e7"
foreground = "#3760bf"
frame_color = "#3760bf"
[urgency_critical]
background = "#c4c8da"
foreground = "#c64343"
frame_color = "#c64343"

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 = "#c0caf5"
frame_color = "#c0caf5"
[urgency_normal]
background = "#1a1b26"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_critical]
background = "#292e42"
foreground = "#db4b4b"
frame_color = "#db4b4b"

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 = "#1f2335"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_normal]
background = "#24283b"
foreground = "#c0caf5"
frame_color = "#c0caf5"
[urgency_critical]
background = "#292e42"
foreground = "#db4b4b"
frame_color = "#db4b4b"

View File

@@ -972,7 +972,8 @@ local highlights = {
nocombine = true nocombine = true
}, },
MiniIndentscopeSymbol = { MiniIndentscopeSymbol = {
fg = "#188092" fg = "#188092",
nocombine = true
}, },
MiniJump = { MiniJump = {
bg = "#d20065", bg = "#d20065",

View File

@@ -972,7 +972,8 @@ local highlights = {
nocombine = true nocombine = true
}, },
MiniIndentscopeSymbol = { MiniIndentscopeSymbol = {
fg = "#65bcff" fg = "#65bcff",
nocombine = true
}, },
MiniJump = { MiniJump = {
bg = "#ff007c", bg = "#ff007c",

View File

@@ -972,7 +972,8 @@ local highlights = {
nocombine = true nocombine = true
}, },
MiniIndentscopeSymbol = { MiniIndentscopeSymbol = {
fg = "#2ac3de" fg = "#2ac3de",
nocombine = true
}, },
MiniJump = { MiniJump = {
bg = "#ff007c", bg = "#ff007c",

View File

@@ -972,7 +972,8 @@ local highlights = {
nocombine = true nocombine = true
}, },
MiniIndentscopeSymbol = { MiniIndentscopeSymbol = {
fg = "#2ac3de" fg = "#2ac3de",
nocombine = true
}, },
MiniJump = { MiniJump = {
bg = "#ff007c", bg = "#ff007c",