Home Gen53 @ 2025-09-28-15:33 by jonas@monolith

This commit is contained in:
2025-09-28 15:33:50 +02:00
parent c757eed1b0
commit 7383f56ef6
4 changed files with 9 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-monokai-classic)
(custom-set-faces! `(font-lock-operator-face :foreground ,(doom-color 'font-lock-keyword-face)))
(custom-set-faces! `(font-lock-operator-face :foreground ,(doom-color 'operators)))
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.