Skip to content

Commit

Permalink
Merged pull request #4 from soulflyer/master.
Browse files Browse the repository at this point in the history
Moved setting the line highlight colour into the colour scheme file
  • Loading branch information
samaaron committed Apr 26, 2011
2 parents c1f8b08 + 5388b23 commit d00f36b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/blackbored.el
Expand Up @@ -29,6 +29,7 @@
(foreground-color . "#EDEDED")
(mouse-color . "sienna1"))

(hl-line ((t (:background "#333333"))))
(default ((t (:background "black" :foreground "#A9A9A9"))))
(blue ((t (:foreground "blue"))))
(bold ((t (:bold t))))
Expand Down
1 change: 0 additions & 1 deletion live-config/cosmetic.el
Expand Up @@ -9,7 +9,6 @@

;;highlight current line
(global-hl-line-mode 1)
(set-face-background 'hl-line "#333333")

;;set cursor colour
(set-cursor-color "yellow")
Expand Down

0 comments on commit d00f36b

Please sign in to comment.