aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el16
1 files changed, 2 insertions, 14 deletions
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))