From fa4544e88e11d99ee299e97b2f655a2417393827 Mon Sep 17 00:00:00 2001 From: Mimi Shahzad Date: Thu, 8 Oct 2020 14:59:30 -0400 Subject: [PATCH] Removed the Pro Theme from the branch --- mods/dracula-pro/dracula_pro.css | 187 ------------------------------- mods/dracula-pro/mod.js | 22 ---- 2 files changed, 209 deletions(-) delete mode 100644 mods/dracula-pro/dracula_pro.css delete mode 100644 mods/dracula-pro/mod.js diff --git a/mods/dracula-pro/dracula_pro.css b/mods/dracula-pro/dracula_pro.css deleted file mode 100644 index 1c0e836..0000000 --- a/mods/dracula-pro/dracula_pro.css +++ /dev/null @@ -1,187 +0,0 @@ -/* - * Dracula Pro Theme Palette - * (c) 2020 dragonwocky (https://dragonwocky.me/) - * (c) 2020 u/mimi-shahzad - * under the MIT license - */ - -:root { - --theme_dark--main: #22212C; - --theme_dark--sidebar: #22212C; - --theme_dark--overlay: #22212C; - --theme_dark--dragarea: #22212C; - - --theme_dark--font_sans: -apple-system, BlinkMacSystemFont, - 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, - 'Segoe UI Emoji', 'Segoe UI Symbol'; - - --theme_dark--scrollbar: #F8F8F2; - --theme_dark--scrollbar_hover: #F8F8F2; - - --theme_dark--card: #2A212C; - --theme_dark--gallery: #22212C; - --theme_dark--table-border: rgba(255, 255, 255, 0.1); - --theme_dark--interactive_hover: #22212C; - --theme_dark--button_close: #FF9580; - - --theme_dark--selected: #454158; - --theme_dark--primary: #9580FF; - --theme_dark--primary_hover: #80FFEA; - --theme_dark--primary_click: #9580FF; - --theme_dark--primary_indicator: #80FFEA; - - --theme_dark--option_active-background: var(--theme_dark--primary); - --theme_dark--option_hover-background: var(--theme_dark--primary_hover); - - --theme_dark--danger_text: #FF9580; - --theme_dark--danger_border: #FFCA80; - - --theme_dark--text: #F8F8F2; - --theme_dark--text_ui: #7970A9; - --theme_dark--text_ui_info: #454158; - - --theme_dark--text_gray: #454158; - --theme_dark--text_brown: #7970A9; - --theme_dark--text_orange: #FFCA80; - --theme_dark--text_yellow: #FFFF80; - --theme_dark--text_green: #8AFF80; - --theme_dark--text_blue: #80FFEA; - --theme_dark--text_purple: #9580FF; - --theme_dark--text_pink: #FF80BF; - --theme_dark--text_red: #FF9580; - - --theme_dark--select-text: #000000; - --theme_dark--select_gray: #454158; - --theme_dark--select_brown: #7970A9; - --theme_dark--select_orange: #FFCA80; - --theme_dark--select_yellow: #FFFF80; - --theme_dark--select_green: #8AFF80; - --theme_dark--select_blue: #80FFEA; - --theme_dark--select_purple: #9580FF; - --theme_dark--select_pink: #FF80BF; - --theme_dark--select_red: #FF9580; - - --theme_dark--bg-text: var(--theme_dark--select-text); - --theme_dark--bg_gray: var(--theme_dark--select_gray); - --theme_dark--bg_brown: var(--theme_dark--select_brown); - --theme_dark--bg_orange: var(--theme_dark--select_orange); - --theme_dark--bg_yellow: var(--theme_dark--select_yellow); - --theme_dark--bg_green: var(--theme_dark--select_green); - --theme_dark--bg_blue: var(--theme_dark--select_blue); - --theme_dark--bg_purple: var(--theme_dark--select_purple); - --theme_dark--bg_pink: var(--theme_dark--select_pink); - --theme_dark--bg_red: var(--theme_dark--select_red); - - --theme_dark--line-text: rgb(34, 34, 34); - --theme_dark--line_gray: ##454158; - --theme_dark--line_brown: #7970A9; - --theme_dark--line_orange: #FFCA80; - --theme_dark--line_yellow: #FFFF80; - --theme_dark--line_green: #c8fdd9a3; - --theme_dark--line_blue: #80FFEA; - --theme_dark--line_purple: #9580FF; - --theme_dark--line_pink: #FF80BF; - --theme_dark--line_red: #FF9580; - - --theme_dark--callout-text: var(--theme_dark--line-text); - --theme_dark--callout_gray: var(--theme_dark--line_gray); - --theme_dark--callout_brown: var(--theme_dark--line_brown); - --theme_dark--callout_orange: var(--theme_dark--line_orange); - --theme_dark--callout_yellow: var(--theme_dark--line_yellow); - --theme_dark--callout_green: var(--theme_dark--line_green); - --theme_dark--callout_blue: var(--theme_dark--line_blue); - --theme_dark--callout_purple: var(--theme_dark--line_purple); - --theme_dark--callout_pink: var(--theme_dark--line_pink); - --theme_dark--callout_red: var(--theme_dark--line_red); - - --theme_dark--code_inline-text: #8AFF80; - --theme_dark--code_inline-background: #2A212C; - --theme_dark--code-text: var(--theme_dark--text); - --theme_dark--code-background: #2A212C; - --theme_dark--code_function: var(--theme_dark--text_blue); - --theme_dark--code_keyword: var(--theme_dark--text_pink); - --theme_dark--code_tag: var(--theme_dark--text_pink); - --theme_dark--code_operator: var(--theme_dark--text_yellow); - --theme_dark--code_important: var(--theme_dark--text_yellow); - --theme_dark--code_property: var(--theme_dark--text_pink); - --theme_dark--code_builtin: var(--theme_dark--text_yellow); - --theme_dark--code_attr-name: var(--theme_dark--text_yellow); - --theme_dark--code_comment: var(--theme_dark--text_gray); - --theme_dark--code_punctuation: var(--theme_dark--text_gray); - --theme_dark--code_doctype: var(--theme_dark--text_gray); - --theme_dark--code_number: var(--theme_dark--text_purple); - --theme_dark--code_string: var(--theme_dark--text_orange); - --theme_dark--code_attr-value: var(--theme_dark--text_orange); -} - -.notion-dark-theme img[src*='/images/onboarding/use-case-note.png'], -.notion-dark-theme - img[src*='/images/onboarding/team-features-illustration.png'] { - filter: invert(1) !important; -} -.notion-dark-theme img[src*='/images/onboarding/checked.svg'] { - filter: hue-rotate(45deg) !important; -} -.notion-dark-theme - img[style*='display: block; object-fit: cover; border-radius: 100%; width: 90px; height: 90px;'], -.notion-dark-theme - img[style*='display: block; object-fit: cover; border-radius: 3px; width: 56.832px; height: 56.832px; transition: opacity 100ms ease-out 0s;'] { - transition: filter 0.4s ease !important; -} -.notion-dark-theme - img[style*='display: block; object-fit: cover; border-radius: 100%; width: 90px; height: 90px;']:hover, -.notion-dark-theme - img[style*='display: block; object-fit: cover; border-radius: 3px; width: 56.832px; height: 56.832px; transition: opacity 100ms ease-out 0s;']:hover { - filter: brightness(1.2); -} - -.notion-dark-theme - [style*='font-family: iawriter-mono, Nitti, Menlo, Courier, monospace;'] { - filter: hue-rotate(170deg) !important; -} - -.notion-dark-theme - .notion-token-remove-button[role*='button'][tabindex*='0']:hover, -.notion-dark-theme .notion-record-icon { - background: transparent !important; -} - -.notion-dark-theme .notion-focusable:focus-within, -.notion-dark-theme .notion-to_do-block > div > div > div[style*='background:'], -.notion-dark-theme div[role='button'], -[style*='height: 4px;'] - > .notion-selectable.notion-collection_view_page-block - > *, -.notion-dark-theme - .notion-calendar-view-day[style*='background: rgb(235, 87, 87);'], -.DayPicker-Day--today, -.notion-dark-theme - .DayPicker:not(.DayPicker--interactionDisabled) - .DayPicker-Day--outside:hover, -.notion-dark-theme - .DayPicker:not(.DayPicker--interactionDisabled) - .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--value) - .DayPicker-Day.DayPicker-Day--start.DayPicker-Day--selected, -.notion-dark-theme .DayPicker-Day.DayPicker-Day--range.DayPicker-Day--start, -.notion-dark-theme .DayPicker-Day.DayPicker-Day--range.DayPicker-Day--end { - transition: color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease !important; -} - -.notion-dark-theme [style*='background: rgb(63, 68, 71);'], -.notion-dark-theme - [style*='background: rgb(80, 85, 88);'][style*='color: rgba(255, 255, 255, 0.7)'], -.notion-dark-theme - [style*='background: rgb(80, 85, 88);'][style*='width: 18px;'][style*='height: 18px;'], -.notion-dark-theme - [style*='box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px, rgba(15, 15, 15, 0.2) 0px 5px 10px, rgba(15, 15, 15, 0.4) 0px 15px 40px;'], -.notion-dark-theme [style*='background: rgba(151, 154, 155, 0.5);'], -.notion-dark-theme [style*='background: rgba(147, 114, 100, 0.5)'], -.notion-dark-theme [style*='background: rgba(255, 163, 68, 0.5)'], -.notion-dark-theme [style*='background: rgba(255, 220, 73, 0.5)'], -.notion-dark-theme [style*='background: rgba(77, 171, 154, 0.5)'], -.notion-dark-theme [style*='background: rgba(82, 156, 202, 0.5)'], -.notion-dark-theme [style*='background: rgba(154, 109, 215, 0.5)'], -.notion-dark-theme [style*='background: rgba(226, 85, 161, 0.5)'], -.notion-dark-theme [style*='background: rgba(255, 115, 105, 0.5)'] { - box-shadow: 0 2px 4px rgb(0 0 0 / 66%) !important; -} diff --git a/mods/dracula-pro/mod.js b/mods/dracula-pro/mod.js deleted file mode 100644 index 915bbd8..0000000 --- a/mods/dracula-pro/mod.js +++ /dev/null @@ -1,22 +0,0 @@ -/* - * dracula - * (c) 2020 dragonwocky (https://dragonwocky.me/) - * (c) 2020 u/mimi-shahzad - * (c) 2020 Dracula Pro Theme - * under the MIT license - */ - -'use strict'; - -module.exports = { - id: '033bff54-50ba-4cec-bdc0-b2ca7e307087', - tags: ['theme', 'dark'], - name: 'dracula pro', - desc: 'a theme based on the popular Dracula pro color palette originally by Zeno Rocha and friends. ', - version: '0.1', - author: { - name: 'mimi-shahzad', - link: 'https://github.com/mimi-shahzad', - avatar: 'https://secure.gravatar.com/avatar/86c98dec3a06245dbf2291deb44441f5', - } -};