Skip to content

Commit 4de9346

Browse files
committed
chore(extras): auto-generate extras
1 parent d07aa38 commit 4de9346

8 files changed

Lines changed: 20 additions & 20 deletions

File tree

extras/lua/astrodark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ local highlights = {
564564
Beacon = {
565565
bg = "#5EB7FF"
566566
},
567-
BlinkCmpKimdStruct = "@type",
568567
BlinkCmpKind = {
569568
fg = "#DFAB25"
570569
},
@@ -587,6 +586,7 @@ local highlights = {
587586
BlinkCmpKindProperty = "@property",
588587
BlinkCmpKindReference = "@type",
589588
BlinkCmpKindSnippet = "@constant",
589+
BlinkCmpKindStruct = "@type",
590590
BlinkCmpKindText = "@text",
591591
BlinkCmpKindTypeParameter = "@type",
592592
BlinkCmpKindUnit = "@constant",

extras/lua/astrojupiter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ local highlights = {
564564
Beacon = {
565565
bg = "#006E89"
566566
},
567-
BlinkCmpKimdStruct = "@type",
568567
BlinkCmpKind = {
569568
fg = "#805C00"
570569
},
@@ -587,6 +586,7 @@ local highlights = {
587586
BlinkCmpKindProperty = "@property",
588587
BlinkCmpKindReference = "@type",
589588
BlinkCmpKindSnippet = "@constant",
589+
BlinkCmpKindStruct = "@type",
590590
BlinkCmpKindText = "@text",
591591
BlinkCmpKindTypeParameter = "@type",
592592
BlinkCmpKindUnit = "@constant",

extras/lua/astrolight.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ local highlights = {
564564
Beacon = {
565565
bg = "#00508A"
566566
},
567-
BlinkCmpKimdStruct = "@type",
568567
BlinkCmpKind = {
569568
fg = "#7300B8"
570569
},
@@ -587,6 +586,7 @@ local highlights = {
587586
BlinkCmpKindProperty = "@property",
588587
BlinkCmpKindReference = "@type",
589588
BlinkCmpKindSnippet = "@constant",
589+
BlinkCmpKindStruct = "@type",
590590
BlinkCmpKindText = "@text",
591591
BlinkCmpKindTypeParameter = "@type",
592592
BlinkCmpKindUnit = "@constant",

extras/lua/astromars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ local highlights = {
564564
Beacon = {
565565
bg = "#4FA9C6"
566566
},
567-
BlinkCmpKimdStruct = "@type",
568567
BlinkCmpKind = {
569568
fg = "#C3963D"
570569
},
@@ -587,6 +586,7 @@ local highlights = {
587586
BlinkCmpKindProperty = "@property",
588587
BlinkCmpKindReference = "@type",
589588
BlinkCmpKindSnippet = "@constant",
589+
BlinkCmpKindStruct = "@type",
590590
BlinkCmpKindText = "@text",
591591
BlinkCmpKindTypeParameter = "@type",
592592
BlinkCmpKindUnit = "@constant",

extras/yazi/astrodark.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
1+
#:schema https://yazi-rs.github.io/schemas/theme.json
22

33
[app]
44
overall = { bg = "#1A1D23" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#CC83E3", bg = "#CC83E3" }
2020
marker_selected = { fg = "#50A4E9", bg = "#50A4E9" }
2121

2222
# Count
23-
count_copied = { fg = "#9B9FA9", bg = "#75AD47" }
24-
count_cut = { fg = "#9B9FA9", bg = "#F8747E" }
25-
count_selected = { fg = "#9B9FA9", bg = "#50A4E9" }
23+
count_copied = { fg = "#1A1D23", bg = "#75AD47" }
24+
count_cut = { fg = "#1A1D23", bg = "#F8747E" }
25+
count_selected = { fg = "#1A1D23", bg = "#50A4E9" }
2626

2727
# Border
2828
border_symbol = ""

extras/yazi/astrojupiter.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
1+
#:schema https://yazi-rs.github.io/schemas/theme.json
22

33
[app]
44
overall = { bg = "#FEEEEE" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#BD51A4", bg = "#BD51A4" }
2020
marker_selected = { fg = "#0090A2", bg = "#0090A2" }
2121

2222
# Count
23-
count_copied = { fg = "#9E7876", bg = "#569400" }
24-
count_cut = { fg = "#9E7876", bg = "#D04F4E" }
25-
count_selected = { fg = "#9E7876", bg = "#D04F4E" }
23+
count_copied = { fg = "#FEEEEE", bg = "#569400" }
24+
count_cut = { fg = "#FEEEEE", bg = "#D04F4E" }
25+
count_selected = { fg = "#FEEEEE", bg = "#D04F4E" }
2626

2727
# Border
2828
border_symbol = ""

extras/yazi/astrolight.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
1+
#:schema https://yazi-rs.github.io/schemas/theme.json
22

33
[app]
44
overall = { bg = "#F7F8F8" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#671FF0", bg = "#671FF0" }
2020
marker_selected = { fg = "#3F8CEA", bg = "#3F8CEA" }
2121

2222
# Count
23-
count_copied = { fg = "#737474", bg = "#42AD17" }
24-
count_cut = { fg = "#737474", bg = "#E72F1F" }
25-
count_selected = { fg = "#737474", bg = "#671FF0" }
23+
count_copied = { fg = "#F7F8F8", bg = "#42AD17" }
24+
count_cut = { fg = "#F7F8F8", bg = "#E72F1F" }
25+
count_selected = { fg = "#F7F8F8", bg = "#671FF0" }
2626

2727
# Border
2828
border_symbol = ""

extras/yazi/astromars.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
1+
#:schema https://yazi-rs.github.io/schemas/theme.json
22

33
[app]
44
overall = { bg = "#1E1517" }
@@ -20,9 +20,9 @@ marker_marked = { fg = "#E8A1D7", bg = "#E8A1D7" }
2020
marker_selected = { fg = "#9CBDC9", bg = "#9CBDC9" }
2121

2222
# Count
23-
count_copied = { fg = "#8B7079", bg = "#9AC374" }
24-
count_cut = { fg = "#8B7079", bg = "#E77777" }
25-
count_selected = { fg = "#8B7079", bg = "#9CBDC9" }
23+
count_copied = { fg = "#1E1517", bg = "#9AC374" }
24+
count_cut = { fg = "#1E1517", bg = "#E77777" }
25+
count_selected = { fg = "#1E1517", bg = "#9CBDC9" }
2626

2727
# Border
2828
border_symbol = ""

0 commit comments

Comments
 (0)