• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. Fix "tool tip" colors in GNOME

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 2481
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fix "tool tip" colors in GNOME

dontpanic
dontpanic over 6 years ago

Hi! I'd like to solve the known problem of barely-readable Virtuoso tooltip colors (white text in pink background) in GNOME. I repeatedly found the solution to fix it in KDE, but I was unable to find an equivalent procedure in GNOME. Has anybody been able to achieve this?

Thanks and regards, Jorge.

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Hi Jorge,

    I found two bits of info related to this. Not sure if either fix the problem reliably because I didn't try it myself.

    The first is another article: Toolbar tooltip (or mouseover popup message) fonts are hard to read"

    The second was a case which had this summary:

    I solved problem with white-on-black tooltips with 4 gtkrc files:

    1. ~/.config/gtk-3.0/gtk.css

    /* tooltips */
    @define-color tooltip_bg_color #ffffaf;
    @define-color tooltip_fg_color #000000;


    2. ~/.config/gtk-3.0/settings.ini
    [Settings]
    gtk-color-scheme = "tooltip_bg_color:#ffffaf\ntooltip_fg_color:#000000"

    3. ~/.gtkrc-2.0
    include ".gtkrc-2.0-gnome-color-chooser"


    4. ~/.gtkrc-2.0-gnome-color-chooser

    style "gnome-color-chooser-tooltips"
    {
    bg[NORMAL] = "#FFFFAF"
    fg[NORMAL] = "#000000"
    }
    widget "gtk-tooltip*" style "gnome-color-chooser-tooltips"

    http://askubuntu.com/questions/70599/how-to-change-tooltip-background-color-in-unity

    You can rename the /home/user/.config folder to resolve the issue.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 6 years ago

    Hi Jorge,

    I found two bits of info related to this. Not sure if either fix the problem reliably because I didn't try it myself.

    The first is another article: Toolbar tooltip (or mouseover popup message) fonts are hard to read"

    The second was a case which had this summary:

    I solved problem with white-on-black tooltips with 4 gtkrc files:

    1. ~/.config/gtk-3.0/gtk.css

    /* tooltips */
    @define-color tooltip_bg_color #ffffaf;
    @define-color tooltip_fg_color #000000;


    2. ~/.config/gtk-3.0/settings.ini
    [Settings]
    gtk-color-scheme = "tooltip_bg_color:#ffffaf\ntooltip_fg_color:#000000"

    3. ~/.gtkrc-2.0
    include ".gtkrc-2.0-gnome-color-chooser"


    4. ~/.gtkrc-2.0-gnome-color-chooser

    style "gnome-color-chooser-tooltips"
    {
    bg[NORMAL] = "#FFFFAF"
    fg[NORMAL] = "#000000"
    }
    widget "gtk-tooltip*" style "gnome-color-chooser-tooltips"

    http://askubuntu.com/questions/70599/how-to-change-tooltip-background-color-in-unity

    You can rename the /home/user/.config folder to resolve the issue.

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Children
  • dontpanic
    dontpanic over 6 years ago in reply to Andrew Beckett

    Hi Andrew; removing the  "$HOME/.config/Trolltech.conf" file solved the problem! It changed the tooltip font color to black, which has good contrast against the pink background.

    Thanks so much for your help! 

    Regards, Jorge.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information