misskey-nord-theme/README.md

40 lines
652 B
Markdown
Raw Normal View History

2020-05-14 09:47:32 +00:00
# Misskey Nord Theme
2020-05-14 10:25:02 +00:00
Theme for misskey based on [Nord theme color](https://www.nordtheme.com/#palettes-modularity).
2020-05-14 09:47:32 +00:00
# Use
2020-05-14 13:47:36 +00:00
Copy this code on misskey theme editor :
2020-05-14 09:47:32 +00:00
```
{
2020-05-14 11:37:50 +00:00
id: 'Nord',
2020-05-14 09:47:32 +00:00
2020-05-14 11:37:50 +00:00
name: 'Nord',
2020-05-14 09:47:32 +00:00
author: 'KazukyAkayashi',
2020-05-14 09:50:54 +00:00
desc: 'Theme based on Nord theme color',
2020-05-14 09:47:32 +00:00
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',
2020-05-14 10:12:00 +00:00
renote: '#bf616a',
2020-05-14 11:34:33 +00:00
pageBg: '@bg',
badge:'#bf616a',
divider:'rgba(46, 52, 64, 0.7)',
driveFolderBg:'@panel',
2020-05-14 09:47:32 +00:00
},
}
```
2020-05-14 11:35:43 +00:00
2020-05-14 11:35:54 +00:00
# Screenshot
2020-05-14 11:35:43 +00:00
![Nord theme](misskey_nord_theme.png)