mirror of
https://github.com/aaronraimist/element-themes
synced 2026-03-14 14:25:51 +01:00
Use relative path to image and raw link to JSON
This commit is contained in:
parent
177f317eee
commit
52825b0c1a
2 changed files with 23 additions and 22 deletions
|
|
@ -148,11 +148,11 @@ Made by `@jo:catgirl.party`
|
|||
|
||||

|
||||
|
||||
## [Everforest Dark Hard Theme](https://github.com/aaronraimist/element-themes/blob/master/Everforest%20Dark%20Hard/everforest-dark-hard.png)
|
||||
## [Everforest Dark Hard Theme](https://raw.githubusercontent.com/aaronraimist/element-themes/master/Everforest%20Dark%20Hard/everforest-dark-hard.json)
|
||||
|
||||
Made by `@maksim:wherelinux.xyz`
|
||||
|
||||

|
||||

|
||||
|
||||
## [Wal Theme](https://github.com/acxz/element-wal)
|
||||
|
||||
|
|
@ -161,6 +161,7 @@ Made by `@acxz:matrix.org`
|
|||
|
||||

|
||||
|
||||
|
||||
# Advanced
|
||||
|
||||
The themes in this repository use Element's relatively basic theming system which can only change a limited number of colors. Element's [theming documentation](https://github.com/vector-im/element-web/blob/master/docs/theming.md) has more information on how these work. For more advanced themes where you want to customize things like fonts, button shapes, or all of the colors you'll need to use CSS which isn't supported by Element's theming system. To use CSS based themes you could use a browser extension like Stylus. https://github.com/dannycolin/riot-compact is an example of a more advanced theme.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue