diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-02 00:59:11 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-02 00:59:11 +0530 |
commit | 5807f224fd60639e605ff79236c80e1d4b8ec2df (patch) | |
tree | 469fd5eab97c954c71047474f04c7adcdb9aa72b /.doom.d/custom.el | |
parent | f7ea68bca133680c6cc3c1670ac9a7d074c6721b (diff) |
moved theme config to zt-theme.el
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 16 |
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)) |