Skip to content

Commit

Permalink
fix VM colors
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Oct 23, 2015
1 parent 8207f30 commit 4593be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-lisp/savoie/emacs-custom-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
;; Dev or apps VM
((string-match "^v.*\.\\(dev\\|apps\\)\.int\.nsidc\.org" (system-name))
(progn (setq my-menu-fg-color "#F2FF30")
(setq my-menu-bg-color "#BD598E"))) ;
(setq my-menu-bg-color "#5f5fff"))) ;

;; user archive.
((string-match (user-login-name) "archive")
Expand Down

0 comments on commit 4593be6

Please sign in to comment.