Skip to content

Commit 873c6a0

Browse files
A-Lamiamehalter
authored andcommitted
feat(astromars): large palette change and value balancing
also updated to use the new properties.
1 parent ea19b90 commit 873c6a0

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

lua/astrotheme/palettes/astromars.lua

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@ local c = {
88
--------------------------------
99
--- Syntax
1010
--------------------------------
11-
c.syntax.red = "#E67C83"
12-
c.syntax.blue = "#82A3B0"
13-
c.syntax.green = "#7FAA55"
14-
c.syntax.yellow = "#CC9300"
15-
c.syntax.purple = "#D085BD"
16-
c.syntax.cyan = "#57AD8C"
17-
c.syntax.orange = "#E08664"
18-
c.syntax.text = "#AA989B"
19-
c.syntax.subtext0 = "#644B50"
20-
c.syntax.subtext1 = "#3B2329"
11+
c.syntax.red = "#DF8489"
12+
c.syntax.blue = "#4FA9C6"
13+
c.syntax.green = "#84A860"
14+
c.syntax.yellow = "#C3963D"
15+
c.syntax.purple = "#CD87BA"
16+
c.syntax.cyan = "#4FAD97"
17+
c.syntax.orange = "#EF9474"
18+
19+
c.syntax.comment = "#967E83"
20+
c.syntax.text = "#B2979D"
21+
c.syntax.subtext0 = "#967E83"
22+
c.syntax.subtext1 = "#7C6469"
2123

2224
--------------------------------
2325
--- UI
@@ -30,19 +32,23 @@ c.ui.purple = "#E8A1D7"
3032
c.ui.cyan = "#88C3AB"
3133
c.ui.orange = "#FAA27F"
3234

33-
c.ui.tabline = "#18090E"
34-
c.ui.winbar = "#644B50"
35-
c.ui.tool = "#11060B"
36-
c.ui.base = "#0B0406"
37-
c.ui.statusline = "#18090E"
38-
c.ui.split = "#11060B"
39-
c.ui.popup = "#11060B"
40-
c.ui.border = "#FAA27F"
41-
c.ui.current_line = "#17060A"
42-
c.ui.scrollbar = "#FAA27F"
43-
c.ui.selection = "#26343F"
44-
c.ui.highlight = "#242628"
45-
c.ui.text = "#AA989B"
35+
c.ui.tabline = "#1E0F14"
36+
c.ui.winbar = "#8D8184"
37+
c.ui.tool = "#180A10"
38+
c.ui.base = "#0B0204"
39+
c.ui.inactive_base = "#180A10"
40+
c.ui.statusline = "#1E0F14"
41+
c.ui.split = "#1E0F14"
42+
c.ui.popup = "#1E0F14"
43+
c.ui.float = "#D8D6D5"
44+
c.ui.title = "#88C3AB"
45+
c.ui.border = "#736468"
46+
c.ui.current_line = "#100407"
47+
c.ui.scrollbar = "#736468"
48+
c.ui.selection = "#1B282C"
49+
c.ui.highlight = "#2A1F22"
50+
c.ui.none_text = "#181213"
51+
c.ui.text = "#B2979D"
4652

4753
--------------------------------
4854
--- terminal

0 commit comments

Comments
 (0)