We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d2999 commit b85a49dCopy full SHA for b85a49d
lua/astrotheme/palettes/astrodark.lua
@@ -8,13 +8,13 @@ local c = {
8
--------------------------------
9
--- Syntax
10
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"
+c.syntax.red = "#FE8A90"
+c.syntax.blue = "#63B7FC"
+c.syntax.green = "#89BF63"
+c.syntax.yellow = "#E1AA41"
+c.syntax.purple = "#DB98EE"
+c.syntax.cyan = "#1BC5B9"
+c.syntax.orange = "#FE915E"
18
c.syntax.text = "#ADB0BB"
19
c.syntax.comment = "#696C76"
20
c.syntax.mute = "#595C66"
@@ -49,7 +49,7 @@ c.ui.selection = "#26343F"
49
c.ui.menu_selection = c.ui.accent
50
c.ui.highlight = "#1E222A"
51
c.ui.none_text = "#3A3E47"
52
-c.ui.text = "#797D87"
+c.ui.text = "#9B9FA9"
53
c.ui.text_active = "#ADB0BB"
54
c.ui.text_inactive = "#494D56"
55
c.ui.text_match = c.ui.accent
0 commit comments