Last active
May 25, 2023 22:12
-
-
Save markstreich/3cb221e136f6321aad6ee271479ae2a3 to your computer and use it in GitHub Desktop.
Monokai Kagi theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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