LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-05-2021, 02:41 PM   #16
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Original Poster
Rep: Reputation: Disabled

Quote:
Originally Posted by boughtonp View Post
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.

You are right, There is no Dr.Watson here.. because i can barely understand what you meant ...lol.. too complicated.. lol
Thx for explaining anyway.
 
Old 03-06-2021, 06:18 AM   #17
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Original Poster
Rep: Reputation: Disabled
I there way to reset Endeavouros linux KDE plasma theme thingy ? I have fed up trying.
Will by "reset theme" brings more harm and work to my system ?
Everytime they push new stuff up, surely something will spoil.. i wish i don't do their update until a few months later...till everything stable.


Thx

Last edited by andrewysk; 03-06-2021 at 06:24 AM.
 
Old 03-06-2021, 08:30 AM   #18
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for dark themes there is a css file in
/home/( your user name )/.mozilla/firefox/(your Default install).default-(string of numbers)/chrome/

called " userContent.css"

this is a copy of mine
Code:
 
/*
* Use this css file to eliminate problems in Firefox
* when using dark themes that create dark on dark
* input boxes, selection menus and buttons. Put this
* in the ../firefox/default/chrome folder or your
* individual user firefox profile chrome folder.
*/
input {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
textarea {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type="radio"],
input[type="checkbox"] {
border: 2px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
*|*::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}
body {
background-color: #dddddd;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}
this should fix it
 
Old 03-06-2021, 10:54 AM   #19
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
for dark themes there is a css file in
/home/( your user name )/.mozilla/firefox/(your Default install).default-(string of numbers)/chrome/

called " userContent.css"

this is a copy of mine
Code:
 
/*
* Use this css file to eliminate problems in Firefox
* when using dark themes that create dark on dark
* input boxes, selection menus and buttons. Put this
* in the ../firefox/default/chrome folder or your
* individual user firefox profile chrome folder.
*/
input {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
textarea {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type="radio"],
input[type="checkbox"] {
border: 2px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
*|*::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}
body {
background-color: #dddddd;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}
this should fix it
Code:
~/.mozilla/firefox
$ find . -maxdepth 10 -iname *content.css
Is this "find" command rightly executed ? I find nothing.
 
Old 03-07-2021, 07:26 AM   #20
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you need to put the fix ( the css file) in the chrome folder
 
Old 03-07-2021, 03:46 PM   #21
andrewysk
Member
 
Registered: Mar 2020
Posts: 797

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
you need to put the fix ( the css file) in the chrome folder
Sorry, i don't get you. Please explain.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
There is something wrong with Currents BlueTooth.. mousey wrong BW-userx Slackware 20 07-06-2019 02:38 PM
Mouse not working on Damn Small Linux | Mouse: Omega Optical Mouse (16c Gaming Mouse) AndyDeveloper Linux - Hardware 3 04-09-2017 01:32 PM
Something depends on something else but something else is to be installed javascriptninja Linux - Newbie 3 02-05-2012 04:22 PM
Something is wrong with my mouse szboardstretcher General 14 03-21-2011 12:18 PM
Copying a phpbb3 forum contents to a different forum; no admin access on source forum Maligree General 1 08-11-2008 11:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration