misskey-nord-theme/README.md
2020-05-14 15:47:36 +02:00

39 lines
652 B
Markdown

# Misskey Nord Theme
Theme for misskey based on [Nord theme color](https://www.nordtheme.com/#palettes-modularity).
# Use
Copy this code on misskey theme editor :
```
{
id: 'Nord',
name: 'Nord',
author: 'KazukyAkayashi',
desc: 'Theme based on Nord theme color',
base: 'dark',
props: {
accent: '#8fbcbb',
tag:'#a3be8c',
bg: '#2e3440',
fg: '#eceff4',
panel: '#3b4252',
header: 'rgba(46, 52, 64, 0.75)',
link: '@accent',
mention: '@accent',
hashtag: '@tag',
renote: '#bf616a',
pageBg: '@bg',
badge:'#bf616a',
divider:'rgba(46, 52, 64, 0.7)',
driveFolderBg:'@panel',
},
}
```
# Screenshot
![Nord theme](misskey_nord_theme.png)