Skip to content

Instantly share code, notes, and snippets.

@g000001
Created December 10, 2014 12:34
Show Gist options
  • Save g000001/9e9da0d62319c3402acc to your computer and use it in GitHub Desktop.
Save g000001/9e9da0d62319c3402acc to your computer and use it in GitHub Desktop.
(progn
(set-face-foreground 'sldb-topline-face "orange")
;; (set-face-attribute 'sldb-topline-face nil :underline nil)
(set-face-attribute 'sldb-topline-face nil :inverse-video t)
(set-face-attribute 'sldb-topline-face nil :bold t)
(set-face-foreground 'sldb-condition-face "#8888aa")
(set-face-foreground 'sldb-section-face "green"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment