Skip to content

Commit 0358433

Browse files
committed
fix(colors): update base2 color on golden theme
1 parent 26e58a2 commit 0358433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/dullahan/colors.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ M.golden = {
8181
base01 = hsl(0, 0, 67), -- #ababab
8282
base00 = hsl(0, 0, 40), -- #666666
8383
base0 = hsl(0, 0, 95), -- #f2f2f2
84-
base1 = hsl(200, 100, 58), -- #5effc3
85-
base2 = hsl(0, 0, 47), -- #787878
84+
base1 = hsl(200, 100, 58), -- #29b8ff
85+
base2 = hsl(0, 0, 35), -- #595959
8686
base3 = hsl(0, 0, 78), -- #c7c7c7
8787
base4 = hsl(0, 0, 100), -- #ffffff
8888
yellow = hsl(245, 100, 68), -- #695cff

0 commit comments

Comments
 (0)