diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 2e6f611..1d51b2c 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -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'.