Skip to content

Commit

Permalink
feat(palette): rename astromars-light to astrojupiter (#114)
Browse files Browse the repository at this point in the history
feat!: rename "astromars-light" to "astrojupiter"

Revised to not be breaking
  • Loading branch information
TheSast authored and mehalter committed Feb 16, 2024
1 parent 42a7135 commit bb84325
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions colors/astrojupiter.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("astrotheme").load "astrojupiter"
1 change: 0 additions & 1 deletion colors/astromars-light.lua

This file was deleted.

4 changes: 2 additions & 2 deletions lua/astrotheme/lib/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ M.default = {
astrodark = {},
astrolight = {},
astromars = {},
astromars_light = {},
astrojupiter = {},
},
highlights = {
global = {},
astrodark = {},
astrolight = {},
astromars = {},
astromars_light = {},
astrojupiter = {},
},
plugin_default = "auto",
plugins = {},
Expand Down
File renamed without changes.

0 comments on commit bb84325

Please sign in to comment.