Skip to content

Commit b85a49d

Browse files
A-Lamiamehalter
authored andcommitted
fix(astrodark): re-balance syntax colors, make ui.text brighter
1 parent c7d2999 commit b85a49d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lua/astrotheme/palettes/astrodark.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ local c = {
88
--------------------------------
99
--- Syntax
1010
--------------------------------
11-
c.syntax.red = "#FF888F"
12-
c.syntax.blue = "#77B9F4"
13-
c.syntax.green = "#93C072"
14-
c.syntax.yellow = "#E2A946"
15-
c.syntax.purple = "#D9A1E8"
16-
c.syntax.cyan = "#4AC5BB"
17-
c.syntax.orange = "#FF915E"
11+
c.syntax.red = "#FE8A90"
12+
c.syntax.blue = "#63B7FC"
13+
c.syntax.green = "#89BF63"
14+
c.syntax.yellow = "#E1AA41"
15+
c.syntax.purple = "#DB98EE"
16+
c.syntax.cyan = "#1BC5B9"
17+
c.syntax.orange = "#FE915E"
1818
c.syntax.text = "#ADB0BB"
1919
c.syntax.comment = "#696C76"
2020
c.syntax.mute = "#595C66"
@@ -49,7 +49,7 @@ c.ui.selection = "#26343F"
4949
c.ui.menu_selection = c.ui.accent
5050
c.ui.highlight = "#1E222A"
5151
c.ui.none_text = "#3A3E47"
52-
c.ui.text = "#797D87"
52+
c.ui.text = "#9B9FA9"
5353
c.ui.text_active = "#ADB0BB"
5454
c.ui.text_inactive = "#494D56"
5555
c.ui.text_match = c.ui.accent

0 commit comments

Comments
 (0)