🎨 ux(browser): surfing keys hint is now on blue and bold
This commit is contained in:
parent
2e0f58731e
commit
8b35f0b7ac
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ api.unmap("<ctrl-i>");
|
||||||
|
|
||||||
// set theme
|
// set theme
|
||||||
Hints.style(
|
Hints.style(
|
||||||
"border: solid 2px #6e738d; color:#c6a0f6; font-size: 12px; background: initial; background-color: #1e2030;",
|
"border: solid 2px #6e738d; color:#8aadf4; font-size: 12px; font-weight: bold; background: initial; background-color: #1e2030;",
|
||||||
);
|
);
|
||||||
Hints.style(
|
Hints.style(
|
||||||
"border: solid 2px #6e738d !important; padding: 1px !important; color: #939ab7 !important; background: #181926 !important;",
|
"border: solid 2px #6e738d !important; padding: 1px !important; color: #939ab7 !important; background: #181926 !important;",
|
||||||
|
|
Loading…
Add table
Reference in a new issue