chore(build): auto-generate extras

This commit is contained in:
github-actions[bot] 2023-06-20 09:51:44 +00:00
parent 3c3f82acdd
commit 905cede43e
5 changed files with 52 additions and 5 deletions

View File

@ -31,7 +31,6 @@ extra themes for Kitty, Alacritty, iTerm and Fish.
### 🍭 Extras
<!-- 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))

View File

@ -709,6 +709,14 @@ local highlights = {
FernBranchText = {
fg = "#2e7de9"
},
FlashBackdrop = {
fg = "#8990b3"
},
FlashLabel = {
bg = "#d20065",
bold = true,
fg = "#3760bf"
},
FloatBorder = {
bg = "#e9e9ec",
fg = "#2496ac"
@ -727,7 +735,7 @@ local highlights = {
},
Foo = {
bg = "#d20065",
fg = "#d20065"
fg = "#3760bf"
},
Function = {
fg = "#2e7de9",
@ -915,6 +923,10 @@ local highlights = {
bg = "#e9e9ec",
fg = "#2496ac"
},
LspInlayHint = {
bg = "#d9dbe5",
fg = "#8990b3"
},
LspReferenceRead = {
bg = "#a8aecb"
},

View File

@ -709,6 +709,14 @@ local highlights = {
FernBranchText = {
fg = "#82aaff"
},
FlashBackdrop = {
fg = "#545c7e"
},
FlashLabel = {
bg = "#ff007c",
bold = true,
fg = "#c8d3f5"
},
FloatBorder = {
bg = "#1e2030",
fg = "#589ed7"
@ -727,7 +735,7 @@ local highlights = {
},
Foo = {
bg = "#ff007c",
fg = "#ff007c"
fg = "#c8d3f5"
},
Function = {
fg = "#82aaff",
@ -915,6 +923,10 @@ local highlights = {
bg = "#1e2030",
fg = "#589ed7"
},
LspInlayHint = {
bg = "#24283c",
fg = "#545c7e"
},
LspReferenceRead = {
bg = "#3b4261"
},

View File

@ -709,6 +709,14 @@ local highlights = {
FernBranchText = {
fg = "#7aa2f7"
},
FlashBackdrop = {
fg = "#545c7e"
},
FlashLabel = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5"
},
FloatBorder = {
bg = "#16161e",
fg = "#27a1b9"
@ -727,7 +735,7 @@ local highlights = {
},
Foo = {
bg = "#ff007c",
fg = "#ff007c"
fg = "#c0caf5"
},
Function = {
fg = "#7aa2f7",
@ -915,6 +923,10 @@ local highlights = {
bg = "#16161e",
fg = "#27a1b9"
},
LspInlayHint = {
bg = "#1d202d",
fg = "#545c7e"
},
LspReferenceRead = {
bg = "#3b4261"
},

View File

@ -709,6 +709,14 @@ local highlights = {
FernBranchText = {
fg = "#7aa2f7"
},
FlashBackdrop = {
fg = "#545c7e"
},
FlashLabel = {
bg = "#ff007c",
bold = true,
fg = "#c0caf5"
},
FloatBorder = {
bg = "#1f2335",
fg = "#29a4bd"
@ -727,7 +735,7 @@ local highlights = {
},
Foo = {
bg = "#ff007c",
fg = "#ff007c"
fg = "#c0caf5"
},
Function = {
fg = "#7aa2f7",
@ -915,6 +923,10 @@ local highlights = {
bg = "#1f2335",
fg = "#29a4bd"
},
LspInlayHint = {
bg = "#262c40",
fg = "#545c7e"
},
LspReferenceRead = {
bg = "#3b4261"
},