[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14114: tango-dark: background highlighting not working properly
From: |
Nicolas Petton |
Subject: |
bug#14114: tango-dark: background highlighting not working properly |
Date: |
Fri, 20 Apr 2018 22:35:26 +0200 |
tags 14114 notabug
close 14114
stop
James Jong <ribonucleico@gmail.com> writes:
> 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:
That's the region face, not the highlight face (for which tango-dark
sets a foreground color).
> Inline image 1
>
> but line highlighting doesn't:
>
> Inline image 2
I think that's to be expected, since the tango-dark theme sets a
foreground color for the highlight face:
`(highlight ((,class (:foreground ,alum-6 :background ,butter-2))))
So I'm closing this ticket.
Cheers,
Nico
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#14114: tango-dark: background highlighting not working properly,
Nicolas Petton <=