aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-29 16:49:20 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-29 16:49:20 +0530
commit977cd36e9708dc84d1a347f1f6a793cb2179c559 (patch)
tree985a01f9af69a61174aacf3348eb0cd8b8caacf5 /.doom.d/custom.el
parent367cf49e21bd0a45a211899222c6ede6f4de46b1 (diff)
changed highlight theme, etc in emacs
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el
index 607765c..8091253 100644
--- a/.doom.d/custom.el
+++ b/.doom.d/custom.el
@@ -23,8 +23,10 @@
'(hl-line :background "#21242b")
'(region :background "#71279f")
'(selection :background "#9b1bed")
- '(cursor :background "#ff0aa3")
+ ;'(cursor :background "#ff0aa3")
+ '(cursor :background "#0ec685" :foreground)
'(highlight :background "#ff0aa3")
+ '(tide-hl-identifier-face :background "#0ec685" :foreground "#232627")
'(line-number :slant normal :background "#100b13")
'(line-number-current-line :slant normal :background "#21242b"))