Skip to content

Commit 9f299ee

Browse files
A-Lamiamehalter
authored andcommitted
fix(astrolight): add properties and blocked out colors so it can load
This theme is under heavy development and is subject to a large amount of changes.
1 parent 003fb46 commit 9f299ee

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

lua/astrotheme/palettes/astrolight.lua

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ c.syntax.orange = "#954D00"
1818

1919
c.syntax.comment = "#937C7A"
2020
c.syntax.text = "#815654"
21-
c.syntax.subtext0 = "#9E7876"
22-
c.syntax.subtext1 = "#937C7A"
2321

2422
--------------------------------
2523
--- UI
@@ -32,6 +30,8 @@ c.ui.purple = "#BD51A4"
3230
c.ui.cyan = "#00976C"
3331
c.ui.orange = "#D05312"
3432

33+
c.ui.accent = "#D04F4E"
34+
3535
c.ui.tabline = "#D8D6D5"
3636
c.ui.winbar = "#926461"
3737
c.ui.tool = "#F9DCD1"
@@ -41,13 +41,18 @@ c.ui.statusline = "#D8D6D5"
4141
c.ui.split = "#D8D6D5"
4242
c.ui.popup = "#D8D6D5"
4343
c.ui.float = "#D8D6D5"
44-
c.ui.title = "#D04F4E"
45-
c.ui.border = "#D04F4E"
44+
c.ui.title = c.ui.accent
45+
c.ui.border = c.ui.accent
4646
c.ui.current_line = "#F6DDD8"
47-
c.ui.scrollbar = "#D04F4E"
47+
c.ui.scrollbar = c.ui.accent
4848
c.ui.selection = "#BBC9D7"
49+
c.ui.menu_selection = c.ui.accent
4950
c.ui.highlight = "#E7CFCA"
50-
c.ui.text = "#815654"
51+
c.ui.none_text = "#D0B6B6"
52+
c.ui.text = "#9E7876"
53+
c.ui.text_active = "#815654"
54+
c.ui.text_inactive = "#937C7A"
55+
c.ui.text_match = c.ui.accent
5156

5257
--------------------------------
5358
--- terminal

0 commit comments

Comments
 (0)