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 Dec 3, 2024
1 parent f5b41ee commit fd6e450
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions extras/lua/astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ local highlights = {
fg = "#3A3E47"
},
Folded = {
bg = "NONE",
fg = "#3A3E47"
bg = "#26343F",
fg = "#494D56"
},
Function = {
bg = "NONE",
Expand Down
4 changes: 2 additions & 2 deletions extras/lua/astrojupiter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ local highlights = {
fg = "#D0B6B6"
},
Folded = {
bg = "NONE",
fg = "#D0B6B6"
bg = "#BBC9D7",
fg = "#937C7A"
},
Function = {
bg = "NONE",
Expand Down
4 changes: 2 additions & 2 deletions extras/lua/astrolight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ local highlights = {
fg = "#B5B9BD"
},
Folded = {
bg = "NONE",
fg = "#B5B9BD"
bg = "#E7E9EB",
fg = "#AEB3B6"
},
Function = {
bg = "NONE",
Expand Down
4 changes: 2 additions & 2 deletions extras/lua/astromars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ local highlights = {
fg = "#393337"
},
Folded = {
bg = "NONE",
fg = "#393337"
bg = "#1B282C",
fg = "#68545B"
},
Function = {
bg = "NONE",
Expand Down
2 changes: 1 addition & 1 deletion extras/vim/colors/astrodark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hi Float guibg=NONE guifg=#DFAB25
hi FloatBorder guibg=#14161B guifg=#3A3E47
hi FloatTitle gui=bold guibg=#14161B guifg=#50A4E9
hi FoldColumn guibg=NONE guifg=#3A3E47
hi Folded guibg=NONE guifg=#3A3E47
hi Folded guibg=#26343F guifg=#494D56
hi Function guibg=NONE guifg=#5EB7FF
hi HighlightURL gui=underline guibg=NONE
hi Identifier guibg=NONE guifg=#ADB0BB
Expand Down
2 changes: 1 addition & 1 deletion extras/vim/colors/astrojupiter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hi Float guibg=NONE guifg=#805C00
hi FloatBorder guibg=#F9DCD1 guifg=#D04F4E
hi FloatTitle gui=bold guibg=#F9DCD1 guifg=#D04F4E
hi FoldColumn guibg=NONE guifg=#D0B6B6
hi Folded guibg=NONE guifg=#D0B6B6
hi Folded guibg=#BBC9D7 guifg=#937C7A
hi Function guibg=NONE guifg=#006E89
hi HighlightURL gui=underline guibg=NONE
hi Identifier guibg=NONE guifg=#815654
Expand Down
2 changes: 1 addition & 1 deletion extras/vim/colors/astrolight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hi Float guibg=NONE guifg=#7300B8
hi FloatBorder guibg=#E1E2E3 guifg=#671FF0
hi FloatTitle gui=bold guibg=#E1E2E3 guifg=#671FF0
hi FoldColumn guibg=NONE guifg=#B5B9BD
hi Folded guibg=NONE guifg=#B5B9BD
hi Folded guibg=#E7E9EB guifg=#AEB3B6
hi Function guibg=NONE guifg=#00508A
hi HighlightURL gui=underline guibg=NONE
hi Identifier guibg=NONE guifg=#4F4F4F
Expand Down
2 changes: 1 addition & 1 deletion extras/vim/colors/astromars.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hi Float guibg=NONE guifg=#C3963D
hi FloatBorder guibg=#1A1113 guifg=#736468
hi FloatTitle gui=bold guibg=#1A1113 guifg=#9CBDC9
hi FoldColumn guibg=NONE guifg=#393337
hi Folded guibg=NONE guifg=#393337
hi Folded guibg=#1B282C guifg=#68545B
hi Function guibg=NONE guifg=#4FA9C6
hi HighlightURL gui=underline guibg=NONE
hi Identifier guibg=NONE guifg=#A5B2BC
Expand Down

0 comments on commit fd6e450

Please sign in to comment.