Skip to content

Commit cd57e69

Browse files
A-Lamiamehalter
authored andcommitted
refactor(palettes)!: astrolight revision 2
1 parent 64a7eb8 commit cd57e69

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lua/astrotheme/palettes/astrolight.lua

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ local colors = {
1717
light_cyan = "#5CBA94",
1818
dark_orange = "#F9744C",
1919
-------------------
20-
base = "#FFEFE9",
21-
crust = "#FFE2D6", -- neo-tree
22-
mantle = "#FED5CB", -- inactive
20+
base = "#FEEEEE",
21+
crust = "#F9DCD1", -- neo-tree
22+
mantle = "#EBCEC3", -- inactive
2323
-- mantle = "#C3E0EB",
2424
-------------------
25-
surface0 = "#FAC7BE", -- current line
26-
surface1 = "#F0B9B0",
27-
surface2 = "#E1ABA3",
25+
surface0 = "#F5DDD8", -- current line
26+
surface1 = "#D8C1BC",
27+
surface2 = "#BDA6A1",
2828
-------------------
29-
overlay0 = "#C1928D",
30-
overlay1 = "#B28581", -- status
31-
overlay2 = "#A57874",
29+
overlay0 = "#CAA29D",
30+
overlay1 = "#BD9492", -- status
31+
overlay2 = "#B08885",
3232
-------------------
3333
text = "#704745", -- carrot
34-
subtext0 = "#905C5A",
35-
subtext1 = "#83504E", -- headings
34+
subtext0 = "#83504E", -- headings
35+
subtext1 = "#B58380", -- comments
3636
-------------------
3737
-- icon colors
3838
-------------------

0 commit comments

Comments
 (0)