squashed last 5 commits together (#154)

This commit is contained in:
Mimi Shahzad 2020-10-12 04:30:58 -04:00 committed by GitHub
parent add5bb8d9c
commit 9da9c2aee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 19 deletions

View File

@ -1,5 +1,4 @@
/* /*
* dracula-theme
* (c) 2020 u/mimi-shahzad * (c) 2020 u/mimi-shahzad
* (c) 2020 Dracula Theme * (c) 2020 Dracula Theme
* under the MIT license * under the MIT license
@ -11,8 +10,13 @@ module.exports = {
id: '033bff54-50ba-4cec-bdc0-b2ca7e307086', id: '033bff54-50ba-4cec-bdc0-b2ca7e307086',
tags: ['theme', 'dark'], tags: ['theme', 'dark'],
name: 'dracula', name: 'dracula',
desc:
'a theme based on the popular dracula color palette originally by zeno rocha and friends. ', desc: 'a theme based on the popular Dracula color palette originally by Zeno Rocha and friends. ',
version: '0.1.0', version: '0.1',
author: 'mimi-shahzad', author: {
name: 'mimi-shahzad',
link: 'https://github.com/mimi-shahzad',
avatar: 'https://secure.gravatar.com/avatar/86c98dec3a06245dbf2291deb44441f5',
}
}; };

View File

@ -1,5 +1,6 @@
/* /*
* dracula-theme * Dracula Theme Palette
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 u/mimi-shahzad * (c) 2020 u/mimi-shahzad
* (c) 2020 Dracula Theme * (c) 2020 Dracula Theme
* under the MIT license * under the MIT license
@ -11,17 +12,17 @@
--theme_dark--overlay: #282a36; --theme_dark--overlay: #282a36;
--theme_dark--dragarea: #282a36; --theme_dark--dragarea: #282a36;
--theme_dark--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', --theme_dark--font_sans: -apple-system, BlinkMacSystemFont,
Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif,
'Segoe UI Symbol'; 'Segoe UI Emoji', 'Segoe UI Symbol';
--theme_dark--scrollbar: #282a36; --theme_dark--scrollbar: #f8f8f2;
--theme_dark--scrollbar_hover: #6272a4; --theme_dark--scrollbar_hover: #6272a4;
--theme_dark--card: #6272a4; --theme_dark--card: #454158;
--theme_dark--gallery: #282a36; --theme_dark--gallery: #6272a4;
--theme_dark--table-border: #6272a4; --theme_dark--table-border: #6272a4;
--theme_dark--interactive_hover: #282a36; --theme_dark--interactive_hover: #bd93f9;
--theme_dark--button_close: #ff5555; --theme_dark--button_close: #ff5555;
--theme_dark--selected: #454158; --theme_dark--selected: #454158;
@ -37,7 +38,7 @@
--theme_dark--danger_border: #ffb86c; --theme_dark--danger_border: #ffb86c;
--theme_dark--text: #f8f8f2; --theme_dark--text: #f8f8f2;
--theme_dark--text_ui: #f8f8f2; --theme_dark--text_ui: #bd93f9;
--theme_dark--text_ui_info: #f8f8f2; --theme_dark--text_ui_info: #f8f8f2;
--theme_dark--text_gray: #454158; --theme_dark--text_gray: #454158;
@ -51,7 +52,7 @@
--theme_dark--text_red: #ff5555; --theme_dark--text_red: #ff5555;
--theme_dark--select-text: #000000; --theme_dark--select-text: #000000;
--theme_dark--select_gray: #454158; --theme_dark--select_gray: #f8f8f2;
--theme_dark--select_brown: #6272a4; --theme_dark--select_brown: #6272a4;
--theme_dark--select_orange: #ffb86c; --theme_dark--select_orange: #ffb86c;
--theme_dark--select_yellow: #f1fa8c; --theme_dark--select_yellow: #f1fa8c;
@ -72,7 +73,7 @@
--theme_dark--bg_pink: var(--theme_dark--select_pink); --theme_dark--bg_pink: var(--theme_dark--select_pink);
--theme_dark--bg_red: var(--theme_dark--select_red); --theme_dark--bg_red: var(--theme_dark--select_red);
--theme_dark--line-text: #000000; --theme_dark--line-text: #f8f8f2;
--theme_dark--line_gray: #454158; --theme_dark--line_gray: #454158;
--theme_dark--line_brown: #6272a4; --theme_dark--line_brown: #6272a4;
--theme_dark--line_orange: #ffb86c; --theme_dark--line_orange: #ffb86c;
@ -83,7 +84,7 @@
--theme_dark--line_pink: #ff79c6; --theme_dark--line_pink: #ff79c6;
--theme_dark--line_red: #ff5555; --theme_dark--line_red: #ff5555;
--theme_dark--callout-text: var(--theme_dark--line-text); --theme_dark--callout-text: var(--theme_dark--line-green);
--theme_dark--callout_gray: var(--theme_dark--line_gray); --theme_dark--callout_gray: var(--theme_dark--line_gray);
--theme_dark--callout_brown: var(--theme_dark--line_brown); --theme_dark--callout_brown: var(--theme_dark--line_brown);
--theme_dark--callout_orange: var(--theme_dark--line_orange); --theme_dark--callout_orange: var(--theme_dark--line_orange);
@ -95,7 +96,7 @@
--theme_dark--callout_red: var(--theme_dark--line_red); --theme_dark--callout_red: var(--theme_dark--line_red);
--theme_dark--code_inline-text: #50fa7b; --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-text: var(--theme_dark--text);
--theme_dark--code-background: #44475a; --theme_dark--code-background: #44475a;
--theme_dark--code_function: var(--theme_dark--text_blue); --theme_dark--code_function: var(--theme_dark--text_blue);
@ -152,7 +153,8 @@
[style*='height: 4px;'] [style*='height: 4px;']
> .notion-selectable.notion-collection_view_page-block > .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, .DayPicker-Day--today,
.notion-dark-theme .notion-dark-theme
.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker:not(.DayPicker--interactionDisabled)