Added Selenized theme

This commit is contained in:
Dylan Hackworth 2020-02-29 23:29:30 -06:00
commit 090cd575d0
7 changed files with 85 additions and 1 deletions

View file

@ -58,4 +58,22 @@ Made by `@dhmf:dhdf.dev`
Made by `@dhmf:dhdf.dev`
![Nord Theme Screenshort](Nord/Nord.png)
![Nord Theme Screenshot](Nord/Nord.png)
## [Selenized Light Theme](Selenized/Selenized%20Light/Selenized%20Light.json)
Made by `@dhmf:dhdf.dev`
![Selenized Light Theme Screenshot](Selenized/Selenized%20Light/Selenized%20Light.png)
## [Selenized Dark Theme](Selenized/Selenized%20Dark/Selenized%20Dark.json)
Made by `@dhmf:dhdf.dev`
![Selenized Dark Theme Screenshot](Selenized/Selenized%20Dark/Selenized%20Dark.png)
## [Selenized Black Theme](Selenized/Selenized%20Black/Selenized%20Black.json)
Made by `@dhmf:dhdf.dev`
![Selenized Black Theme Screenshot](Selenized/Selenized%20Black/Selenized%20Black.png)

View file

@ -0,0 +1,22 @@
{
"name": "Selenized Black",
"is_dark": true,
"colors": {
"accent-color": "#368aeb",
"primary-color": "#4695f7",
"warning-color": "#ed4a46",
"sidebar-color": "#181818",
"roomlist-background-color": "#181818",
"roomlist-text-color": "#dbb32d",
"roomlist-text-secondary-color": "#FFFFFF",
"roomlist-highlights-color": "#3b3b3b",
"roomlist-separator-color": "#121212",
"timeline-background-color": "#181818",
"timeline-text-color": "#FFFFFF",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#bf616a",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View file

@ -0,0 +1,22 @@
{
"name": "Selenized Dark",
"is_dark": true,
"colors": {
"accent-color": "#41c7b9",
"primary-color": "#4695f7",
"warning-color": "#fa5750",
"sidebar-color": "#103c48",
"roomlist-background-color": "#184956",
"roomlist-text-color": "#dbb32d",
"roomlist-text-secondary-color": "#FFFFFF",
"roomlist-highlights-color": "#2d5b69",
"roomlist-separator-color": "#2d5b69",
"timeline-background-color": "#2d5b69",
"timeline-text-color": "#FFFFFF",
"timeline-text-secondary-color": "#cad8d9",
"timeline-highlights-color": "#bf616a",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View file

@ -0,0 +1,22 @@
{
"name": "Selenized Light",
"is_dark": false,
"colors": {
"accent-color": "#ad8900",
"primary-color": "#009c8f",
"warning-color": "#d2212d",
"sidebar-color": "#d5cdb6",
"roomlist-background-color": "#ece3cc",
"roomlist-text-color": "#c25d1e",
"roomlist-text-secondary-color": "#000000",
"roomlist-highlights-color": "#fbf3db",
"roomlist-separator-color": "#fbf3db",
"timeline-background-color": "#fbf3db",
"timeline-text-color": "#000000",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#bf616a",
"reaction-row-button-selected-bg-color": "#4695f7"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB