misskey-nord-theme/README.md
2020-08-02 13:42:09 +02:00

81 lines
1.3 KiB
Markdown

# Misskey Nord Theme
Theme for misskey based on [Nord theme color](https://www.nordtheme.com/#palettes-modularity).
# Use
# Dark
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',
bg: '#2e3440',
fg: '#eceff4',
fgHighlighted: '@link',
panel: '#3b4252',
navBg: '#3b4252',
navFg: '@fg',
navHoverFg: '@accent',
navActive: '@accent',
navIndicator: '@accent',
header: 'rgba(59, 66, 82, 0.75)',
link: '#b48ead',
mention: '#bf616a',
hashtag: '#a3be8c',
renote: '#d08770',
pageBg: '@bg',
badge: '#a3be8c',
divider: 'rgba(46, 52, 64, 0.7)',
driveFolderBg: '@panel',
},
}
```
# Light
```
{
id: 'hJiu4Kl394Vdf',
name: 'Light Nord',
author: 'KazukyAkayashi',
desc: 'Theme based on Nord theme color',
base: 'light',
props: {
accent: '#5e81ac',
bg: '#d8dee9',
fg: '#2e3440',
fgHighlighted: '@link',
panel: '#e5e9f0',
navBg: '#e5e9f0',
navFg: '#2e3440',
navHoverFg: '@accent',
navActive: '@accent',
navIndicator: '@accent',
header: 'rgba(229, 233, 240, 0.75)',
link: '#b48ead',
mention: '#bf616a',
hashtag: '#5e81ac',
renote: '#d08770',
pageBg: '@bg',
badge: '#d08770',
divider: 'rgba(216, 222, 233, 0.7)',
driveFolderBg: '@panel',
},
}
```
# Screenshot
![Dark Nord theme](misskey-nord-theme.png)