Explorar el Código

Update my theme

pull/15/head
10sr hace 8 años
padre
commit
996ec29d06
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el Ver fichero

@@ -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


Cargando…
Cancelar
Guardar