Skip to content

Commit

Permalink
Cursor and region color improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Sep 3, 2009
1 parent 136cb48 commit 541ceea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emacs.d/my-colors.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@
;; (color-theme-emacs-21)
;; (color-theme-gtk-ide)

;; Cursor and region color overrides after switching to Emacs 23 on OSX
(blink-cursor-mode)
(set-cursor-color "#014C88")
(set-face-foreground 'region nil)
(set-face-background 'region "#3D2101")

0 comments on commit 541ceea

Please sign in to comment.