Update README.md
This commit is contained in:
parent
6a717c05cc
commit
ac01a928bd
1 changed files with 38 additions and 1 deletions
39
README.md
39
README.md
|
@ -3,6 +3,7 @@ Theme for misskey based on [Nord theme color](https://www.nordtheme.com/#palette
|
|||
|
||||
# Use
|
||||
|
||||
# Dark
|
||||
Copy this code on misskey theme editor :
|
||||
|
||||
```
|
||||
|
@ -39,6 +40,42 @@ Copy this code on misskey theme editor :
|
|||
}
|
||||
```
|
||||
|
||||
# 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
|
||||
|
||||
![Nord theme](misskey-nord-theme.png)
|
||||
![Dark Nord theme](misskey-nord-theme.png)
|
||||
|
|
Loading…
Reference in a new issue