question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong colors in omnibar after recent update

See original GitHub issue

I 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:

screen shot 2018-06-10 at 14 53 56

With the previous version colors look like this:

screen shot 2018-06-10 at 14 55 19

How can i recover those colors? Thanks

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
brookhongcommented, May 13, 2020

Replace all the > with SPACE in your scripts after 0.9.64, such as

.sk_theme #sk_omnibarSearchResult ul li:nth-child(odd) {
    background: #303030;
}
.sk_theme #sk_omnibarSearchResult ul li.focused {
    background: #3e4452;
}
0reactions
petobenscommented, May 13, 2020

Awesome. Thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found