Skip to content

Commit 7edbe8b

Browse files
committed
more contrast for current line highlight
1 parent 136bbc4 commit 7edbe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlit-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and foreground colors optimized for happy programming.")
5252
Each element has the form (NAME . HEX).")
5353

5454
(setq starlit-default-colors
55-
'(("current-line" . "#0a121a")
55+
'(("current-line" . "#0a020a")
5656
("block" . "#11151e")
5757
("background" . "#131729")
5858
("backgroundlight" . "#161930")

0 commit comments

Comments
 (0)