make dragarea transparent in new themes

This commit is contained in:
dragonwocky 2020-10-24 13:14:41 +11:00
parent 3acbaa1f12
commit 35bbb12524
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
5 changed files with 7 additions and 5 deletions

View File

@ -24,7 +24,7 @@
/* Main */
--theme_dark--main: var(--cola-main);
--theme_dark--sidebar: var(--cola-sec);
--theme_dark--overlay: var(--cola-sec);
--theme_dark--overlay: rgba(29, 9, 25, 0.5);
--theme_dark--dragarea: #210a1c;
--theme_dark--box-shadow: rgba(20, 0, 16, 0.2) 0px 0px 0px 1px,
rgba(20, 0, 16, 0.2) 0px 2px 4px;

View File

@ -28,6 +28,7 @@
.notion-body:not(.dark) [style*='background: rgb(223, 223, 222)'] {
background: var(--theme--sidebar) !important;
}
.notion-peek-renderer,
[style*='background: rgba(15, 15, 15, 0.6)'] {
background: var(--theme--overlay) !important;
}

View File

@ -1,5 +1,5 @@
/*
* dracula-theme
* dracula
* (c) 2020 u/mimi-shahzad
* (c) 2020 Dracula Theme
* under the MIT license

View File

@ -1,6 +1,7 @@
/*
* dracula-theme
* dracula
* (c) 2020 u/mimi-shahzad
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 Dracula Theme
* under the MIT license
*/
@ -8,7 +9,7 @@
:root {
--theme_dark--main: #282a36;
--theme_dark--sidebar: #21232c;
--theme_dark--overlay: #282a36;
--theme_dark--overlay: rgba(13, 13, 14, 0.5);
--theme_dark--dragarea: #20222b;
--theme_dark--font_sans: -apple-system, BlinkMacSystemFont, 'Segoe UI',

View File

@ -21,7 +21,7 @@
--theme_dark--main: var(--ocean-main);
--theme_dark--sidebar: var(--ocean-sec);
--theme_dark--overlay: var(--ocean-sec);
--theme_dark--overlay: rgba(0, 1, 10, 0.5);
--theme_dark--dragarea: var(--ocean-sec);
--theme_dark--scrollbar: var(--ocean-sec);