Sfoglia il codice sorgente

Update my theme

pull/15/head
10sr 8 anni fa
parent
commit
996ec29d06
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Vedi 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


Caricamento…
Annulla
Salva