Merge pull request #50 from marius/master

Add Solarized Light theme
This commit is contained in:
Aaron Raimist 2022-05-08 17:52:16 -05:00 committed by GitHub
commit 7ae84b6376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 0 deletions

View file

@ -130,6 +130,13 @@ Made by `@jasonic5:matrix.org`
![Solarized Dark Theme Screenshot](Solarized/Solarized%20Dark/Solarized%20Dark.png)
## [Solarized Light Theme](https://raw.githubusercontent.com/aaronraimist/element-themes/master/Solarized/Solarized%20Light/Solarized%20Light.json)
Made by [`Marius`](https://github.com/marius)
![Solarized Light Theme Screenshot](Solarized/Solarized%20Dark/Solarized%20Light.png)
## [Geeko Dark Theme](https://raw.githubusercontent.com/aaronraimist/element-themes/master/Geeko%20Dark/Geeko%20Dark.json)
Made by `@swedneck:feneas.org`

View file

@ -0,0 +1,21 @@
{
"name": "Solarized Light",
"is_dark": false,
"colors": {
"accent-color": "#b58900",
"primary-color": "#268bd2",
"warning-color": "#dc322f",
"sidebar-color": "#fdf6e3",
"roomlist-background-color": "#eee8d5",
"roomlist-text-color": "#657b83",
"roomlist-text-secondary-color": "#586e75",
"roomlist-highlights-color": "#93a1a1",
"timeline-background-color": "#fdf6e3",
"timeline-text-color": "#657b83",
"secondary-content": "#657b83",
"tertiary-content": "#657b83",
"timeline-text-secondary-color": "#93a1a1",
"timeline-highlights-color": "#eee8d5",
"reaction-row-button-selected-bg-color": "#268bd2"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB