Home Gen50 @ 2025-09-28-14:56 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-09-28 14:56:43 +02:00
parent 7d24e7dce9
commit c757eed1b0

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 'operator)))
(custom-set-faces! `(font-lock-operator-face :foreground ,(doom-color 'font-lock-keyword-face)))
;; 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'.