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',
|
||||
bg: '#2e3440',
|
||||
fg: '#eceff4',
|
||||
fgHighlighted: '@link',
|
||||
panel: '#3b4252',
|
||||
header: 'rgba(46, 52, 64, 0.75)',
|
||||
link: '@accent',
|
||||
mention: '@accent',
|
||||
navFg: '@fg',
|
||||
navHoverFg: '@accent',
|
||||
navActive: '@accent',
|
||||
navIndicator: '@accent',
|
||||
header: 'rgba(59, 66, 82, 0.75)',
|
||||
link: '#b48ead',
|
||||
mention: '#bf616a',
|
||||
hashtag: '@tag',
|
||||
renote: '#bf616a',
|
||||
renote: '#d08770',
|
||||
pageBg: '@bg',
|
||||
badge:'#bf616a',
|
||||
divider:'rgba(46, 52, 64, 0.7)',
|
||||
driveFolderBg:'@panel',
|
||||
badge: '#a3be8c',
|
||||
divider: 'rgba(46, 52, 64, 0.7)',
|
||||
driveFolderBg: '@panel',
|
||||
},
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue