diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-17 17:05:51 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-17 17:05:51 -0500 |
commit | 53c9235cbe838777164a889ee5a1c6611372ec9c (patch) | |
tree | cc35c02cbcd8bb065cd16ba3c2f386cc6b2cb1c3 /modules/init-theme.el | |
parent | 9f33cc5355f669c446e5a41e973ca506c7e6db26 (diff) | |
download | emacs-personal-53c9235cbe838777164a889ee5a1c6611372ec9c.tar.lz emacs-personal-53c9235cbe838777164a889ee5a1c6611372ec9c.tar.xz emacs-personal-53c9235cbe838777164a889ee5a1c6611372ec9c.zip |
improve colors
Diffstat (limited to 'modules/init-theme.el')
-rw-r--r-- | modules/init-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/init-theme.el b/modules/init-theme.el index 11b25b5..bf93ce9 100644 --- a/modules/init-theme.el +++ b/modules/init-theme.el @@ -32,8 +32,8 @@ :config (defun customcolors () "Simple customcolors for theme." - (set-cursor-color "#268BD2") - (set-face-background 'highlight "#268BD2") + (set-cursor-color "#2979FF") + (set-face-background 'highlight "#2979FF") (set-background-color "#1E1E1E") ;; Modeline |