diff options
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 11 |
1 files changed, 9 insertions, 2 deletions
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)) |