LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Theme problem. How to reset it ? I have tried to change all possible colors, but still the same; when mouse over i still see a black box . (https://www.linuxquestions.org/questions/linux-desktop-74/theme-problem-how-to-reset-it-i-have-tried-to-change-all-possible-colors-but-still-the-same%3B-when-mouse-over-i-still-see-a-black-box-4175691513/)

andrewysk 03-03-2021 03:29 PM

Theme problem. How to reset it ? I have tried to change all possible colors, but still the same; when mouse over i still see a black box .
 
2 Attachment(s)
Why when mouse over it is totally black ? Something wrong with LinuxQuestions forum ?
Attachment 35781
Attachment 35782

Brains 03-03-2021 07:25 PM

Looks like your graphics driver is sub-par
Can you install inxi and post results of command ---> inxi -GM

rtmistler 03-03-2021 07:34 PM

Moved: This thread is more suitable in Suggestions & Feedback and has been moved accordingly to help your thread/question get the exposure it deserves.

dugan 03-03-2021 08:51 PM

I get white text on a black background.

I assume you're getting black text on a black background, and I'm actually wondering if there's an issue with your GTK theme.

Create a new user account on your Linux system, try from there, and let us know if it's still a problem.

boughtonp 03-04-2021 08:01 AM

Quote:

Originally Posted by rtmistler (Post 6227019)
Moved: This thread is more suitable in Suggestions & Feedback and has been moved accordingly to help your thread/question get the exposure it deserves.

I disagree: this isn't an LQ issue. The code is using regular HTML title attributes, which isn't stylable in CSS, and thus the problem is not caused by the LQ forum software.
(It could theoretically be worked-around on the LQ side by re-implementing the title tooltip with JavaScript, but that wouldn't solve andrew's issue.)

My guesses would be GTK theme issue and/or a browser bug, so fits in "Linux - Software" or "Linux - General".


John VV 03-04-2021 08:29 AM

are you using a dark / black theme for your desktop ?

if so what you are seeing is likely a black box WITH BLACK TEXT

there is a firefox hack for this , that is if you are using firefox

pan64 03-04-2021 09:39 AM

yes, it works for me too, so I guess that is a local problem on your host. (probably try another browser, reset browser, ...)

boughtonp 03-04-2021 12:02 PM


 
1 Attachment(s)
To confirm what was suggested in post #4 and repeated in #6, the text is there but is almost the same colour as the background (which is roughly #222527, so technically dark grey with a slight blueish tinge).

The very subtle difference between background and text is what allows this to be confirmed by using the magic wand tool in a graphics editor (as per attachment).


andrewysk 03-05-2021 09:47 AM

Quote:

Originally Posted by Brains (Post 6227016)
Looks like your graphics driver is sub-par
Can you install inxi and post results of command ---> inxi -GM

Code:

$ inxi -GM
Machine:  Type: Desktop System: Micro-Star product: GP60 2QE v: REV:1.0
          serial: <superuser required>
          Mobo: Micro-Star model: MS-16GH v: REV:1.0 serial: <superuser required>
          BIOS: American Megatrends v: E16GHIMS.10H date: 12/25/2014
Graphics:  Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915
          v: kernel
          Device-2: NVIDIA GM108M [GeForce 940M] driver: nvidia v: 460.39
          Device-3: Acer MSI Integrated Webcam type: USB driver: uvcvideo
          Display: x11 server: X.Org 1.20.10 driver: loaded: intel,nvidia
          unloaded: fbdev,modesetting,vesa resolution: 1: 1920x1080~60Hz 2: 1920x1080
          OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2)
          v: 4.5 Mesa 20.3.4


andrewysk 03-05-2021 09:52 AM

Quote:

Originally Posted by John VV (Post 6227198)
are you using a dark / black theme for your desktop ?

if so what you are seeing is likely a black box WITH BLACK TEXT

there is a firefox hack for this , that is if you are using firefox

Yes, I am using firefox. I just tried with Dissenter Browser, it is fine.. black background, white text. so... it is theme vs firefox issue.

andrewysk 03-05-2021 09:53 AM

Quote:

Originally Posted by pan64 (Post 6227223)
yes, it works for me too, so I guess that is a local problem on your host. (probably try another browser, reset browser, ...)

Dissenter browser works fine.. i guess it should be issue between theme and firefox.
Is there way to adjust the color of such text in theme ? in system setting > appearance ?

andrewysk 03-05-2021 09:57 AM

Quote:

Originally Posted by boughtonp (Post 6227277)
To confirm what was suggested in post #4 and repeated in #6, the text is there but is almost the same colour as the background (which is roughly #222527, so technically dark grey with a slight blueish tinge).

The very subtle difference between background and text is what allows this to be confirmed by using the magic wand tool in a graphics editor (as per attachment).


Wow! If in real world, or moderm world, You are Shellock homes, the detective ! LOL, How did you thought of that ? lol Brilliant..

shruggy 03-05-2021 10:00 AM

How to change colors in Firefox (Support Mozilla).

Granted, this is only a stop-gap solution until you figure out what's wrong with your GTK theme.

elcore 03-05-2021 10:06 AM

1 Attachment(s)
GTK2 theme sets this with ntooltip_fg_color and ntooltip_bg_color.
GTK3, I don't know, probably with CSS. Rename ~/.config and ~/.themes + restart browser, and it'll revert to default theme.
It's not a forum problem, Lq had that exact same standard tooltip for as long as I remember.

Mine looks like this, it's using a GTK2 theme:

boughtonp 03-05-2021 11:03 AM

Quote:

Originally Posted by andrewysk (Post 6227576)
Wow! If in real world, or moderm world, You are Shellock homes, the detective ! LOL, How did you thought of that ? lol Brilliant..

Heh, except I don't have a Dr Watson.


The background didn't look pure black to me, which raised a couple of possibilities:
* it's not uncommon for such backgrounds to be slightly translucent, whilst text is usually a solid, in which case even with the same RGB colour there could be a difference in the pixels rendered.
* if the values were independently chosen with a mouse, many GUI colour pickers don't have the precision/sensitivity to allow clicking the exact same position to get the same colour twice.

The selection confirmed there's no translucency, and there was more similarity to the colours then I'd expect for the second option, so there's probably another reason for the difference that I didn't think of.



All times are GMT -5. The time now is 05:21 PM.