diff --git a/README.md b/README.md index 561e0c5..0116129 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/Solarized/Solarized Light/Solarized Light.json b/Solarized/Solarized Light/Solarized Light.json new file mode 100644 index 0000000..2c90d2e --- /dev/null +++ b/Solarized/Solarized Light/Solarized Light.json @@ -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" + } +} diff --git a/Solarized/Solarized Light/Solarized Light.png b/Solarized/Solarized Light/Solarized Light.png new file mode 100644 index 0000000..f7dcfe3 Binary files /dev/null and b/Solarized/Solarized Light/Solarized Light.png differ