From d82dda1ff843c1e6fb6c635d79ff666c426ad87f Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 12 Oct 2020 19:36:51 +1100 Subject: [PATCH] Revert "squashed last 5 commits together (#154)" This reverts commit 9da9c2aee4593c09b6a847aff47d33a1bc23931f. --- mods/dracula-theme/mod.js | 14 +++++--------- mods/dracula-theme/styles.css | 30 ++++++++++++++---------------- 2 files changed, 19 insertions(+), 25 deletions(-) diff --git a/mods/dracula-theme/mod.js b/mods/dracula-theme/mod.js index c14b172..cd3668a 100644 --- a/mods/dracula-theme/mod.js +++ b/mods/dracula-theme/mod.js @@ -1,4 +1,5 @@ /* + * dracula-theme * (c) 2020 u/mimi-shahzad * (c) 2020 Dracula Theme * under the MIT license @@ -10,13 +11,8 @@ module.exports = { id: '033bff54-50ba-4cec-bdc0-b2ca7e307086', tags: ['theme', 'dark'], name: 'dracula', - - desc: 'a theme based on the popular Dracula 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', - } - + desc: + 'a theme based on the popular dracula color palette originally by zeno rocha and friends. ', + version: '0.1.0', + author: 'mimi-shahzad', }; diff --git a/mods/dracula-theme/styles.css b/mods/dracula-theme/styles.css index ecb3868..67e9a74 100644 --- a/mods/dracula-theme/styles.css +++ b/mods/dracula-theme/styles.css @@ -1,6 +1,5 @@ /* - * Dracula Theme Palette - * (c) 2020 dragonwocky (https://dragonwocky.me/) + * dracula-theme * (c) 2020 u/mimi-shahzad * (c) 2020 Dracula Theme * under the MIT license @@ -12,17 +11,17 @@ --theme_dark--overlay: #282a36; --theme_dark--dragarea: #282a36; - --theme_dark--font_sans: -apple-system, BlinkMacSystemFont, - 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, - 'Segoe UI Emoji', 'Segoe UI Symbol'; + --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: #282a36; --theme_dark--scrollbar_hover: #6272a4; - --theme_dark--card: #454158; - --theme_dark--gallery: #6272a4; + --theme_dark--card: #6272a4; + --theme_dark--gallery: #282a36; --theme_dark--table-border: #6272a4; - --theme_dark--interactive_hover: #bd93f9; + --theme_dark--interactive_hover: #282a36; --theme_dark--button_close: #ff5555; --theme_dark--selected: #454158; @@ -38,7 +37,7 @@ --theme_dark--danger_border: #ffb86c; --theme_dark--text: #f8f8f2; - --theme_dark--text_ui: #bd93f9; + --theme_dark--text_ui: #f8f8f2; --theme_dark--text_ui_info: #f8f8f2; --theme_dark--text_gray: #454158; @@ -52,7 +51,7 @@ --theme_dark--text_red: #ff5555; --theme_dark--select-text: #000000; - --theme_dark--select_gray: #f8f8f2; + --theme_dark--select_gray: #454158; --theme_dark--select_brown: #6272a4; --theme_dark--select_orange: #ffb86c; --theme_dark--select_yellow: #f1fa8c; @@ -73,7 +72,7 @@ --theme_dark--bg_pink: var(--theme_dark--select_pink); --theme_dark--bg_red: var(--theme_dark--select_red); - --theme_dark--line-text: #f8f8f2; + --theme_dark--line-text: #000000; --theme_dark--line_gray: #454158; --theme_dark--line_brown: #6272a4; --theme_dark--line_orange: #ffb86c; @@ -84,7 +83,7 @@ --theme_dark--line_pink: #ff79c6; --theme_dark--line_red: #ff5555; - --theme_dark--callout-text: var(--theme_dark--line-green); + --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); @@ -96,7 +95,7 @@ --theme_dark--callout_red: var(--theme_dark--line_red); --theme_dark--code_inline-text: #50fa7b; - --theme_dark--code_inline-background:#44475a; + --theme_dark--code_inline-background: #44475a; --theme_dark--code-text: var(--theme_dark--text); --theme_dark--code-background: #44475a; --theme_dark--code_function: var(--theme_dark--text_blue); @@ -153,8 +152,7 @@ [style*='height: 4px;'] > .notion-selectable.notion-collection_view_page-block > *, -.notion-dark-theme - .notion-calendar-view-day[style*='background: #282a36;'], +.notion-dark-theme .notion-calendar-view-day[style*='background: #282a36;'], .DayPicker-Day--today, .notion-dark-theme .DayPicker:not(.DayPicker--interactionDisabled)