Skip to content

Instantly share code, notes, and snippets.

@NickCrew
Last active February 11, 2022 21:55
Show Gist options
  • Save NickCrew/56b68e18cd1d2c2e9775ff6cd69a2779 to your computer and use it in GitHub Desktop.
Save NickCrew/56b68e18cd1d2c2e9775ff6cd69a2779 to your computer and use it in GitHub Desktop.
SurfingKeys settings
settings.theme = `
.sk_theme {
font-family: SF Pro;
font-size: 12pt;
background: #393551;
color: #9ccfd8;
}
.sk_theme tbody {
color: #fff;
}
.sk_theme input {
color: #e0def4;
font-family: SF Pro;
font-size: 12pt
}
#sk_omnibarSearchResult li div.url {
color: #f6c177;
font-size: 10pt;
font-family: SF Pro;
font-style: italic;
font-weight: normal;
margin-top: 2px;
margin-bottom: 3px;
}
.sk_theme .url {
color: #f6c177;
font-size: 10pt;
font-style: italic;
font-weight: normal;
}
#sk_omnibarSearchArea > input {
color:#e0def4;
font-family: SF Pro;
font-size: 13pt;
}
#sk_omnibarSearchArea .prompt, #sk_omnibarSearchArea .resultPage {
color:#908caa;
font-family: SF Pro;
font-size: 13pt;
}
.sk_theme .omnibar_folder {
color: #3e8fb0;
}
.sk_theme .annotation {
color:#9ccfd8;
}
.sk_theme .omnibar_highlight {
color: #eb6f92;
}
.sk_theme .omnibar_timestamp {
color: #e5c07b;
}
.sk_theme .omnibar_visitcount {
color: #98c379;
}
.sk_theme #sk_omnibarSearchResult ul li:nth-child(odd) {
background: #393551;
}
.sk_theme #sk_omnibarSearchResult ul li.focused {
background: #56526e;
}
#sk_status, #sk_find {
font-size: 14pt;
}`;
// click `Save` button to make above settings to take effect.</ctrl-i></ctrl-y>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment