Skip to content

Commit

Permalink
Make cursor bright yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jul 17, 2011
1 parent dd9534d commit f3548f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-twilight.el
Expand Up @@ -70,7 +70,7 @@
((background-color . "#141414")
(background-mode . dark)
(border-color . "black")
(cursor-color . "#A7A7A7")
(cursor-color . "#DDDD00")
(foreground-color . "#F8F8F8")
(mouse-color . "sienna1"))
(default ((t (:background "#141414" :foreground "#CACACA"))))
Expand Down

0 comments on commit f3548f4

Please sign in to comment.