Skip to content

Commit 31ecff3

Browse files
TheSastmehalter
authored andcommitted
feat(palette): rename "astromars-light" to "astrojupiter" (#114)
feat!: rename "astromars-light" to "astrojupiter" Revised to not be breaking
1 parent 42a7135 commit 31ecff3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

colors/astrojupiter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require("astrotheme").load "astrojupiter"

colors/astromars-light.lua

Lines changed: 0 additions & 1 deletion
This file was deleted.

lua/astrotheme/lib/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ M.default = {
3333
astrodark = {},
3434
astrolight = {},
3535
astromars = {},
36-
astromars_light = {},
36+
astrojupiter = {},
3737
},
3838
highlights = {
3939
global = {},
4040
astrodark = {},
4141
astrolight = {},
4242
astromars = {},
43-
astromars_light = {},
43+
astrojupiter = {},
4444
},
4545
plugin_default = "auto",
4646
plugins = {},

0 commit comments

Comments
 (0)