Skip to content

Commit

Permalink
Fix color not found error during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Oct 3, 2023
1 parent a96727b commit 183f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ Line numbers
(add-to-list 'prog-mode-hook 'display-line-numbers-mode)

(custom-set-faces
'(line-number-current-line ((t (:inherit line-number :background "white" :foreground "color-16")))))
'(line-number-current-line ((t (:inherit line-number :background "white" :foreground "black")))))
#+END_SRC

Rainbow mode
Expand Down

0 comments on commit 183f78f

Please sign in to comment.