bugfixes so dracula will actually load

This commit is contained in:
dragonwocky 2020-10-09 20:56:21 +11:00
parent 40b1dc0877
commit b8b4af4f89
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
4 changed files with 19 additions and 17 deletions

View File

@ -135,9 +135,13 @@ module.exports = (store, __exports) => {
'--theme--select_red', '--theme--select_red',
'--theme--line_text', '--theme--line_text',
'--theme--line_yellow', '--theme--line_yellow',
'--theme--line_yellow-text',
'--theme--line_green', '--theme--line_green',
'--theme--line_green-text',
'--theme--line_blue', '--theme--line_blue',
'--theme--line_blue-text',
'--theme--line_red', '--theme--line_red',
'--theme--line_red-text',
'--theme--code_inline-text', '--theme--code_inline-text',
'--theme--code_inline-background', '--theme--code_inline-background',
].map((rule) => [rule, getStyle(rule)]) ].map((rule) => [rule, getStyle(rule)])

View File

@ -146,6 +146,7 @@ s {
color: var(--theme--select_red); color: var(--theme--select_red);
} }
#alerts .error { #alerts .error {
color: var(--theme--line_red-text);
background: var(--theme--line_red); background: var(--theme--line_red);
border-color: var(--theme--select_red); border-color: var(--theme--select_red);
} }
@ -153,6 +154,7 @@ s {
color: var(--theme--select_yellow); color: var(--theme--select_yellow);
} }
#alerts .warning { #alerts .warning {
color: var(--theme--line_yellow-text);
background: var(--theme--line_yellow); background: var(--theme--line_yellow);
border-color: var(--theme--select_yellow); border-color: var(--theme--select_yellow);
} }
@ -160,6 +162,7 @@ s {
color: var(--theme--select_blue); color: var(--theme--select_blue);
} }
#alerts .info { #alerts .info {
color: var(--theme--line_blue-text);
background: var(--theme--line_blue); background: var(--theme--line_blue);
border-color: var(--theme--select_blue); border-color: var(--theme--select_blue);
} }
@ -168,6 +171,7 @@ s {
color: var(--theme--select_green); color: var(--theme--select_green);
} }
#alerts .success { #alerts .success {
color: var(--theme--line_green-text);
background: var(--theme--line_green); background: var(--theme--line_green);
border-color: var(--theme--select_green); border-color: var(--theme--select_green);
} }

View File

@ -1,6 +1,5 @@
/* /*
* dracula * dracula-theme
* (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
@ -12,11 +11,8 @@ 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:
version: '0.1', 'a theme based on the popular dracula color palette originally by zeno rocha and friends. ',
author: { version: '0.1.0',
name: 'mimi-shahzad', author: 'mimi-shahzad',
link: 'https://github.com/mimi-shahzad',
avatar: 'https://secure.gravatar.com/avatar/86c98dec3a06245dbf2291deb44441f5',
}
}; };

View File

@ -1,6 +1,5 @@
/* /*
* Dracula Theme Palette * dracula-theme
* (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
@ -12,9 +11,9 @@
--theme_dark--overlay: #282a36; --theme_dark--overlay: #282a36;
--theme_dark--dragarea: #282a36; --theme_dark--dragarea: #282a36;
--theme_dark--font_sans: -apple-system, BlinkMacSystemFont, --theme_dark--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol'; 'Segoe UI Symbol';
--theme_dark--scrollbar: #282a36; --theme_dark--scrollbar: #282a36;
--theme_dark--scrollbar_hover: #6272a4; --theme_dark--scrollbar_hover: #6272a4;
@ -96,7 +95,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);
@ -153,8 +152,7 @@
[style*='height: 4px;'] [style*='height: 4px;']
> .notion-selectable.notion-collection_view_page-block > .notion-selectable.notion-collection_view_page-block
> *, > *,
.notion-dark-theme .notion-dark-theme .notion-calendar-view-day[style*='background: #282a36;'],
.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)