Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Sep 15, 2024
1 parent ff845fb commit 39e970c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/lua/astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#ADB0BB"
},
["@punctuation.bracket.php"] = {
bold = true,
fg = "#DD97F1"
},
["@punctuation.delimiter"] = {
fg = "#ADB0BB"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astrojupiter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#815654"
},
["@punctuation.bracket.php"] = {
bold = true,
fg = "#90437A"
},
["@punctuation.delimiter"] = {
fg = "#815654"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astrolight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#4F4F4F"
},
["@punctuation.bracket.php"] = {
bold = true,
fg = "#9E007C"
},
["@punctuation.delimiter"] = {
fg = "#4F4F4F"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astromars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#A5B2BC"
},
["@punctuation.bracket.php"] = {
bold = true,
fg = "#CD87BA"
},
["@punctuation.delimiter"] = {
fg = "#A5B2BC"
},
Expand Down

0 comments on commit 39e970c

Please sign in to comment.