From 9bc07f3ee761b9bf84a16e27fcc3b0303b98aaa2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 11 Mar 2023 22:19:31 +0530 Subject: back to purple theme --- .doom.d/custom.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.doom.d') diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 51279c5..2dc5a26 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -28,13 +28,14 @@ (custom-set-faces! ;'(default :background "#100b13") '(default :background "#0e0911") - ;'(window-divider :foreground "#9b1bed") - '(window-divider :foreground "#1ca09d") + '(window-divider :foreground "#9b1bed") + ;'(window-divider :foreground "#1ca09d") '(hl-line :background "#21242b") '(region :background "#71279f") '(selection :background "#9b1bed") ;'(cursor :background "#ff0aa3") - '(cursor :background "#0ec685" :foreground) + ;'(cursor :background "#0ec685" :foreground) + '(cursor :background "#9b1bed" :foreground) '(highlight :background "#ff0aa3") '(tide-hl-identifier-face :background "#0ec685" :foreground "#232627") '(line-number :slant normal :background "#0e0911") -- cgit v1.2.3