Update README.md
This commit is contained in:
parent
e7cc378637
commit
02c9fd56a2
1 changed files with 30 additions and 1 deletions
31
README.md
31
README.md
|
@ -1,2 +1,31 @@
|
||||||
# misskey-nord-theme
|
# Misskey Nord Theme
|
||||||
Theme for misskey based on Nord colors
|
Theme for misskey based on Nord colors
|
||||||
|
|
||||||
|
# Use
|
||||||
|
|
||||||
|
Paste this on misskey.
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
id: 'Nord',
|
||||||
|
|
||||||
|
name: 'Nord',
|
||||||
|
author: 'KazukyAkayashi',
|
||||||
|
desc: 'Theme based on Nord colors',
|
||||||
|
|
||||||
|
base: 'dark',
|
||||||
|
|
||||||
|
props: {
|
||||||
|
accent: '#8fbcbb',
|
||||||
|
tag:'#a3be8c',
|
||||||
|
bg: '#2e3440',
|
||||||
|
fg: '#eceff4',
|
||||||
|
panel: '#3b4252',
|
||||||
|
header: 'rgba(46, 52, 64, 0.75)',
|
||||||
|
renote: '#17bf63',
|
||||||
|
link: '@accent',
|
||||||
|
mention: '@accent',
|
||||||
|
hashtag: '@tag',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue