Update README.md
This commit is contained in:
parent
18b39054af
commit
922cf35f22
1 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
@ -20,16 +20,21 @@ Copy this code on misskey theme editor :
|
||||||
tag:'#a3be8c',
|
tag:'#a3be8c',
|
||||||
bg: '#2e3440',
|
bg: '#2e3440',
|
||||||
fg: '#eceff4',
|
fg: '#eceff4',
|
||||||
|
fgHighlighted: '@link',
|
||||||
panel: '#3b4252',
|
panel: '#3b4252',
|
||||||
header: 'rgba(46, 52, 64, 0.75)',
|
navFg: '@fg',
|
||||||
link: '@accent',
|
navHoverFg: '@accent',
|
||||||
mention: '@accent',
|
navActive: '@accent',
|
||||||
|
navIndicator: '@accent',
|
||||||
|
header: 'rgba(59, 66, 82, 0.75)',
|
||||||
|
link: '#b48ead',
|
||||||
|
mention: '#bf616a',
|
||||||
hashtag: '@tag',
|
hashtag: '@tag',
|
||||||
renote: '#bf616a',
|
renote: '#d08770',
|
||||||
pageBg: '@bg',
|
pageBg: '@bg',
|
||||||
badge:'#bf616a',
|
badge: '#a3be8c',
|
||||||
divider:'rgba(46, 52, 64, 0.7)',
|
divider: 'rgba(46, 52, 64, 0.7)',
|
||||||
driveFolderBg:'@panel',
|
driveFolderBg: '@panel',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue