/* * notion-enhancer core: theming * (c) 2021 dragonwocky (https://dragonwocky.me/) * (https://notion-enhancer.github.io/) under the MIT license * * (rgb|hsl|#)[^;]+; */ :root { --theme--page-padding: calc(96px + env(safe-area-inset-left)); --theme--page-width: 900px; --theme--page-width_full: 100%; --theme--page_banner-height: 30vh; --theme--page_preview-padding: 8rem; --theme--page_preview-width: 977px; --theme--page_preview_banner-height: 20vh; --theme--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; --theme--font_serif: Lyon-Text, Georgia, YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Songti TC', 'Songti SC', SimSun, 'Nanum Myeongjo', NanumMyeongjo, Batang, serif; --theme--font_mono: iawriter-mono, Nitti, Menlo, Courier, monospace; --theme--font_code: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; --theme--font_quote: var(--theme--font_sans); --theme--font_headings: var(--theme--font_sans); --theme--accent_blue: rgb(46, 170, 220); --theme--accent_blue-selection: rgb(46, 170, 220, 0.25); --theme--accent_blue-hover: rgb(6, 156, 205); --theme--accent_blue-focus: rgb(0, 141, 190); --theme--accent_blue-text: #fff; --theme--accent_red: #eb5757; --theme--accent_red-hover: rgba(235, 87, 87, 0.1); --theme--accent_red-text: #fff; } :root { --theme--bg: #fff; --theme--bg_secondary: rgb(247, 246, 243); --theme--bg_popup: #fff; --theme--scrollbar_track: #edece9; --theme--scrollbar_thumb: #d3d1cb; --theme--scrollbar_thumb-hover: #aeaca6; --theme--ui_shadow: rgba(15, 15, 15, 0.15); --theme--ui_divider: rgb(237, 237, 236); --theme--ui_interactive-hover: rgba(55, 53, 47, 0.08); --theme--ui_interactive-active: rgba(55, 53, 47, 0.16); --theme--ui_toggle-on: var(--theme--accent_blue); --theme--ui_toggle-off: rgba(135, 131, 120, 0.3); --theme--ui_toggle-feature: #fff; --theme--ui_input: rgba(242, 241, 238, 0.6); --theme--ui_tooltip: rgb(15, 15, 15); --theme--ui_tooltip-title: rgba(255, 255, 255, 0.9); --theme--ui_tooltip-description: rgba(206, 205, 202, 0.6); --theme--icon: rgba(55, 53, 47, 0.8); --theme--icon_secondary: rgba(55, 53, 47, 0.4); --theme--text: rgb(55, 43, 47); --theme--text_secondary: rgba(55, 43, 47, 0.6); --theme--text_grey: rgb(155, 154, 151); --theme--text_brown: rgb(100, 71, 58); --theme--text_orange: rgb(217, 115, 13); --theme--text_yellow: rgb(223, 171, 1); --theme--text_green: rgb(15, 123, 108); --theme--text_blue: rgb(11, 110, 153); --theme--text_purple: rgb(105, 64, 165); --theme--text_pink: rgb(173, 26, 114); --theme--text_red: rgb(224, 62, 62); --theme--highlight-text: var(--theme--text); --theme--highlight_grey: rgb(235, 236, 237); --theme--highlight_grey-text: var(--theme--highlight-text); --theme--highlight_brown: rgb(233, 229, 227); --theme--highlight_brown-text: var(--theme--highlight-text); --theme--highlight_orange: rgb(250, 235, 221); --theme--highlight_orange-text: var(--theme--highlight-text); --theme--highlight_yellow: rgb(251, 243, 219); --theme--highlight_yellow-text: var(--theme--highlight-text); --theme--highlight_green: rgb(221, 237, 234); --theme--highlight_green-text: var(--theme--highlight-text); --theme--highlight_blue: rgb(221, 235, 241); --theme--highlight_blue-text: var(--theme--highlight-text); --theme--highlight_purple: rgb(234, 228, 242); --theme--highlight_purple-text: var(--theme--highlight-text); --theme--highlight_pink: rgb(244, 223, 235); --theme--highlight_pink-text: var(--theme--highlight-text); --theme--highlight_red: rgb(251, 228, 228); --theme--highlight_red-text: var(--theme--highlight-text); --theme--block-text: var(--theme--text); --theme--block_grey: rgb(235, 236, 237); --theme--block_grey-text: var(--theme--block-text); --theme--block_brown: rgb(233, 229, 227); --theme--block_brown-text: var(--theme--block-text); --theme--block_orange: rgb(250, 235, 221); --theme--block_orange-text: var(--theme--block-text); --theme--block_yellow: rgb(251, 243, 219); --theme--block_yellow-text: var(--theme--block-text); --theme--block_green: rgb(221, 237, 234); --theme--block_green-text: var(--theme--block-text); --theme--block_blue: rgb(221, 235, 241); --theme--block_blue-text: var(--theme--block-text); --theme--block_purple: rgb(234, 228, 242); --theme--block_purple-text: var(--theme--block-text); --theme--block_pink: rgb(244, 223, 235); --theme--block_pink-text: var(--theme--block-text); --theme--block_red: rgb(251, 228, 228); --theme--block_red-text: var(--theme--block-text); --theme--tag-text: var(--theme--text); --theme--tag_default: rgba(206, 205, 202, 0.5); --theme--tag_default-text: var(--theme--tag-text); --theme--tag_grey: rgba(140, 46, 0, 0.2); --theme--tag_grey-text: var(--theme--tag-text); --theme--tag_brown: rgba(140, 46, 0, 0.2); --theme--tag_brown-text: var(--theme--tag-text); --theme--tag_orange: rgba(245, 93, 0, 0.2); --theme--tag_orange-text: var(--theme--tag-text); --theme--tag_yellow: rgba(233, 168, 0, 0.2); --theme--tag_yellow-text: var(--theme--tag-text); --theme--tag_green: rgba(0, 135, 107, 0.2); --theme--tag_green-text: var(--theme--tag-text); --theme--tag_blue: rgba(0, 120, 223, 0.2); --theme--tag_blue-text: var(--theme--tag-text); --theme--tag_purple: rgba(103, 36, 222, 0.2); --theme--tag_purple-text: var(--theme--tag-text); --theme--tag_pink: rgba(221, 0, 129, 0.2); --theme--tag_pink-text: var(--theme--tag-text); --theme--tag_red: rgba(255, 0, 26, 0.2); --theme--tag_red-text: var(--theme--tag-text); --theme--callout-text: var(--theme--text); --theme--callout_grey: rgba(235, 236, 237, 0.3); --theme--callout_grey-text: var(--theme--callout-text); --theme--callout_brown: rgba(233, 229, 227, 0.3); --theme--callout_brown-text: var(--theme--callout-text); --theme--callout_orange: rgba(250, 235, 221, 0.3); --theme--callout_orange-text: var(--theme--callout-text); --theme--callout_yellow: rgba(251, 243, 219, 0.3); --theme--callout_yellow-text: var(--theme--callout-text); --theme--callout_green: rgba(221, 237, 234, 0.3); --theme--callout_green-text: var(--theme--callout-text); --theme--callout_blue: rgba(221, 235, 241, 0.3); --theme--callout_blue-text: var(--theme--callout-text); --theme--callout_purple: rgba(234, 228, 242, 0.3); --theme--callout_purple-text: var(--theme--callout-text); --theme--callout_pink: rgba(244, 223, 235, 0.3); --theme--callout_pink-text: var(--theme--callout-text); --theme--callout_red: rgba(251, 228, 228, 0.3); --theme--callout_red-text: var(--theme--callout-text); --theme--code_inline: rgba(135, 131, 120, 0.15); --theme--code_inline-text: #eb5757; --theme--code: #f7f6f3; --theme--code_plain: var(--theme--text); --theme--code_property: #905; --theme--code_tag: var(--theme--code_property); --theme--code_boolean: var(--theme--code_property); --theme--code_number: var(--theme--code_property); --theme--code_constant: var(--theme--code_property); --theme--code_symbol: var(--theme--code_property); --theme--code_deleted: var(--theme--code_property); --theme--code_selector: #690; --theme--code_attr-name: var(--theme--code_selector); --theme--code_string: var(--theme--code_selector); --theme--code_char: var(--theme--code_selector); --theme--code_builtin: var(--theme--code_selector); --theme--code_inserted: var(--theme--code_selector); --theme--code_operator: #9a6e3a; --theme--code_entity: var(--theme--code_operator); --theme--code_url: var(--theme--code_operator); --theme--code_variable: var(--theme--code_regex); --theme--code_comment: slategrey; --theme--code_cdata: var(--theme--code_comment); --theme--code_prolog: var(--theme--code_comment); --theme--code_doctype: var(--theme--code_comment); --theme--code_atrule: #07a; --theme--code_attr-value: var(--theme--code_atrule); --theme--code_keyword: var(--theme--code_atrule); --theme--code_regex: #e90; --theme--code_important: var(--theme--code_regex); --theme--code_function: #dd4a68; --theme--code_class-name: var(--theme--code_function); --theme--code_parameter: var(--theme--code_plain); --theme--code_decorator: var(--theme--code_plain); --theme--code_id: var(--theme--code_plain); --theme--code_class: var(--theme--code_plain); --theme--code_pseudo-element: var(--theme--code_plain); --theme--code_pseudo-class: var(--theme--code_plain); --theme--code_attribute: var(--theme--code_plain); --theme--code_value: var(--theme--code_plain); --theme--code_unit: var(--theme--code_plain); --theme--code_punctuation: #999; --theme--code_annotation: var(--theme--code_plain); } :root.dark { --theme--bg: rgb(47, 52, 55); --theme--bg_secondary: rgb(55, 60, 63); --theme--bg_popup: rgb(63, 68, 71); --theme--scrollbar_track: rgba(202, 204, 206, 0.04); --theme--scrollbar_thumb: #474c50; --theme--scrollbar_thumb-hover: rgba(202, 204, 206, 0.3); --theme--ui_shadow: rgba(15, 15, 15, 0.15); --theme--ui_divider: rgb(255, 255, 255, 0.07); --theme--ui_interactive-hover: rgb(71, 76, 80); --theme--ui_interactive-active: rgb(63, 68, 71); --theme--ui_toggle-on: var(--theme--accent_blue); --theme--ui_toggle-off: rgba(202, 204, 206, 0.3); --theme--ui_toggle-feature: #fff; --theme--ui_input: rgba(15, 15, 15, 0.3); --theme--ui_tooltip: rgb(202, 204, 206); --theme--ui_tooltip-title: rgb(15, 15, 15); --theme--ui_tooltip-description: rgba(47, 52, 55, 0.6); --theme--icon: rgba(202, 204, 206); --theme--icon_secondary: rgb(202, 204, 206, 0.6); --theme--text: rgba(255, 255, 255, 0.9); --theme--text_secondary: rgba(255, 255, 255, 0.6); --theme--text_grey: rgba(151, 154, 155, 0.95); --theme--text_brown: rgb(147, 114, 100); --theme--text_orange: rgb(255, 163, 68); --theme--text_yellow: rgb(255, 220, 73); --theme--text_green: rgb(77, 171, 154); --theme--text_blue: rgb(82, 156, 202); --theme--text_purple: rgb(154, 109, 215); --theme--text_pink: rgb(226, 85, 161); --theme--text_red: rgb(255, 115, 105); --theme--highlight-text: var(--theme--text); --theme--highlight_grey: rgb(69, 75, 78); --theme--highlight_grey-text: var(--theme--highlight-text); --theme--highlight_brown: rgb(67, 64, 64); --theme--highlight_brown-text: var(--theme--highlight-text); --theme--highlight_orange: rgb(89, 74, 58); --theme--highlight_orange-text: var(--theme--highlight-text); --theme--highlight_yellow: rgb(89, 86, 59); --theme--highlight_yellow-text: var(--theme--highlight-text); --theme--highlight_green: rgb(53, 76, 75); --theme--highlight_green-text: var(--theme--highlight-text); --theme--highlight_blue: rgb(54, 73, 84); --theme--highlight_blue-text: var(--theme--highlight-text); --theme--highlight_purple: rgb(68, 63, 87); --theme--highlight_purple-text: var(--theme--highlight-text); --theme--highlight_pink: rgb(83, 59, 76); --theme--highlight_pink-text: var(--theme--highlight-text); --theme--highlight_red: rgb(89, 65, 65); --theme--highlight_red-text: var(--theme--highlight-text); --theme--block-text: var(--theme--text); --theme--block_grey: rgb(69, 75, 78); --theme--block_grey-text: var(--theme--block-text); --theme--block_brown: rgb(67, 64, 64); --theme--block_brown-text: var(--theme--block-text); --theme--block_orange: rgb(89, 74, 58); --theme--block_orange-text: var(--theme--block-text); --theme--block_yellow: rgb(89, 86, 59); --theme--block_yellow-text: var(--theme--block-text); --theme--block_green: rgb(53, 76, 75); --theme--block_green-text: var(--theme--block-text); --theme--block_blue: rgb(54, 73, 84); --theme--block_blue-text: var(--theme--block-text); --theme--block_purple: rgb(68, 63, 87); --theme--block_purple-text: var(--theme--block-text); --theme--block_pink: rgb(83, 59, 76); --theme--block_pink-text: var(--theme--block-text); --theme--block_red: rgb(89, 65, 65); --theme--block_red-text: var(--theme--block-text); --theme--tag-text: var(--theme--text); --theme--tag_default: rgb(80, 85, 88); --theme--tag_default-text: var(--theme--tag-text); --theme--tag_grey: rgba(151, 154, 155, 0.5); --theme--tag_grey-text: var(--theme--tag-text); --theme--tag_brown: rgba(147, 114, 100, 0.5); --theme--tag_brown-text: var(--theme--tag-text); --theme--tag_orange: rgba(255, 163, 68, 0.5); --theme--tag_orange-text: var(--theme--tag-text); --theme--tag_yellow: rgba(255, 220, 73, 0.5); --theme--tag_yellow-text: var(--theme--tag-text); --theme--tag_green: rgba(77, 171, 154, 0.5); --theme--tag_green-text: var(--theme--tag-text); --theme--tag_blue: rgba(82, 156, 202, 0.5); --theme--tag_blue-text: var(--theme--tag-text); --theme--tag_purple: rgba(154, 109, 215, 0.5); --theme--tag_purple-text: var(--theme--tag-text); --theme--tag_pink: rgba(226, 85, 161, 0.5); --theme--tag_pink-text: var(--theme--tag-text); --theme--tag_red: rgba(255, 115, 105, 0.5); --theme--tag_red-text: var(--theme--tag-text); --theme--callout-text: var(--theme--text); --theme--callout_grey: rgba(69, 75, 78, 0.3); --theme--callout_grey-text: var(--theme--callout-text); --theme--callout_brown: rgba(67, 64, 64, 0.3); --theme--callout_brown-text: var(--theme--callout-text); --theme--callout_orange: rgba(89, 74, 58, 0.3); --theme--callout_orange-text: var(--theme--callout-text); --theme--callout_yellow: rgba(89, 86, 59, 0.3); --theme--callout_yellow-text: var(--theme--callout-text); --theme--callout_green: rgba(53, 76, 75, 0.3); --theme--callout_green-text: var(--theme--callout-text); --theme--callout_blue: rgba(54, 73, 84, 0.3); --theme--callout_blue-text: var(--theme--callout-text); --theme--callout_purple: rgba(68, 63, 87, 0.3); --theme--callout_purple-text: var(--theme--callout-text); --theme--callout_pink: rgba(83, 59, 76, 0.3); --theme--callout_pink-text: var(--theme--callout-text); --theme--callout_red: rgba(89, 65, 65, 0.3); --theme--callout_red-text: var(--theme--callout-text); --theme--code_inline: rgba(135, 131, 120, 0.15); --theme--code_inline-text: #eb5757; --theme--code: rgb(63, 68, 71); --theme--code_plain: var(--theme--text); --theme--code_property: hsl(350, 40%, 70%); --theme--code_tag: var(--theme--code_property); --theme--code_boolean: var(--theme--code_property); --theme--code_number: var(--theme--code_property); --theme--code_constant: var(--theme--code_property); --theme--code_symbol: var(--theme--code_property); --theme--code_deleted: #f00; --theme--code_selector: hsl(75, 70%, 60%); --theme--code_attr-name: var(--theme--code_selector); --theme--code_string: var(--theme--code_selector); --theme--code_char: var(--theme--code_selector); --theme--code_builtin: var(--theme--code_selector); --theme--code_inserted: var(--theme--code_selector); --theme--code_operator: hsl(40, 90%, 60%); --theme--code_entity: var(--theme--code_operator); --theme--code_url: var(--theme--code_operator); --theme--code_variable: var(--theme--code_operator); --theme--code_comment: hsl(30, 20%, 50%); --theme--code_cdata: var(--theme--code_comment); --theme--code_prolog: var(--theme--code_comment); --theme--code_doctype: var(--theme--code_comment); --theme--code_atrule: hsl(350, 40%, 70%); --theme--code_attr-value: var(--theme--code_atrule); --theme--code_keyword: var(--theme--code_atrule); --theme--code_regex: #e90; --theme--code_important: var(--theme--code_regex); --theme--code_function: var(--theme--code_plain); --theme--code_class-name: var(--theme--code_function); --theme--code_parameter: var(--theme--code_plain); --theme--code_decorator: var(--theme--code_plain); --theme--code_id: var(--theme--code_plain); --theme--code_class: var(--theme--code_plain); --theme--code_pseudo-element: var(--theme--code_plain); --theme--code_pseudo-class: var(--theme--code_plain); --theme--code_attribute: var(--theme--code_plain); --theme--code_value: var(--theme--code_plain); --theme--code_unit: var(--theme--code_plain); --theme--code_punctuation: var(--theme--code_plain); --theme--code_annotation: var(--theme--code_plain); }