misskey-nord-theme/README.md

32 lines
427 B
Markdown
Raw Normal View History

2020-05-14 09:47:32 +00:00
# Misskey Nord Theme
2020-05-14 09:42:18 +00:00
Theme for misskey based on Nord colors
2020-05-14 09:47:32 +00:00
# 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',
},
}
```