mirror of
https://github.com/aaronraimist/element-themes
synced 2026-03-14 14:25:51 +01:00
Added Nord theme
This commit is contained in:
parent
4f66800ae3
commit
ba9f4b4ff9
3 changed files with 30 additions and 15 deletions
22
Nord/Nord.json
Normal file
22
Nord/Nord.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Nord",
|
||||
"is_dark": true,
|
||||
"colors": {
|
||||
"accent-color": "#a3be8c",
|
||||
"primary-color": "#88c0d0",
|
||||
"warning-color": "#bf616a",
|
||||
|
||||
"sidebar-color": "#2e3440",
|
||||
"roomlist-background-color": "#3b4252",
|
||||
"roomlist-text-color": "#ebcb8b",
|
||||
"roomlist-text-secondary-color": "#e5e9f0",
|
||||
"roomlist-highlights-color": "#2e3440",
|
||||
"roomlist-separator-color": "#434c5e",
|
||||
|
||||
"timeline-background-color": "#434c5e",
|
||||
"timeline-text-color": "#eceff4",
|
||||
"timeline-text-secondary-color": "#81a1c1",
|
||||
"timeline-highlights-color": "#bf616a",
|
||||
"reaction-row-button-selected-bg-color": "#bf616a"
|
||||
}
|
||||
}
|
||||
BIN
Nord/Nord.png
Normal file
BIN
Nord/Nord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 273 KiB |
23
README.md
23
README.md
|
|
@ -1,10 +1,7 @@
|
|||
# riot-web-themes
|
||||
A place to share themes for [Riot Web](https://github.com/vector-im/riot-web). See the [theming documentation](https://github.com/vector-im/riot-web/blob/master/docs/theming.md) for more information on how these work.
|
||||
|
||||
There are several different ways to use these. Unfortunately [Riot doesn't yet provide an easy one click way to install themes](https://github.com/vector-im/riot-web/issues/12517). Some options for installing themes include:
|
||||
|
||||
#### If you self host Riot or use Riot Desktop:
|
||||
You can use these themes by editing your `config.json` file to include the theme inside of the `settingDefaults` section like this:
|
||||
You can use these by editing your `config.json` file to include the theme inside of the `settingDefaults` section like this:
|
||||
|
||||
```json
|
||||
"settingDefaults": {
|
||||
|
|
@ -25,17 +22,6 @@ You can use these themes by editing your `config.json` file to include the theme
|
|||
}
|
||||
```
|
||||
|
||||
To setup a `config.json` file with Riot Desktop, see https://github.com/vector-im/riot-web/blob/master/docs/config.md#desktop-app-configuration
|
||||
|
||||
|
||||
#### If you are a Firefox user
|
||||
You can install Radical which is Riot web bundled as a Firefox add-on. You can edit the `config.json` file right in the add-on preferences. It works really well, you should check it out. https://addons.mozilla.org/en-US/firefox/addon/radical-web/
|
||||
|
||||
#### Use my Riot Web instance
|
||||
Alternatively you can use [my Riot Web instance](https://riot.raim.ist) which has all of these themes preinstalled so there is no configuration required.
|
||||
|
||||
|
||||
# Themes
|
||||
|
||||
## [ThomCat Black](ThomCat-Black/ThomCat-Black.json)
|
||||
|
||||
|
|
@ -49,3 +35,10 @@ Made by `@me:thomcat.rocks`
|
|||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||
|
||||
|
||||
## [Nord Theme](Nord/Nord.json)
|
||||
|
||||
Made by `@dhmf:dhdf.dev`
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue