diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-04 11:39:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-12-04 11:39:25 +0530 |
commit | 56be6e6401ab3c007aa2a023071cbf65d111cdcd (patch) | |
tree | 06be16f334b18e7e09ffd0c940fb3a47a0a6cbac /.doom.d/custom.el | |
parent | 977cd36e9708dc84d1a347f1f6a793cb2179c559 (diff) |
changed background color in emacs to match polybar better
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r-- | .doom.d/custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 8091253..6bcf177 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -18,7 +18,8 @@ (setq web-mode-markup-indent-offset 2))) (custom-set-faces! - '(default :background "#100b13") + ;'(default :background "#100b13") + '(default :background "#0e0911") '(window-divider :foreground "#9b1bed") '(hl-line :background "#21242b") '(region :background "#71279f") |