Update README.md
This commit is contained in:
parent
460175c0e2
commit
d073a04aca
1 changed files with 43 additions and 2 deletions
45
README.md
45
README.md
|
@ -1,2 +1,43 @@
|
|||
# misskey-cherry-theme
|
||||
Theme Cherry for Misskey.
|
||||
# Misskey Cherry theme
|
||||
Theme for Misskey based on [Cherry colors (KDE Theme)](https://store.kde.org/p/1450880).
|
||||
|
||||
# Use
|
||||
|
||||
Copy this code on misskey theme editor :
|
||||
|
||||
```
|
||||
{
|
||||
id: 'hy45mdhje8g',
|
||||
base: 'dark',
|
||||
desc: 'Cherry color theme',
|
||||
name: 'Cherry',
|
||||
props: {
|
||||
bg: '#1c1c25',
|
||||
fg: '#eceff4',
|
||||
link: '#ff578b',
|
||||
badge: '#7f9bff',
|
||||
navBg: '@panel',
|
||||
navFg: '@fg',
|
||||
panel: '#23232f',
|
||||
accent: '#ff578b',
|
||||
header: 'rgbargba(37, 37, 49,0.75)',
|
||||
pageBg: '@bg',
|
||||
renote: '#64de83',
|
||||
divider: 'rgba(32, 32, 32, 0.7)',
|
||||
hashtag: '#62c6da',
|
||||
mention: '#ff578b',
|
||||
navActive: '#ff578b',
|
||||
navHoverFg: '#ff578b',
|
||||
navIndicator: '@accent',
|
||||
driveFolderBg: '@panel',
|
||||
fgHighlighted: '@link',
|
||||
infoWarnBg: '#ECD379',
|
||||
infoWarnFg: '#2e3440',
|
||||
},
|
||||
author: 'KazukyAkayashi',
|
||||
}
|
||||
```
|
||||
|
||||
# Screenshot
|
||||
|
||||
![Cherry theme](cherry-misskey-theme-01.png)
|
||||
|
|
Loading…
Reference in a new issue