/** * notion-enhancer: pinky boom * (c) 2020 mugiwarafx * (c) 2021 dragonwocky (https://dragonwocky.me/) * (https://notion-enhancer.github.io/) under the MIT license */ :root.light { --pinky_boom--brown: #a52a2a80; --pinky_boom--orange: #ffa60080; --pinky_boom--yellow: #ffff0080; --pinky_boom--green: #00ff0080; --pinky_boom--blue: #00ffff80; --pinky_boom--purple: #9b00ff80; --pinky_boom--pink: #ff149180; --pinky_boom--red: #ff000080; --theme--accent_blue: deeppink; --theme--accent_blue-selection: rgba(255, 20, 145, 0.2); --theme--accent_blue-hover: rgb(255, 57, 163); --theme--accent_blue-active: rgb(255, 48, 158); --theme--accent_red: deeppink; --theme--accent_red-button: rgba(255, 20, 145, 0.2); --theme--bg: #fdf0f4; --theme--bg_secondary: #fce4ec; --theme--bg_card: #ffd5e4; --theme--scrollbar_track: transparent; --theme--scrollbar_thumb: #f8bbd0; --theme--scrollbar_thumb-hover: #f48fb1; --theme--ui_shadow: #ff89c842; --theme--ui_divider: #ffbbdf; --theme--ui_interactive-hover: #fcb9d0; --theme--ui_interactive-active: #ffccdc; --theme--ui_toggle-off: #ffc9e6; --theme--ui_corner_action: var(--theme--bg_card); --theme--ui_corner_action-hover: var(--theme--ui_interactive-hover); --theme--ui_corner_action-active: var(--theme--ui_interactive-active); --theme--icon: #56002e; --theme--icon_secondary: rgba(255, 20, 145, 0.75); --theme--text: #56002e; --theme--text_secondary: rgba(255, 20, 145, 0.75); --theme--text_gray: 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: var(--pinky_boom--purple); --theme--text_pink: var(--pinky_boom--deep-pink); --theme--text_red: rgb(224, 62, 62); --theme--highlight_gray: rgba(128, 128, 128, 0.25); --theme--highlight_brown: var(--pinky_boom--brown); --theme--highlight_orange: var(--pinky_boom--orange); --theme--highlight_orange-text: black; --theme--highlight_yellow: var(--pinky_boom--yellow); --theme--highlight_yellow-text: black; --theme--highlight_green: var(--pinky_boom--green); --theme--highlight_green-text: black; --theme--highlight_blue: var(--pinky_boom--blue); --theme--highlight_blue-text: black; --theme--highlight_purple: var(--pinky_boom--purple); --theme--highlight_purple-text: white; --theme--highlight_pink: var(--pinky_boom--pink); --theme--highlight_pink-text: white; --theme--highlight_red: var(--pinky_boom--red); --theme--callout_gray: rgba(128, 128, 128, 0.25); --theme--callout_gray-text: black; --theme--callout_brown: var(--pinky_boom--brown); --theme--callout_brown-text: white; --theme--callout_orange: var(--pinky_boom--orange); --theme--callout_orange-text: black; --theme--callout_yellow: var(--pinky_boom--yellow); --theme--callout_yellow-text: black; --theme--callout_green: var(--pinky_boom--green); --theme--callout_green-text: black; --theme--callout_blue: var(--pinky_boom--blue); --theme--callout_blue-text: black; --theme--callout_purple: var(--pinky_boom--purple); --theme--callout_purple-text: white; --theme--callout_pink: var(--pinky_boom--pink); --theme--callout_pink-text: white; --theme--callout_red: var(--pinky_boom--red); --theme--callout_red-text: white; --theme--board_light_gray: rgba(166, 166, 166, 0.5); --theme--board_light_gray-text: white; --theme--board_light_gray-card: rgba(166, 166, 166, 0.25); --theme--board_gray: rgba(128, 128, 128, 0.5); --theme--board_gray-text: white; --theme--board_gray-card: rgba(128, 128, 128, 0.25); --theme--board_brown: var(--pinky_boom--brown); --theme--board_brown-text: white; --theme--board_brown-card: var(--pinky_boom--brown); --theme--board_orange: var(--pinky_boom--orange); --theme--board_orange-text: white; --theme--board_orange-card: var(--pinky_boom--orange); --theme--board_yellow: var(--pinky_boom--yellow); --theme--board_yellow-text: white; --theme--board_yellow-card: var(--pinky_boom--yellow); --theme--board_green: var(--pinky_boom--green); --theme--board_green-text: white; --theme--board_green-card: var(--pinky_boom--green); --theme--board_blue: var(--pinky_boom--blue); --theme--board_blue-text: white; --theme--board_blue-card: var(--pinky_boom--blue); --theme--board_purple: var(--pinky_boom--purple); --theme--board_purple-text: white; --theme--board_purple-card: var(--pinky_boom--purple); --theme--board_pink: var(--pinky_boom--pink); --theme--board_pink-text: white; --theme--board_pink-card: var(--pinky_boom--pink); --theme--board_red: var(--pinky_boom--red); --theme--board_red-text: white; --theme--board_red-card: var(--pinky_boom--red); --theme--tag_default: #ffc9e6; --theme--tag_light_gray: rgba(166, 166, 166, 0.25); --theme--tag_light_gray-text: black; --theme--tag_gray: rgba(128, 128, 128, 0.25); --theme--tag_gray-text: black; --theme--tag_brown: var(--pinky_boom--brown); --theme--tag_brown-text: white; --theme--tag_orange: var(--pinky_boom--orange); --theme--tag_orange-text: black; --theme--tag_yellow: var(--pinky_boom--yellow); --theme--tag_yellow-text: black; --theme--tag_green: var(--pinky_boom--green); --theme--tag_green-text: black; --theme--tag_blue: var(--pinky_boom--blue); --theme--tag_blue-text: black; --theme--tag_purple: var(--pinky_boom--purple); --theme--tag_purple-text: white; --theme--tag_pink: var(--pinky_boom--pink); --theme--tag_pink-text: white; --theme--tag_red: var(--pinky_boom--red); --theme--tag_red-text: white; --theme--code_inline: var(--theme--code); --theme--code_inline-text: var(--theme--text); --theme--code: var(--theme--bg_secondary); --theme--code_punctuation: #ff46a8; }