Skip to content

Commit ea19b90

Browse files
A-Lamiamehalter
authored andcommitted
feat(astrolight): update palettes to use new properties
1 parent 018f4b7 commit ea19b90

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
@@ -15,9 +15,11 @@ c.syntax.yellow = "#805C00"
1515
c.syntax.purple = "#90437A"
1616
c.syntax.cyan = "#007652"
1717
c.syntax.orange = "#954D00"
18+
19+
c.syntax.comment = "#937C7A"
1820
c.syntax.text = "#815654"
19-
c.syntax.subtext0 = "#926461"
20-
c.syntax.subtext1 = "#A17270"
21+
c.syntax.subtext0 = "#9E7876"
22+
c.syntax.subtext1 = "#937C7A"
2123

2224
--------------------------------
2325
--- UI
@@ -34,14 +36,17 @@ c.ui.tabline = "#D8D6D5"
3436
c.ui.winbar = "#926461"
3537
c.ui.tool = "#F9DCD1"
3638
c.ui.base = "#FEEEEE"
39+
c.ui.inactive_base = "#F9DCD1"
3740
c.ui.statusline = "#D8D6D5"
3841
c.ui.split = "#D8D6D5"
39-
c.ui.popup = "#F9DCD1"
42+
c.ui.popup = "#D8D6D5"
43+
c.ui.float = "#D8D6D5"
44+
c.ui.title = "#D04F4E"
4045
c.ui.border = "#D04F4E"
41-
c.ui.current_line = "#CAA29D"
46+
c.ui.current_line = "#F6DDD8"
4247
c.ui.scrollbar = "#D04F4E"
43-
c.ui.selection = "#26343F"
44-
c.ui.highlight = "#F5DDD8"
48+
c.ui.selection = "#BBC9D7"
49+
c.ui.highlight = "#E7CFCA"
4550
c.ui.text = "#815654"
4651

4752
--------------------------------

0 commit comments

Comments
 (0)