Add region face
This commit is contained in:
parent
9aa83495b1
commit
847968f690
1 changed files with 5 additions and 1 deletions
|
@ -56,7 +56,11 @@
|
|||
:box (:line-width 1 :color "#004000")))
|
||||
(((background dark))
|
||||
(:background "#000000" :foreground "#aaaaaa"
|
||||
:box (:line-width 1 :color "#500000")))))))
|
||||
:box (:line-width 1 :color "#500000")))))
|
||||
'(region ((((background light))
|
||||
(:background "#00aa00" :foreground "#ffffff"))
|
||||
(((background dark))
|
||||
(:background "#ff0000" :foreground "#ffffff"))))))
|
||||
|
||||
(defun turn-on-jedi ()
|
||||
(disable-theme 'sith)
|
||||
|
|
Loading…
Reference in a new issue