Wrong colors in omnibar after recent update
See original GitHub issueI set my theme colors like this:
settings.theme = `
.sk_theme {
font-family: Input Sans Condensed, Charcoal, sans-serif;
font-size: 10pt;
background: #24272e;
color: #abb2bf;
}
.sk_theme tbody {
color: #fff;
}
.sk_theme input {
color: #d0d0d0;
}
.sk_theme .url {
color: #61afef;
}
.sk_theme .annotation {
color: #56b6c2;
}
.sk_theme .omnibar_highlight {
color: #528bff;
}
.sk_theme .omnibar_timestamp {
color: #e5c07b;
}
.sk_theme .omnibar_visitcount {
color: #98c379;
}
.sk_theme ul>li:nth-child(odd) {
background: #303030;
}
.sk_theme ul>li.focused {
background: #3e4452;
}
#sk_status, #sk_find {
font-size: 20pt;
}`;
However with the lastest version (i believe after commit https://github.com/brookhong/Surfingkeys/commit/66bcf00a3bf0de76dbcc7f403d18811f52133c56) the omnibar shows a white background on some of candidates:
With the previous version colors look like this:
How can i recover those colors? Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Change Omnibox Back to White - Google Chrome Community
After this latest update with the "automated" omnibox, it is now stuck at a grey/black color which I really dislike.
Read more >100229 - Wrong colors for text highlighting (white on cyan).
the selection highlight color looks bad (too bright) The selection color should probably be the same as the row highlight color in the...
Read more >Chrome address bar looks like Pixel Launcher ... - 9to5Google
One in-development redesign plans to "modernize" the Chrome Omnibox on Android, and the end result looks a lot like the Pixel Launcher...
Read more >[Fixed] Google Chrome shows wrong colors after update
[Fixed] Google Chrome shows wrong colors after update · Step 1: Open the Chrome Browser settings · Step 2: Change the Color profile....
Read more >How to change address bar color back to dark instead of white?
it seems to be a bug with the BLACK only. if you go to a new tab, bottom right, customize, go to color...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Replace all the
>
with SPACE in your scripts after 0.9.64, such asAwesome. Thanks