-
|
I want change the blue text color, but idk how to do that?
const hintsCss =
"font-size: 12pt; font-family: 'JetBrains Mono NL', 'Cascadia Code', 'Helvetica Neue', Helvetica, Arial, sans-serif; border: 0px; color: #e0def4; background: #191724; background-color: #191724";
api.Hints.style(hintsCss);
api.Hints.style(hintsCss, "text");Maybe this style config: https://github.com/brookhong/Surfingkeys/blob/master/src/content_scripts/content.css Rose pine theme: https://github.com/rose-pine/surfingkeys |
Beta Was this translation helpful? Give feedback.
Answered by
cutbypham
Feb 12, 2023
Replies: 1 comment
-
color: #?????? !important |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cutbypham
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

fixed: rose-pine/surfingkeys@2680a57