From c757eed1b063cc5345dea5b45ec4a50a0f546143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 28 Sep 2025 14:56:43 +0200 Subject: [PATCH] Home Gen50 @ 2025-09-28-14:56 by jonas@monolith --- modules/home/doom/static/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'.