misskey-nord-theme/README.md

45 lines
768 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',
2020-05-14 15:08:30 +00:00
fgHighlighted: '@link',
2020-05-14 09:47:32 +00:00
panel: '#3b4252',
2020-05-14 15:08:30 +00:00
navFg: '@fg',
navHoverFg: '@accent',
navActive: '@accent',
navIndicator: '@accent',
header: 'rgba(59, 66, 82, 0.75)',
link: '#b48ead',
mention: '#bf616a',
2020-05-14 09:47:32 +00:00
hashtag: '@tag',
2020-05-14 15:08:30 +00:00
renote: '#d08770',
2020-05-14 11:34:33 +00:00
pageBg: '@bg',
2020-05-14 15:08:30 +00:00
badge: '#a3be8c',
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)