Skip to content

Commit 018f4b7

Browse files
A-Lamiamehalter
authored andcommitted
feat(astrodark): add more color palettes and more
this adds more color palettes as well as some tuning on the syntax colors also fixes the incorrect status line color.
1 parent dbf2d9b commit 018f4b7

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

lua/astrotheme/palettes/astrodark.lua

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ local c = {
88
--------------------------------
99
--- Syntax
1010
--------------------------------
11-
c.syntax.red = "#FD9298"
12-
c.syntax.blue = "#70B6F3"
13-
c.syntax.green = "#8FBE6C"
14-
c.syntax.yellow = "#E1A640"
15-
c.syntax.purple = "#D69BE6"
16-
c.syntax.cyan = "#45C3B9"
17-
c.syntax.orange = "#FB976A"
11+
c.syntax.red = "#CD7B7F"
12+
c.syntax.blue = "#519CB4"
13+
c.syntax.green = "#7D9B5D"
14+
c.syntax.yellow = "#B58C3F"
15+
c.syntax.purple = "#BD7EAC"
16+
c.syntax.cyan = "#52A08C"
17+
c.syntax.orange = "#CD7E64"
18+
19+
c.syntax.comment = "#777777"
1820
c.syntax.text = "#AEAEAE"
1921
c.syntax.subtext0 = "#777777"
2022
c.syntax.subtext1 = "#4B4B4B"
@@ -34,10 +36,13 @@ c.ui.tabline = "#101114"
3436
c.ui.winbar = "#777777"
3537
c.ui.tool = "#141618"
3638
c.ui.base = "#181A1C"
37-
c.ui.statusline = "#141618"
38-
c.ui.split = "#141618"
39+
c.ui.inactive_base = "#141618"
40+
c.ui.statusline = "#101114"
41+
c.ui.split = "#101114"
3942
c.ui.popup = "#141618"
40-
c.ui.border = "#00b298"
43+
c.ui.float = "#141618"
44+
c.ui.title = "#00b298"
45+
c.ui.border = "#777777"
4146
c.ui.current_line = "#1C1E20"
4247
c.ui.scrollbar = "#00b298"
4348
c.ui.selection = "#26343F"

0 commit comments

Comments
 (0)