MediaWiki:Theme-dark.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.mw-body { | .mw-body { | ||
background: #111; | background: #111; | ||
} | |||
/* dark vector theme */ | |||
:root { | |||
--theme-body-bg: #072207; | |||
--theme-body-color: #202122; | |||
--theme-header-bg: #151; | |||
--theme-header-color: #fff; | |||
--theme-header-icon-filter: invert(100%); | |||
--theme-dropdown-bg: #151; | |||
/* syntax highlighting colors */ | |||
--theme-hljs-bg: #1e1e1e; | |||
--theme-hljs-unset: #dbdbdb; | |||
--theme-hljs-comment: #57a64a; | |||
--theme-hljs-doctag: #556b2f; | |||
--theme-hljs-keyword: #569cd6; | |||
--theme-hljs-type: #4ec9b0; | |||
--theme-hljs-function: #dcdcaa; | |||
--theme-hljs-string: #d69d85; | |||
--theme-hljs-number: #b5cea8; | |||
--theme-hljs-variable: #9cdcfe; | |||
--theme-hljs-symbol: #d8a0df; | |||
--theme-hljs-regexp: #9a5334; | |||
--theme-hljs-meta: #9b9b9b; | |||
--theme-hljs-section: #gold; | |||
--theme-hljs-attribute: #92caf4; | |||
--theme-hljs-bullet: #d7ba7d; | |||
--theme-hljs-addition: #144212; | |||
--theme-hljs-deletion: #600; | |||
--theme-hljs-tsql-symbol: #dcdcdc; | |||
--theme-hljs-tsql-string: #cb4141; | |||
--theme-hljs-tsql-built_in: #c975d5; | |||
--theme-hljs-tsql-sp: #b3725b; | |||
} | } | ||
Revision as of 09:36, 11 June 2024
.mw-body {
background: #111;
}
/* dark vector theme */
:root {
--theme-body-bg: #072207;
--theme-body-color: #202122;
--theme-header-bg: #151;
--theme-header-color: #fff;
--theme-header-icon-filter: invert(100%);
--theme-dropdown-bg: #151;
/* syntax highlighting colors */
--theme-hljs-bg: #1e1e1e;
--theme-hljs-unset: #dbdbdb;
--theme-hljs-comment: #57a64a;
--theme-hljs-doctag: #556b2f;
--theme-hljs-keyword: #569cd6;
--theme-hljs-type: #4ec9b0;
--theme-hljs-function: #dcdcaa;
--theme-hljs-string: #d69d85;
--theme-hljs-number: #b5cea8;
--theme-hljs-variable: #9cdcfe;
--theme-hljs-symbol: #d8a0df;
--theme-hljs-regexp: #9a5334;
--theme-hljs-meta: #9b9b9b;
--theme-hljs-section: #gold;
--theme-hljs-attribute: #92caf4;
--theme-hljs-bullet: #d7ba7d;
--theme-hljs-addition: #144212;
--theme-hljs-deletion: #600;
--theme-hljs-tsql-symbol: #dcdcdc;
--theme-hljs-tsql-string: #cb4141;
--theme-hljs-tsql-built_in: #c975d5;
--theme-hljs-tsql-sp: #b3725b;
}