zenbones.nvim
zenbones.nvim copied to clipboard
Support surfingkeys
- Surfingkeys repo: https://github.com/brookhong/Surfingkeys
- I was lazy to write a huge config with the original style at pages/frontend.css ⇒ So I write little config below hopefully in the future, we can have a full config for surfingkey
demo quick config for zenbonse theme

const hintsCss =
"font-size: 10pt; font-family: SauceCodePro Nerd Font, Consolas, Menlo, monospace; border: 0px; color:#2c363c; background: initial; background-color: #f0edec;";
Hints.style(hintsCss);
Hints.style(hintsCss, "text");
settings.theme = `
.sk_theme {
font-family: SauceCodePro Nerd Font, Consolas, Menlo, monospace;
font-size: 10pt;
background: #f0edec;
color: #2c363c;
}
.sk_theme tbody {
color: #f0edec;
}
.sk_theme input {
color: #2c363c;
}
.sk_theme .url {
color: #1d5573;
}
.sk_theme .annotation {
color: #2c363c;
}
.sk_theme .omnibar_highlight {
color: #88507d;
}
.sk_theme #sk_omnibarSearchResult ul li:nth-child(odd) {
background: #f0edec;
}
.sk_theme #sk_omnibarSearchResult ul li.focused {
background: #cbd9e3;
}
#sk_status,
#sk_find {
font-size: 10pt;
}
`;
Looks great. If you want you can open a PR and add to https://github.com/mcchrish/zenbones.nvim#other-implementations It can point to a small gist file or github repo containing the config.