mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
113 lines
3.9 KiB
CSS
113 lines
3.9 KiB
CSS
/*
|
|
* notion-enhancer: playful dark
|
|
* (c) 2020 Lizishan
|
|
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (https://notion-enhancer.github.io/) under the MIT license
|
|
*/
|
|
|
|
:root.dark {
|
|
--theme--accent_blue: rgb(117, 65, 200);
|
|
--theme--accent_blue-selection: #9500ff1e;
|
|
--theme--accent_blue-hover: rgb(110, 48, 211);
|
|
--theme--accent_blue-active: rgb(117, 65, 200);
|
|
--theme--accent_red: rgb(150, 84, 226);
|
|
--theme--accent_red-button: rgba(150, 84, 226, 0.5);
|
|
|
|
--theme--bg: #1e1c26;
|
|
--theme--bg_secondary: #24222c;
|
|
--theme--bg_card: #19181f;
|
|
|
|
--theme--scrollbar_track: transparent;
|
|
--theme--scrollbar_thumb: #221f29;
|
|
--theme--scrollbar_thumb-hover: #312d3c;
|
|
|
|
--theme--ui_divider: rgba(148, 148, 184, 0.5);
|
|
--theme--ui_interactive-hover: #282632;
|
|
--theme--ui_interactive-active: #2b293a;
|
|
--theme--ui_toggle-off: rgb(20, 0, 51);
|
|
|
|
--theme--icon: #978ec7;
|
|
--theme--icon_secondary: #978ec7;
|
|
|
|
--theme--text: rgb(239, 235, 255);
|
|
--theme--text_secondary: #978ec7;
|
|
|
|
--theme--text_brown: rgb(177, 144, 131);
|
|
--theme--text_green: rgb(66, 222, 137);
|
|
--theme--text_blue: rgb(0, 157, 255);
|
|
--theme--text_purple: rgb(162, 94, 255);
|
|
--theme--text_red: rgb(240, 52, 38);
|
|
|
|
--theme--highlight_gray: rgb(234, 234, 234);
|
|
--theme--highlight_gray-text: rgb(17, 17, 17);
|
|
--theme--highlight_brown: rgb(206, 206, 206);
|
|
--theme--highlight_brown-text: rgb(85, 35, 1);
|
|
--theme--highlight_orange: rgb(254, 214, 155);
|
|
--theme--highlight_orange-text: rgb(199, 110, 0);
|
|
--theme--highlight_yellow: #fcffd8;
|
|
--theme--highlight_yellow-text: #ff8c22;
|
|
--theme--highlight_green: #d5fded;
|
|
--theme--highlight_green-text: #006a00;
|
|
--theme--highlight_blue: #e2f5ff;
|
|
--theme--highlight_blue-text: #00b2ff;
|
|
--theme--highlight_purple: #efe6ff;
|
|
--theme--highlight_purple-text: #8334ff;
|
|
--theme--highlight_pink: #ffe9f1;
|
|
--theme--highlight_pink-text: rgb(255, 0, 127);
|
|
--theme--highlight_red: rgb(251, 228, 228);
|
|
--theme--highlight_red-text: rgb(138, 0, 10);
|
|
|
|
--theme--paragraph_gray: rgb(69, 75, 78);
|
|
--theme--paragraph_brown: rgb(78, 57, 48);
|
|
--theme--paragraph_orange: rgb(136, 80, 48);
|
|
--theme--paragraph_yellow: #fbe2287c;
|
|
--theme--paragraph_red: rgb(151, 62, 62);
|
|
|
|
--theme--tag_default: rgb(234, 234, 234);
|
|
--theme--tag_default-text: rgb(17, 17, 17);
|
|
--theme--tag_gray: rgb(234, 234, 234);
|
|
--theme--tag_gray-text: rgb(17, 17, 17);
|
|
--theme--tag_brown: rgb(206, 206, 206);
|
|
--theme--tag_brown-text: rgb(85, 35, 1);
|
|
--theme--tag_orange: rgb(254, 214, 155);
|
|
--theme--tag_orange-text: rgb(199, 110, 0);
|
|
--theme--tag_yellow: #fcffd8;
|
|
--theme--tag_yellow-text: #ff8c22;
|
|
--theme--tag_green: #d5fded;
|
|
--theme--tag_green-text: #006a00;
|
|
--theme--tag_blue: #e2f5ff;
|
|
--theme--tag_blue-text: #00b2ff;
|
|
--theme--tag_purple: #efe6ff;
|
|
--theme--tag_purple-text: #8334ff;
|
|
--theme--tag_pink: #ffe9f1;
|
|
--theme--tag_pink-text: rgb(255, 0, 127);
|
|
--theme--tag_red: rgb(251, 228, 228);
|
|
--theme--tag_red-text: rgb(138, 0, 10);
|
|
|
|
--theme--block_gray: #e2e3e5;
|
|
--theme--block_gray-text: #383d41;
|
|
--theme--block_brown: rgb(130, 118, 111);
|
|
--theme--block_brown-text: rgb(85, 35, 1);
|
|
--theme--block_orange: rgb(254, 214, 155);
|
|
--theme--block_orange-text: rgb(255, 140, 0);
|
|
--theme--block_yellow: #fcffd8;
|
|
--theme--block_yellow-text: #c76e00;
|
|
--theme--block_green: #d4edda;
|
|
--theme--block_green-text: #155724;
|
|
--theme--block_blue: #cce5ff;
|
|
--theme--block_blue-text: #004085;
|
|
--theme--block_purple: rgb(199, 178, 230);
|
|
--theme--block_purple-text: rgb(90, 49, 148);
|
|
--theme--block_pink: rgb(255, 206, 228);
|
|
--theme--block_pink-text: rgb(255, 0, 127);
|
|
--theme--block_red: #f8d7da;
|
|
--theme--block_red-text: #721c24;
|
|
|
|
--theme--code_inline: rgb(179, 39, 39);
|
|
--theme--code_inline-text: #e0dfe2;
|
|
|
|
--theme--code: var(--theme--bg_card);
|
|
--theme--code_function: rgb(179, 146, 240);
|
|
--theme--code_number: hsl(159, 69%, 39%);
|
|
}
|