Added dark theme
This commit is contained in:
parent
53c9235cbe
commit
2393b459e6
@ -34,16 +34,19 @@
|
||||
"Simple customcolors for theme."
|
||||
(set-cursor-color "#2979FF")
|
||||
(set-face-background 'highlight "#2979FF")
|
||||
(set-background-color "#1E1E1E")
|
||||
;; (set-background-color "#1C1E1F") ;; semi-dark
|
||||
(set-background-color "#101418") ;; dark
|
||||
|
||||
;; Modeline
|
||||
(set-face-background 'mode-line "#131313")
|
||||
;; (set-face-background 'mode-line "#131313") ;; semi-dark
|
||||
(set-face-background 'mode-line "#0C0E10") ;; dark
|
||||
(set-face-background 'modeline-inactive "#333333")
|
||||
;; (set-face-foreground 'mode-line "#FFFFFF")
|
||||
|
||||
;; Fix linum current-line highlight
|
||||
(defface my-linum-hl
|
||||
'((t :background "#131313" :foreground "gold"))
|
||||
;; '((t :background "#131313" :foreground "gold")) ;; semi-dark
|
||||
'((t :background "#0C0E10" :foreground "gold")) ;; dark
|
||||
"Face for the currently active Line number"
|
||||
:group 'linum)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user