improve colors
This commit is contained in:
parent
9f33cc5355
commit
53c9235cbe
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user