Browse Source

Update my theme

pull/15/head
10sr 8 years ago
parent
commit
996ec29d06
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el View File

@@ -686,7 +686,10 @@ found, otherwise returns nil."
(load-theme 'cyberpunk t)
(set-face-attribute 'button
nil
:inherit 'highlight))
:inherit 'highlight)
(set-face-foreground 'mode-line-inactive
"white")
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling


Loading…
Cancel
Save