/**
 * notion-enhancer: light+
 * (c) 2020 Lizishan
 * (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
 * (https://notion-enhancer.github.io/) under the MIT license
 */

:root.light {
  --theme--accent_blue: var(--light_plus--accent_blue, rgb(46, 170, 220));
  --theme--accent_blue-selection: var(
    --light_plus--accent_blue-selection,
    rgb(46, 170, 220, 0.25)
  );
  --theme--accent_blue-hover: var(--light_plus--accent_blue-hover, rgb(6, 156, 205));
  --theme--accent_blue-active: var(--light_plus--accent_blue-active, rgb(0, 141, 190));
  --theme--accent_blue-text: var(--light_plus--accent_blue-text, #fff);
  --theme--accent_red: var(--light_plus--accent_red, #eb5757);
  --theme--accent_red-button: var(--light_plus--accent_red-button, rgba(235, 87, 87, 0.1));
  --theme--accent_red-text: var(--light_plus--accent_red-text, #fff);

  --theme--scrollbar_thumb-hover: var(--light_plus--accent_highlight, #aeaca6);

  --theme--ui_divider: var(--light_plus--accent_highlight, rgb(237, 237, 236));
  --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: var(--light_plus--accent_highlight, rgba(55, 53, 47, 0.8));
  --theme--icon_secondary: var(--light_plus--accent_highlight, rgba(55, 53, 47, 0.4));

  --theme--text: var(--light_plus--accent_highlight, rgb(55, 43, 47));
  --theme--text_secondary: var(--light_plus--accent_highlight-shaded, rgba(55, 43, 47, 0.6));

  --theme--text_gray: rgba(151, 154, 155, 0.95);
  --theme--text_brown: rgb(167, 126, 100);
  --theme--text_orange: rgb(255, 134, 0);
  --theme--text_yellow: rgb(255, 195, 0);
  --theme--text_green: rgb(0, 171, 0);
  --theme--text_blue: rgb(0, 121, 255);
  --theme--text_purple: rgb(126, 0, 255);
  --theme--text_pink: rgb(255, 0, 208);
  --theme--text_red: rgb(255, 0, 0);

  --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(248, 215, 218);
  --theme--highlight_red-text: rgb(138, 0, 10);

  --theme--callout_gray: #e2e3e5;
  --theme--callout_gray-text: #383d41;
  --theme--callout_brown: rgb(130, 118, 111);
  --theme--callout_brown-text: rgb(85, 35, 1);
  --theme--callout_orange: rgb(254, 214, 155);
  --theme--callout_orange-text: rgb(255, 140, 0);
  --theme--callout_yellow: #fcffd8;
  --theme--callout_yellow-text: #c76e00;
  --theme--callout_green: #d4edda;
  --theme--callout_green-text: #155724;
  --theme--callout_blue: #cce5ff;
  --theme--callout_blue-text: #004085;
  --theme--callout_purple: rgb(199, 178, 230);
  --theme--callout_purple-text: rgb(90, 49, 148);
  --theme--callout_pink: rgb(255, 206, 228);
  --theme--callout_pink-text: rgb(255, 0, 127);
  --theme--callout_red: #f8d7da;
  --theme--callout_red-text: #721c24;

  --theme--tag_default: rgb(234, 234, 234);
  --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(248, 215, 218);
  --theme--tag_red-text: rgb(138, 0, 10);

  --theme--board_gray: #e2e3e5;
  --theme--board_gray-text: #383d41;
  --theme--board_gray-card: var(--theme--tag_gray);
  --theme--board_brown: rgb(130, 118, 111);
  --theme--board_brown-text: rgb(85, 35, 1);
  --theme--board_brown-card: var(--theme--tag_brown);
  --theme--board_orange: rgb(254, 214, 155);
  --theme--board_orange-text: rgb(255, 140, 0);
  --theme--board_orange-card: var(--theme--tag_orange);
  --theme--board_yellow: #fcffd8;
  --theme--board_yellow-text: #c76e00;
  --theme--board_yellow-card: var(--theme--tag_yellow);
  --theme--board_green: #d4edda;
  --theme--board_green-text: #155724;
  --theme--board_green-card: var(--theme--tag_green);
  --theme--board_blue: #cce5ff;
  --theme--board_blue-text: #004085;
  --theme--board_blue-card: var(--theme--tag_blue);
  --theme--board_purple: rgb(199, 178, 230);
  --theme--board_purple-text: rgb(90, 49, 148);
  --theme--board_purple-card: var(--theme--tag_purple);
  --theme--board_pink: rgb(255, 206, 228);
  --theme--board_pink-text: rgb(255, 0, 127);
  --theme--board_pink-card: var(--theme--tag_pink);
  --theme--board_red: #f8d7da;
  --theme--board_red-text: #721c24;
  --theme--board_red-card: var(--theme--tag_red);

  --theme--code_inline: rgb(179, 39, 39);
  --theme--code_inline-text: #e0dfe2;
}