aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.doom.d/custom.el4
-rw-r--r--.doom.d/init.el2
-rw-r--r--.doom.d/themes/zt-theme.el6
3 files changed, 7 insertions, 5 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"))
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 9ebd5b8..b3af47b 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -133,7 +133,7 @@
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
(go +lsp) ; the hipster dialect
- (haskell +lsp) ; a language that's lazier than I am
+ ;;(haskell +lsp) ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
;;json ; At least it ain't XML
diff --git a/.doom.d/themes/zt-theme.el b/.doom.d/themes/zt-theme.el
index b32d2be..24772b3 100644
--- a/.doom.d/themes/zt-theme.el
+++ b/.doom.d/themes/zt-theme.el
@@ -77,7 +77,7 @@ Can be an integer to determine the exact padding."
(green '("#98be65" "#99bb66" "green" ))
(teal '("#4db5bd" "#44b9b1" "brightgreen" ))
(yellow '("#ECBE7B" "#ECBE7B" "yellow" ))
- (blue '("#51afef" "#51afef" "brightblue" ))
+ (blue '("#8845bf" "#8845bf" "brightblue" ))
(dark-blue '("#2257A0" "#2257A0" "blue" ))
(magenta '("#c678dd" "#c678dd" "brightmagenta"))
(violet '("#a9a1e1" "#a9a1e1" "magenta" ))
@@ -92,9 +92,9 @@ Can be an integer to determine the exact padding."
;; These are the "universal syntax classes" that doom-themes establishes.
;; These *must* be included in every doom themes, or your theme will throw an
;; error, as they are used in the base theme defined in doom-themes-base.
- (highlight magenta)
+ (highlight lime)
(vertical-bar (doom-darken base1 0.1))
- (selection magenta)
+ (selection blue)
(builtin magenta)
(comments (if zt-brighter-comments dark-cyan base5))
(doc-comments (doom-lighten (if zt-brighter-comments dark-cyan base5) 0.25))