From 53c9235cbe838777164a889ee5a1c6611372ec9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 17 Sep 2019 17:05:51 -0500 Subject: [PATCH] improve colors --- modules/init-theme.el | 4 ++-- modules/init-web-mode.el | 2 +- 2 files changed, 3 insertions(+), 3 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 diff --git a/modules/init-web-mode.el b/modules/init-web-mode.el index 93a0ecd..33333dc 100644 --- a/modules/init-web-mode.el +++ b/modules/init-web-mode.el @@ -17,7 +17,7 @@ :config ;; web-modeの設定 (setq web-mode-enable-current-element-highlight t) - (set-face-background 'web-mode-current-element-highlight-face "#a3a3a3") + (set-face-background 'web-mode-current-element-highlight-face "#616161") ;; Fix smarty (setq web-mode-engines-alist