Skip to content

Instantly share code, notes, and snippets.

@markstreich
Last active May 25, 2023 22:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markstreich/3cb221e136f6321aad6ee271479ae2a3 to your computer and use it in GitHub Desktop.
Save markstreich/3cb221e136f6321aad6ee271479ae2a3 to your computer and use it in GitHub Desktop.
Monokai Kagi theme
.app-logo {
display: none;
}
.theme_dark {
--background-color: #221f22;
--header-bg: #2d2a2e;
--search-result-title: #66d9ef;
--result-item-title-border: transparent;
--color-primary_visited: #ae81ff;
--nav_n_vi_line: #ff6188;
--nav_n_se_line: #fc9867;
--nav_n_im_line: #ffd866;
--nav_n_ne_line: #fd971f;
--nav_n_ma_line: #ae81ff;
--page-text-color: #fcfcfa;
--search-result-content-text: #d6d6d6;
--cheatsh_background: #19181a;
--cheatsh_ef186: #d6d6d6;
--cheatsh_ef15: #ff6188;
--cheatsh_ef148: #fc9867;
--cheatsh_ef81: #ffd866;
}
._0_rank-icons {
display: none;
}
.__sri_more_menu {
color: #797979;
}
.cheatsh .code {
font-family: Menlo, Monaco, 'Courier New', monospace;
}
._0_TITLE __sri-title {
margin-bottom: 0;
}
.__sri-url {
font-family: Menlo, Monaco, 'Courier New', monospace;
color: #939293;
}
.__sri-url-box {
margin-top: -5px;
}
#accountContainer .header-feedback {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment