Update README.md
Dark theme update.
This commit is contained in:
parent
f82d557525
commit
f11645936a
1 changed files with 11 additions and 7 deletions
16
README.md
16
README.md
|
@ -8,10 +8,10 @@ Copy this code on misskey theme editor.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
id: 'Nord',
|
id: '5de572f1-608f-4e8b-9e48-62a519f0c7aa',
|
||||||
|
|
||||||
name: 'Nord',
|
name: 'Nord',
|
||||||
author: 'KazukyAkayashi',
|
author: '@kazukyakayashi@meow.zarchbox.fr',
|
||||||
desc: 'Theme based on Nord theme color',
|
desc: 'Theme based on Nord theme color',
|
||||||
|
|
||||||
base: 'dark',
|
base: 'dark',
|
||||||
|
@ -20,22 +20,26 @@ Copy this code on misskey theme editor.
|
||||||
accent: '#8fbcbb',
|
accent: '#8fbcbb',
|
||||||
bg: '#2e3440',
|
bg: '#2e3440',
|
||||||
fg: '#eceff4',
|
fg: '#eceff4',
|
||||||
fgHighlighted: '@link',
|
fgHighlighted: '@accent',
|
||||||
panel: '#3b4252',
|
panel: '#3b4252',
|
||||||
navBg: '#3b4252',
|
navBg: '#3b4252',
|
||||||
navFg: '@fg',
|
navFg: '@fg',
|
||||||
navHoverFg: '@accent',
|
navHoverFg: '@accent',
|
||||||
navActive: '@accent',
|
navActive: '@accent',
|
||||||
navIndicator: '@accent',
|
navIndicator: '#bf616a',
|
||||||
header: 'rgba(59, 66, 82, 0.75)',
|
indicator: '#bf616a',
|
||||||
|
header: 'rgba(46, 52, 64, 0.50)',
|
||||||
link: '#b48ead',
|
link: '#b48ead',
|
||||||
mention: '#bf616a',
|
mention: '#bf616a',
|
||||||
hashtag: '#a3be8c',
|
hashtag: '#a3be8c',
|
||||||
renote: '#d08770',
|
renote: '#d08770',
|
||||||
|
cwFg: '#eceff4',
|
||||||
pageBg: '@bg',
|
pageBg: '@bg',
|
||||||
badge: '#a3be8c',
|
badge: '#a3be8c',
|
||||||
divider: 'rgba(46, 52, 64, 0.7)',
|
divider: 'rgba(46, 52, 64, 0.5)',
|
||||||
driveFolderBg: '@panel',
|
driveFolderBg: '@panel',
|
||||||
|
infoWarnBg: '#ebcb8b',
|
||||||
|
infoWarnFg: '#2e3440',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue