Skip to content

Commit 9bce5cc

Browse files
A-Lamiamehalter
authored andcommitted
feat(astromars): add better terminal colors black and white
1 parent 041c6b7 commit 9bce5cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/astrotheme/palettes/astromars.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ c.ui.inactive_base = "#1A1113"
4141
c.ui.statusline = "#281E22"
4242
c.ui.split = "#281E22"
4343
c.ui.popup = "#1A1113"
44-
c.ui.float = "#1E1517"
44+
c.ui.float = "#1A1113"
4545
c.ui.title = c.ui.accent
4646
c.ui.border = "#736468"
4747
c.ui.current_line = "#22191B"
@@ -79,8 +79,8 @@ c.term.bright_purple = c.syntax.purple
7979
c.term.cyan = c.syntax.cyan
8080
c.term.bright_cyan = c.syntax.cyan
8181

82-
c.term.white = c.ui.base
83-
c.term.bright_white = c.ui.base
82+
c.term.white = c.ui.text
83+
c.term.bright_white = c.ui.active_text
8484

8585
c.term.background = c.ui.base
8686
c.term.foreground = c.ui.text

0 commit comments

Comments
 (0)