🎨 ux(browser): surfing keys hint is now on blue and bold

This commit is contained in:
Sergio Laín 2024-01-02 10:20:24 +01:00
parent 2e0f58731e
commit 8b35f0b7ac
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -48,7 +48,7 @@ api.unmap("<ctrl-i>");
// set theme
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(
"border: solid 2px #6e738d !important; padding: 1px !important; color: #939ab7 !important; background: #181926 !important;",