mirror of
https://github.com/aaronraimist/element-themes
synced 2026-03-14 14:25:51 +01:00
Added Selenized theme
This commit is contained in:
parent
bdd74d6ea8
commit
090cd575d0
7 changed files with 85 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -58,4 +58,22 @@ Made by `@dhmf:dhdf.dev`
|
|||
|
||||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||

|
||||
|
||||
## [Selenized Light Theme](Selenized/Selenized%20Light/Selenized%20Light.json)
|
||||
|
||||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||
|
||||
## [Selenized Dark Theme](Selenized/Selenized%20Dark/Selenized%20Dark.json)
|
||||
|
||||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||
|
||||
## [Selenized Black Theme](Selenized/Selenized%20Black/Selenized%20Black.json)
|
||||
|
||||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||
22
Selenized/Selenized Black/Selenized Black.json
Normal file
22
Selenized/Selenized Black/Selenized Black.json
Normal 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"
|
||||
}
|
||||
}
|
||||
BIN
Selenized/Selenized Black/Selenized Black.png
Normal file
BIN
Selenized/Selenized Black/Selenized Black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 256 KiB |
22
Selenized/Selenized Dark/Selenized Dark.json
Normal file
22
Selenized/Selenized Dark/Selenized Dark.json
Normal 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"
|
||||
}
|
||||
}
|
||||
BIN
Selenized/Selenized Dark/Selenized Dark.png
Normal file
BIN
Selenized/Selenized Dark/Selenized Dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 256 KiB |
22
Selenized/Selenized Light/Selenized Light.json
Normal file
22
Selenized/Selenized Light/Selenized Light.json
Normal 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"
|
||||
}
|
||||
}
|
||||
BIN
Selenized/Selenized Light/Selenized Light.png
Normal file
BIN
Selenized/Selenized Light/Selenized Light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 247 KiB |
Loading…
Add table
Add a link
Reference in a new issue