Make custom-button prettier
This commit is contained in:
parent
e0f88d06bf
commit
539982a782
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
|||
'(column-marker-2 ((t (:background "#55c3f8" :foreground "#000000"))))
|
||||
'(column-marker-3 ((t (:background "#f6faf9" :foreground "#000000"))))
|
||||
|
||||
;; custom
|
||||
'(custom-button ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
|
||||
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
|
||||
'(custom-button-pressed ((t (:inherit 'custom-button :box (:color "#05e4a5")))))
|
||||
|
||||
;; font-lock
|
||||
'(font-lock-builtin-face ((t (:foreground "#029cdc"))))
|
||||
'(font-lock-comment-delimiter-face ((t (:foreground "#2e3436" :weight bold))))
|
||||
|
|
Loading…
Reference in a new issue