Skip to content

Commit 93f517e

Browse files
committed
Fixed everblush #dadada color declarations
1 parent 619c0f6 commit 93f517e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors/everblush.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ style.background = { common.color "#141b1e" }
99
style.background2 = { common.color "#1e2528" }
1010
style.background3 = { common.color "#2d3437" }
1111
style.text = { common.color "#dadada" }
12-
style.caret = { common.color "#dadadda" }
12+
style.caret = { common.color "#dadada" }
1313
style.accent = { common.color "#67b0e8" }
1414
style.dim = { common.color "#bdc3c2" }
1515
style.divider = { common.color "#232a2d" }
@@ -25,7 +25,7 @@ style.syntax["symbol"] = { common.color "#b3b9b8" }
2525
style.syntax["comment"] = { common.color "#404749" }
2626
style.syntax["keyword"] = { common.color "#67b0e8" }
2727
style.syntax["keyword2"] = { common.color "#6cbfbf" }
28-
style.syntax["number"] = { common.color "dadada" }
28+
style.syntax["number"] = { common.color "#dadada" }
2929
style.syntax["literal"] = { common.color "#e5c76b" }
3030
style.syntax["string"] = { common.color "#75cf72" }
3131
style.syntax["operator"] = { common.color "#bab3e5" }

0 commit comments

Comments
 (0)