Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Arc-Dark-Grey, can't find panel text color #663

Open
tblancher opened this issue Oct 2, 2016 · 2 comments
Open

Modified Arc-Dark-Grey, can't find panel text color #663

tblancher opened this issue Oct 2, 2016 · 2 comments

Comments

@tblancher
Copy link

I have modified Arc Darker Grey (calling it Arc Darkest Grey), primarily with black panels and window tops, with white window bodies. The theme is pretty much perfect for me, except for one thing: the panel text is a dim grey on the black panel, and try as I might I can't figure out which CSS parameter I need to modify to change it.

I've attached a tarball (.tar.xz) of my current theme, and a screenshot with the panel text highlighted. Can you shed some light on which CSS color I need to change? I figure I'd just make it #ffffff so it stands out against the black.

selection_010
arc-darkest-grey.zip

Details

  • Distribution (with version): Arch Linux (aur/gtk-theme-arc-solid 20160923-1, although my modification is most likely prior to this)
  • Desktop environment (with version): Gnome3 Flashback (gnome-flashback 3.20.2-1)
  • Arc version/commit (don't put "latest"): gtk-theme-arc=20160923 (though mine was definitely modified before I upgraded to this version)
  • GTK+ 3 version: gtk3 3.20.9-1
    • Murrine engine version: gtk-engine-murrine 0.98.2-2
    • gnome-themes-standard version: gnome-themes-standard 3.20.2-1
  • Installation method (package or source): AUR package, then modified from there.
@horst3180
Copy link
Owner

Hmm, for the flashback panel the selectors should be something like

panel-toplevel.background menubar,
panel-toplevel.background #PanelApplet label,
panel-toplevel.background #PanelApplet image { color: #ffffff }

If that doesn't work try this too

panel-toplevel.background button,
panel-toplevel.background #tasklist-button { color: #ffffff }

@tblancher
Copy link
Author

What file should I put that in? I can't find anything that says
panel-toplevel.background. I do find one stanza with PanelApplet, in both
gtk-3.0/gtk.css and gtk-3.0/gtk-dark.css, but changing the color to #ffffff
doesn't do anything.

I've also tried changing the tasklist-button item you mentioned below, with no
luck. If I choose the standard Arc them, the panel text does get lighter, but I
don't know which color I need to change.

I feel so close...

On Sun, Oct 02, 2016 at 01:27:53PM -0700, horst3180 wrote:

Hmm, for the flashback panel the selectors should be something like

panel-toplevel.background menubar,
panel-toplevel.background #PanelApplet label,
panel-toplevel.background #PanelApplet image { color: #ffffff }

If that doesn't work try this too

panel-toplevel.background button,
panel-toplevel.background #tasklist-button { color: #ffffff }


You are receiving this because you authored the thread.
Reply to this email directly, [1]view it on GitHub, or [2]mute the thread.

Reverse link: [3]unknown

References

Visible links

  1. Modified Arc-Dark-Grey, can't find panel text color #663 (comment)
  2. https://github.com/notifications/unsubscribe-auth/ABxTQwn3OwNlaZSjXbPOKN96btn0_MOxks5qwBPJgaJpZM4KMGP5
  3. Modified Arc-Dark-Grey, can't find panel text color #663 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants