diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 22:19:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 22:19:31 +0530 |
commit | 9bc07f3ee761b9bf84a16e27fcc3b0303b98aaa2 (patch) | |
tree | 1fa86bc3cacf563977b2530979ab84ce796072a3 /.doom.d | |
parent | 6ceaafc53468ea5d57f74d1881278f84490758a9 (diff) |
back to purple theme
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 7 |
1 files changed, 4 insertions, 3 deletions
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") |