From 5807f224fd60639e605ff79236c80e1d4b8ec2df Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 2 Aug 2023 00:59:11 +0530 Subject: moved theme config to zt-theme.el --- .doom.d/custom.el | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to '.doom.d/custom.el') diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 2dc5a26..3a05390 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -26,20 +26,8 @@ (setq web-mode-markup-indent-offset 2))) (custom-set-faces! - ;'(default :background "#100b13") - '(default :background "#0e0911") - '(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 "#9b1bed" :foreground) - '(highlight :background "#ff0aa3") - '(tide-hl-identifier-face :background "#0ec685" :foreground "#232627") - '(line-number :slant normal :background "#0e0911") - '(line-number-current-line :slant normal :background "#21242b")) + '(line-number :slant normal) + '(line-number-current-line :slant normal)) ; window transparency (add-to-list 'default-frame-alist '(alpha . 90)) -- cgit v1.2.3