From 92d5f2c7c6dbf96a41957056b48e3ec1c7551928 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Nov 2022 17:42:41 +0530 Subject: made changes in the theme to somewhat match my neovim --- .doom.d/custom.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.doom.d/custom.el') diff --git a/.doom.d/custom.el b/.doom.d/custom.el index f97dc92..607765c 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -18,8 +18,15 @@ (setq web-mode-markup-indent-offset 2))) (custom-set-faces! + '(default :background "#100b13") '(window-divider :foreground "#9b1bed") - ;'(line-number :foreground "#ff0aa3"))) - ) + '(hl-line :background "#21242b") + '(region :background "#71279f") + '(selection :background "#9b1bed") + '(cursor :background "#ff0aa3") + '(highlight :background "#ff0aa3") + '(line-number :slant normal :background "#100b13") + '(line-number-current-line :slant normal :background "#21242b")) + ; window transparency (add-to-list 'default-frame-alist '(alpha . 90)) -- cgit v1.2.3