improve colors

This commit is contained in:
Jesús 2019-09-17 17:05:51 -05:00
parent 9f33cc5355
commit 53c9235cbe
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
:config :config
(defun customcolors () (defun customcolors ()
"Simple customcolors for theme." "Simple customcolors for theme."
(set-cursor-color "#268BD2") (set-cursor-color "#2979FF")
(set-face-background 'highlight "#268BD2") (set-face-background 'highlight "#2979FF")
(set-background-color "#1E1E1E") (set-background-color "#1E1E1E")
;; Modeline ;; Modeline

View File

@ -17,7 +17,7 @@
:config :config
;; web-modeの設定 ;; web-modeの設定
(setq web-mode-enable-current-element-highlight t) (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 ;; Fix smarty
(setq web-mode-engines-alist (setq web-mode-engines-alist