Skip to content

Instantly share code, notes, and snippets.

@bitops
Created April 29, 2014 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitops/7ceb14fa42d83766f533 to your computer and use it in GitHub Desktop.
Save bitops/7ceb14fa42d83766f533 to your computer and use it in GitHub Desktop.
Colors I like to highlight which buffer is currently active.
;; Color configuration
(set-face-attribute 'mode-line
nil
:foreground "light green"
:background "firebrick1"
:box '(:line-width 1 :style released-button))
(set-face-attribute 'mode-line-inactive
nil
:foreground "maroon4"
:background "light blue"
:box '(:line-width 1 :style released-button))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment