bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14114: tango-dark: background highlighting not working properly


From: James Jong
Subject: bug#14114: tango-dark: background highlighting not working properly
Date: Mon, 1 Apr 2013 11:00:50 -0400

The following code does not work well on the builtin `tango-dark` theme:

    (custom-set-faces
     '(region ((t (:inherit nil :background "RoyalBlue4"))))
     '(highlight ((t (:inherit region :background "dark olive green"))))
     '(hl-line ((t (:inherit highlight)))))

Region highlighting works well and respects foreground faces:

Inline image 1

but line highlighting doesn't:

Inline image 2

There is a thread on StackOverflow discussing this:
http://stackoverflow.com/questions/15733873/customizing-highlighting-faces-in-emacs-only-change-the-background-color

Any thoughts?
Thanks,

James




reply via email to

[Prev in Thread] Current Thread [Next in Thread]