Skip to content

Commit 2934045

Browse files
committed
fix(astrojupiter): fix typo in color import
1 parent 04ce8aa commit 2934045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/palettes/astrojupiter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local color = require "lua.astrotheme.lib.color"
1+
local color = require "astrotheme.lib.color"
22

33
---@class AstroThemePalette
44
local c = {

0 commit comments

Comments
 (0)