aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/themes/zt-theme.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/themes/zt-theme.el
parent367cf49e21bd0a45a211899222c6ede6f4de46b1 (diff)
changed highlight theme, etc in emacs
Diffstat (limited to '.doom.d/themes/zt-theme.el')
-rw-r--r--.doom.d/themes/zt-theme.el6
1 files changed, 3 insertions, 3 deletions
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))