Skip to content

Commit f2ef6d2

Browse files
A-Lamiamehalter
authored andcommitted
feat(astrodark): refactor main UI background colors
also added a status palette, not sure if this will stay or go later.
1 parent 30ec241 commit f2ef6d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/astrotheme/palettes/astrodark.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ local colors = {
1717
alt_orange = "#ff9640",
1818
-------------------
1919
base = "#1e222a",
20-
crust = "#1f1f25",
21-
mantle = "#181a1f",
20+
mantle = "#191C21", -- tools
21+
crust = "#15181D", -- tabline
22+
status = "#15181D", -- statusline
2223
-------------------
2324
surface0 = "#252931",
2425
surface1 = "#3e4452",

0 commit comments

Comments
 (0)