fniessen / emacs-leuven-theme

This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696 stars 59 forks source link

Darker foreground for linum? #6

Closed yveszoundi closed 10 years ago

yveszoundi commented 10 years ago

More of a suggestion rather than a bug.

The line numbers are almost invisible with the leuven theme when linum-mode is activated. Is it possible to just use a black foreground?

I always customize linum face when using leuven as I don't see clearly the line numbers.

(set-face-attribute 'linum nil :foreground "black")

Unmodified Leuven face-attribute with linum-mode linum-orig-fg

Black foreground with linum-mode linum-black-fg

Thanks

fniessen commented 10 years ago

I just darkened that face (though, not black). Note that your background color is suspicious, as I defined linum as `(linum ((,class (:foreground "#AFAFAF" :background "white")))), that is on a white background! How do you have a gray one??