Skip to content

Commit a631244

Browse files
A-Lamiamehalter
authored andcommitted
feat(astrodark): change border and main accent color
1 parent 849f225 commit a631244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrotheme/palettes/astrodark.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ c.ui.cyan = "#00B298"
3030
c.ui.blue = "#50A4E9"
3131
c.ui.purple = "#CC83E3"
3232

33-
c.ui.accent = "#EB8332"
33+
c.ui.accent = "#50A4E9"
3434

3535
c.ui.tabline = "#111317"
3636
c.ui.winbar = "#797D87"
@@ -42,7 +42,7 @@ c.ui.split = "#111317"
4242
c.ui.popup = "#16181D"
4343
c.ui.float = "#16181D"
4444
c.ui.title = c.ui.accent
45-
c.ui.border = "#7A7C7E"
45+
c.ui.border = "#3A3E47"
4646
c.ui.current_line = "#1E222A"
4747
c.ui.scrollbar = c.ui.accent
4848
c.ui.selection = "#26343F"

0 commit comments

Comments
 (0)