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

change some colors and some text that should be hidden but isn't #243

Closed
MooseZM opened this issue Jan 18, 2025 · 2 comments
Closed

change some colors and some text that should be hidden but isn't #243

MooseZM opened this issue Jan 18, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@MooseZM
Copy link

MooseZM commented Jan 18, 2025

Already looked at the Wiki?

No

Describe the Issue

i'll attach a professional paint illustration to show what i mean

Image

Pic 1: i want to change the yellow highlights (around the url bar and the current tab name) to a white color
Pic 2: as you can see, a few pixels of text are shown even when the side bar is minimized
Pic 3: i'd like to disable the shimmering stars in the midnight theme (i swear i used an older version back in july and it didn't have them) and make the close button red or gray instead of blue (again i swear it used to be red)

Thanks in advance and sorry for asking for too many things

Expected Behavior

......

Platform/Desktop

Windows

Web Browser

Firefox

If Other Browser was selected, specify here:

No response

Is your browser updated to the latest version?

Yes

Picture/Video of the Issue

No response

@MooseZM MooseZM added the bug Something isn't working label Jan 18, 2025
@MooseZM
Copy link
Author

MooseZM commented Jan 19, 2025

i managed to fix the issues in pic 1 and 2 on my own but i couldn't figure out how to fix the text that still shows up at the bottom of the side bar when minimized. I'm using the latest verion and lurked the the closed issues but the fixes in them didn't help me

@soulhotel
Copy link
Owner

soulhotel commented Jan 31, 2025

I reduced the yellow, it should now appear as an accented white. I wont be removing the animated background, but to remove it you can remove it easily by deleting the very last lines of all-global-theme-midnight.css (lines 370-388).

@media (prefers-color-scheme: dark) {
#main-window:not([lwtheme]) #navigator-toolbox,
#main-window:not([lwtheme]) #nav-bar {
transition: var(--ext-theme-background-transition) !important;
background-image: url(pic/midnight-ui.gif) !important;
background-repeat: repeat, no-repeat !important;
background-position: 115% 100% !important;
}
#main-window:not([lwtheme]) findbar {
color: var(--toolbar-color) !important;
color-scheme: var(--toolbar-color-scheme) !important;
background-image: url(pic/midnight-ui.gif) !important;
border-top: 0px !important;
background-repeat: no-repeat, no-repeat !important;
background-position: 100% 100% !important;
}
}

2025-01-31.16-50-40.mp4

You can grab this updated all-global-theme-midnight.css file and replace the one in your chrome/theme folder. 1.9.8 release updated as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants