Merge pull request #23 from j0w0/patch-1

Dracula Theme
This commit is contained in:
Aaron Raimist 2020-06-15 21:54:13 -05:00 committed by GitHub
commit f6b1b90367
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 0 deletions

19
Dracula/Dracula.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "Dracula",
"is_dark": true,
"colors": {
"accent-color": "#bd93f9",
"primary-color": "#bd93f9",
"warning-color": "#bd93f9",
"sidebar-color": "#1e1f29",
"roomlist-background-color": "#1e1f29",
"roomlist-text-color": "#eeeeee",
"roomlist-text-secondary-color": "#eeeeee",
"roomlist-highlights-color": "#ffffff11",
"roomlist-separator-color": "#00000000",
"timeline-background-color": "#1e1f29",
"timeline-text-color": "#eeeeee",
"timeline-text-secondary-color": "#dddddd",
"timeline-highlights-color": "#32353b",
"reaction-row-button-selected-bg-color": "#b9bbbe"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

View file

@ -22,6 +22,7 @@ Join us in [#riot-web-themes:dhdf.dev](https://matrix.to/#/!pjCLhvJxLkGjNQFqcB:m
* [Selenized Dark Theme](#selenized-dark-theme)
* [Selenized Light Theme](#selenized-light-theme)
* [ThomCat Black](#thomcat-black)
* [Dracula Dark Theme](#dracula-dark-theme)
- [Advanced](#advanced)
* [Workarounds](#workarounds)
* [build.py](#build.py)
@ -130,6 +131,11 @@ Made by `@swedneck:hielle.com`
![Geeko Dark Theme Screenshot](Geeko%20Dark/Geeko%20Dark.png)
## [Dracula Dark Theme](https://raw.githubusercontent.com/aaronraimist/riot-web-themes/master/Dracula/Dracula.json)
Made by `@jo:catgirl.party`
![Dracula Dark Theme Screenshot](Dracula/screenshot%20%2020-06-16%2003-05-42.png)
# Advanced