Merge pull request #12 from dhghf/master

Added Nord Theme & Fixed Selenized Dark
This commit is contained in:
Dylan Hackworth 2020-03-01 05:55:08 +00:00 committed by GitHub
commit d958f31805
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 3 deletions

View file

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 273 KiB

Before After
Before After

View file

@ -0,0 +1,22 @@
{
"name": "Nord Light",
"is_dark": false,
"colors": {
"accent-color": "#a3be8c",
"primary-color": "#5e81ac",
"warning-color": "#bf616a",
"sidebar-color": "#d8dee9",
"roomlist-background-color": "#e5e9f0",
"roomlist-text-color": "#d08770",
"roomlist-text-secondary-color": "#3b4252",
"roomlist-highlights-color": "#eceff4",
"roomlist-separator-color": "#eceff4",
"timeline-background-color": "#eceff4",
"timeline-text-color": "#2e3440",
"timeline-text-secondary-color": "#3b4252",
"timeline-highlights-color": "#bf616a",
"reaction-row-button-selected-bg-color": "#bf616a"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

View file

@ -56,11 +56,17 @@ Made by `@dhmf:dhdf.dev`
![Discord Dark Theme Screenshot](Discord-Dark-Theme/Discord-Dark-Theme.png)
## [Nord Theme](Nord/Nord.json)
## [Nord Dark Theme](Nord/Nord%20Dark/Nord%20Dark.json)
Made by `@dhmf:dhdf.dev`
![Nord Theme Screenshot](Nord/Nord.png)
![Nord Dark Theme Screenshot](Nord/Nord%20Dark/Nord%20Dark.png)
## [Nord Light Theme](Nord/Nord%20Light/Nord%20Light.json)
Made by `@dhmf:dhdf.dev`
![Nord Light Theme Screenshot](Nord/Nord%20Light/Nord%20Light.png)
## [Selenized Light Theme](Selenized/Selenized%20Light/Selenized%20Light.json)

View file

@ -15,7 +15,7 @@
"timeline-background-color": "#2d5b69",
"timeline-text-color": "#FFFFFF",
"timeline-text-secondary-color": "#cad8d9",
"timeline-text-secondary-color": "#72898f",
"timeline-highlights-color": "#bf616a",
"reaction-row-button-selected-bg-color": "#4695f7"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Before After
Before After