We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041c6b7 commit 9bce5ccCopy full SHA for 9bce5cc
lua/astrotheme/palettes/astromars.lua
@@ -41,7 +41,7 @@ c.ui.inactive_base = "#1A1113"
41
c.ui.statusline = "#281E22"
42
c.ui.split = "#281E22"
43
c.ui.popup = "#1A1113"
44
-c.ui.float = "#1E1517"
+c.ui.float = "#1A1113"
45
c.ui.title = c.ui.accent
46
c.ui.border = "#736468"
47
c.ui.current_line = "#22191B"
@@ -79,8 +79,8 @@ c.term.bright_purple = c.syntax.purple
79
c.term.cyan = c.syntax.cyan
80
c.term.bright_cyan = c.syntax.cyan
81
82
-c.term.white = c.ui.base
83
-c.term.bright_white = c.ui.base
+c.term.white = c.ui.text
+c.term.bright_white = c.ui.active_text
84
85
c.term.background = c.ui.base
86
c.term.foreground = c.ui.text
0 commit comments