add new theme screenshots + remove bgs of existing

This commit is contained in:
dragonwocky 2020-11-02 12:18:48 +11:00
parent 27525428fc
commit 2a20d67be2
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D
3 changed files with 47 additions and 35 deletions

View File

@ -127,7 +127,7 @@ but some basic improvements necessary for things to work are built in by values:
once applied, modules can be configured via the graphical menu, once applied, modules can be configured via the graphical menu,
which is opened from the tray/menubar icon or with `OPTION/ALT+E`. which is opened from the tray/menubar icon or with `OPTION/ALT+E`.
![](https://user-images.githubusercontent.com/16874139/93692603-954fd980-fb38-11ea-9d52-82ac53449d33.png) ![](https://user-images.githubusercontent.com/16874139/97819046-34e8b600-1cfa-11eb-8fa6-a3ad5374cd0b.png)
currently all modules come pre-installed for technical reasons, security assurance, and ease-of-use. currently all modules come pre-installed for technical reasons, security assurance, and ease-of-use.
these include: these include:
@ -152,7 +152,7 @@ these include:
| open enhancements menu hotkey | used to toggle opening/closing this menu while notion is focused. | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `Alt+E` | | | open enhancements menu hotkey | used to toggle opening/closing this menu while notion is focused. | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `Alt+E` | |
| values/defaults page id/url | every new tab/window that isn't opening a url via the notion:// protocol will load this page. to get a page link from within the app, go to the triple-dot menu and click "copy link". leave blank to just load the last page you opened. | text input | `Alt+E` | | | values/defaults page id/url | every new tab/window that isn't opening a url via the notion:// protocol will load this page. to get a page link from within the app, go to the triple-dot menu and click "copy link". leave blank to just load the last page you opened. | text input | `Alt+E` | |
![](https://user-images.githubusercontent.com/16874139/93667628-c98cb100-faca-11ea-85e2-5fdca2a93a36.png) ![](https://user-images.githubusercontent.com/16874139/97819249-7a59b300-1cfb-11eb-99fa-de945fe8e3d9.png)
### tabs ### tabs
@ -168,6 +168,8 @@ these include:
| new tab keybinding | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `CommandOrControl+T` | | new tab keybinding | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `CommandOrControl+T` |
| close tab keybinding | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `CommandOrControl+W` | | close tab keybinding | [accelerator](https://github.com/electron/electron/blob/master/docs/api/accelerator.md) input | `CommandOrControl+W` |
![](https://user-images.githubusercontent.com/16874139/97819548-5b5c2080-1cfd-11eb-9c3d-cbf586dc7235.png)
### tweaks ### tweaks
**tags:** #core #extension **tags:** #core #extension
@ -186,6 +188,8 @@ these include:
| more readable line spacing | | toggle | no | | | more readable line spacing | | toggle | no | |
| hide help button | | toggle | no | | | hide help button | | toggle | no | |
![](https://user-images.githubusercontent.com/16874139/97819829-1638ee00-1cff-11eb-80c6-f270c2ba0f37.png)
### always on top ### always on top
**tags:** #extension **tags:** #extension
@ -195,7 +199,7 @@ on top of other windows even if it's not focused.
**author:** [dragonwocky](https://github.com/dragonwocky/) **author:** [dragonwocky](https://github.com/dragonwocky/)
![](https://user-images.githubusercontent.com/16874139/93692700-ad742880-fb39-11ea-9650-57a61e15a37e.png) ![](https://user-images.githubusercontent.com/16874139/97820478-79784f80-1d02-11eb-9e32-caac4563d8f0.png)
### bracketed links ### bracketed links
@ -205,7 +209,7 @@ on top of other windows even if it's not focused.
**author:** [arecsu](https://github.com/arecsu/) **author:** [arecsu](https://github.com/arecsu/)
![](https://user-images.githubusercontent.com/16874139/93692762-5458c480-fb3a-11ea-94e4-b7cbfab24274.png) ![](https://user-images.githubusercontent.com/16874139/97820501-9f9def80-1d02-11eb-8ad8-b1ddf1ed9599.png)
### bypass preview ### bypass preview
@ -223,7 +227,7 @@ on top of other windows even if it's not focused.
**author:** [dragonwocky](https://github.com/dragonwocky/) **author:** [dragonwocky](https://github.com/dragonwocky/)
![](https://user-images.githubusercontent.com/16874139/93692788-ce894900-fb3a-11ea-8b65-8fc6c955fe6d.png) ![](https://user-images.githubusercontent.com/16874139/97820611-fe636900-1d02-11eb-8f78-0536103e25aa.png)
### cherry cola ### cherry cola
@ -233,6 +237,8 @@ on top of other windows even if it's not focused.
**author:** [runargs](https://github.com/runargs) **author:** [runargs](https://github.com/runargs)
![](https://user-images.githubusercontent.com/16874139/97819898-9fe8bb80-1cff-11eb-846f-1a66e0302ebd.png)
### custom inserts ### custom inserts
**tags:** #extension **tags:** #extension
@ -259,7 +265,7 @@ on top of other windows even if it's not focused.
| -------------- | ----- | ------------------ | | -------------- | ----- | ------------------ |
| primary colour | color | `rgb(177, 24, 24)` | | primary colour | color | `rgb(177, 24, 24)` |
![](https://user-images.githubusercontent.com/16874139/93667588-84687f00-faca-11ea-86c9-7d05325a22a1.png) ![](https://user-images.githubusercontent.com/16874139/97820632-19ce7400-1d03-11eb-85a9-87f6d957dc96.png)
### dracula ### dracula
@ -267,7 +273,9 @@ on top of other windows even if it's not focused.
**description:** a theme based on the popular dracula color palette originally by zeno rocha and friends. **description:** a theme based on the popular dracula color palette originally by zeno rocha and friends.
**author:** //todo **author:** [dracula](https://github.com/dracula/)
![](https://user-images.githubusercontent.com/16874139/97820175-04f0e100-1d01-11eb-9ede-b6e033a28cbc.png)
### emoji sets ### emoji sets
@ -278,10 +286,10 @@ on top of other windows even if it's not focused.
**author:** [dragonwocky](https://github.com/dragonwocky/) **author:** [dragonwocky](https://github.com/dragonwocky/)
| option | type | values/defaults | | option | type | values/defaults |
| ------ | ------ | -------------------------------------------------------------------------------------------------------------------------- | | ------ | ------ | --------------------------------------------------------------------------------------------------------------- |
| style | select | twitter, apple, google, microsoft, samsung, whatsapp, facebook, joypixels, openmoji, emojidex, messenger, lg, htc, mozilla | | style | select | twitter, apple, google, microsoft, samsung, whatsapp, facebook, joypixels, openmoji, emojidex, lg, htc, mozilla |
![](https://user-images.githubusercontent.com/16874139/93693543-8111d980-fb44-11ea-8491-d2780d66deb5.png) ![](https://user-images.githubusercontent.com/16874139/97820652-3f5b7d80-1d03-11eb-80a6-34089b946711.png)
### focus mode ### focus mode
@ -295,7 +303,7 @@ on top of other windows even if it's not focused.
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | --------------- | | --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | --------------- |
| add padding to bottom of the page | will only take effect when the sidebar is hidden. aims to make the canvas as symmetrical/consistent as possible: if there is empty space on 3 sides, the 4th should follow. | toggle | on | | add padding to bottom of the page | will only take effect when the sidebar is hidden. aims to make the canvas as symmetrical/consistent as possible: if there is empty space on 3 sides, the 4th should follow. | toggle | on |
![](https://user-images.githubusercontent.com/16874139/93694447-2336bf00-fb4f-11ea-82f3-84c14e000602.png) ![](https://user-images.githubusercontent.com/16874139/97820337-da535800-1d01-11eb-9df5-55567cba2cc4.png)
### font chooser ### font chooser
@ -313,7 +321,7 @@ the font you would like to use, or leave it blank to not change anything.
| monospace | text input | | monospace | text input |
| code | text input | | code | text input |
![](https://user-images.githubusercontent.com/16874139/93692940-c29e8680-fb3c-11ea-9701-ad1844832a66.png) ![](https://user-images.githubusercontent.com/16874139/97820678-61ed9680-1d03-11eb-8f9f-54c1c5faf25e.png)
### gameish ### gameish
@ -323,7 +331,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [LVL100ShrekCultist](https://reddit.com/user/LVL100ShrekCultist/) **author:** [LVL100ShrekCultist](https://reddit.com/user/LVL100ShrekCultist/)
![](https://user-images.githubusercontent.com/16874139/93667677-1bcdd200-facb-11ea-89a2-f2a674d70d6c.png) ![](https://user-images.githubusercontent.com/16874139/97820696-75006680-1d03-11eb-8046-c3cb871ad34c.png)
### littlepig dark ### littlepig dark
@ -333,15 +341,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [Lizishan](https://www.reddit.com/user/Lizishan/) **author:** [Lizishan](https://www.reddit.com/user/Lizishan/)
![](https://user-images.githubusercontent.com/16874139/93667715-55064200-facb-11ea-949e-3f7494dfa498.png) ![](https://user-images.githubusercontent.com/16874139/97820718-919c9e80-1d03-11eb-9749-e04faef82e2d.png)
### material ocean
**tags:** #theme #dark
**description:** an oceanic colour palette.
**author:** [blacksuan19](https://github.com/blacksuan19)
### littlepig light ### littlepig light
@ -351,7 +351,17 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [Lizishan](https://www.reddit.com/user/Lizishan/) **author:** [Lizishan](https://www.reddit.com/user/Lizishan/)
![](https://user-images.githubusercontent.com/16874139/93667978-f5109b00-facc-11ea-8fe2-fd57d99a031d.png) ![](https://user-images.githubusercontent.com/16874139/97820868-446cfc80-1d04-11eb-80ba-48cbedd62ed1.png)
### material ocean
**tags:** #theme #dark
**description:** an oceanic colour palette.
**author:** [blacksuan19](https://github.com/blacksuan19)
![](https://user-images.githubusercontent.com/16874139/97820253-6d3fc280-1d01-11eb-86d1-9932b364bad8.png)
### neutral ### neutral
@ -361,7 +371,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [arecsu](https://github.com/arecsu/) **author:** [arecsu](https://github.com/arecsu/)
![](https://user-images.githubusercontent.com/16874139/93667840-394f6b80-facc-11ea-8966-4ab3ecf38803.png) ![](https://user-images.githubusercontent.com/16874139/97821029-fad0e180-1d04-11eb-9bad-2c76e9fa7613.png)
### night shift ### night shift
@ -379,7 +389,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [zenith_illinois](https://reddit.com/user/zenith_illinois/) **author:** [zenith_illinois](https://reddit.com/user/zenith_illinois/)
![](https://user-images.githubusercontent.com/16874139/93667825-05744600-facc-11ea-9394-6f3807b5e28e.png) ![](https://user-images.githubusercontent.com/16874139/97820893-60709e00-1d04-11eb-8d52-55ab44000786.png)
### property layout ### property layout
@ -389,7 +399,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [alexander-kazakov](https://github.com/alexander-kazakov/) **author:** [alexander-kazakov](https://github.com/alexander-kazakov/)
![](https://user-images.githubusercontent.com/16874139/93692992-49ebfa00-fb3d-11ea-99fa-c0cd7dc3bc13.png) ![](https://user-images.githubusercontent.com/16874139/97820916-81d18a00-1d04-11eb-8e07-b7519590157a.png)
### right-to-left ### right-to-left
@ -399,7 +409,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [obahareth](https://github.com/obahareth/) **author:** [obahareth](https://github.com/obahareth/)
![](https://user-images.githubusercontent.com/16874139/93693026-bd8e0700-fb3d-11ea-9808-c259ef075d53.png) ![](https://user-images.githubusercontent.com/16874139/97820953-a7f72a00-1d04-11eb-98c0-6ad83d097682.png)
### scroll to top ### scroll to top
@ -415,6 +425,8 @@ the font you would like to use, or leave it blank to not change anything.
| distance scrolled until button is shown | number input | 50 | | distance scrolled until button is shown | number input | 50 |
| unit to measure distance with | select | percent, pixels | | unit to measure distance with | select | percent, pixels |
![](https://user-images.githubusercontent.com/16874139/97820445-4c2ba180-1d02-11eb-9d1a-911bca266f7f.png)
### weekly view ### weekly view
**tags:** #extension **tags:** #extension
@ -423,7 +435,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [adihd](https://github.com/adihd/) **author:** [adihd](https://github.com/adihd/)
![](https://user-images.githubusercontent.com/16874139/93693076-5e7cc200-fb3e-11ea-85d5-f0de766c5980.png) ![](https://user-images.githubusercontent.com/16874139/97820985-bf361780-1d04-11eb-9e2a-786a7c37477d.png)
### word counter ### word counter
@ -433,7 +445,7 @@ the font you would like to use, or leave it blank to not change anything.
**author:** [dragonwocky](https://github.com/dragonwocky/) **author:** [dragonwocky](https://github.com/dragonwocky/)
![](https://user-images.githubusercontent.com/16874139/93693109-b3b8d380-fb3e-11ea-963c-7ddaa7046f6c.png) ![](https://user-images.githubusercontent.com/16874139/97821003-d37a1480-1d04-11eb-8aaa-9e5dfea495eb.png)
## contributors ## contributors

View File

@ -1,7 +1,7 @@
/* /*
* dracula * dracula
* (c) 2020 u/mimi-shahzad * (c) 2020 @mimishahzad386#5651
* (c) 2020 Dracula Theme * (c) 2020 dracula
* under the MIT license * under the MIT license
*/ */
@ -14,5 +14,5 @@ module.exports = {
desc: desc:
'a theme based on the popular dracula color palette originally by zeno rocha and friends. ', 'a theme based on the popular dracula color palette originally by zeno rocha and friends. ',
version: '0.1.0', version: '0.1.0',
author: 'mimi-shahzad', author: 'dracula',
}; };

View File

@ -1,8 +1,8 @@
/* /*
* dracula * dracula
* (c) 2020 u/mimi-shahzad * (c) 2020 @mimishahzad386#5651
* (c) 2020 dracula
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/) * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 Dracula Theme
* under the MIT license * under the MIT license
*/ */