Skip to content

Commit bb84325

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 bb84325

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

colors/astrojupiter.lua

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require("astrotheme").load "astrojupiter"

colors/astromars-light.lua

-1
This file was deleted.

lua/astrotheme/lib/config.lua

+2-2
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)