misskey-cherry-theme/README.md

53 lines
1 KiB
Markdown
Raw Normal View History

2021-02-20 09:05:42 +00:00
# Misskey Cherry theme
Theme for Misskey based on [Cherry colors (KDE Theme)](https://store.kde.org/p/1450880).
2021-02-26 09:19:22 +00:00
## Use
2021-02-20 09:05:42 +00:00
Copy this code on misskey theme editor :
```
{
2021-02-26 09:19:22 +00:00
id: '36db26ef-bc30-452e-919f-f23bfa926ceb',
2021-02-20 09:05:42 +00:00
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',
}
```
2021-02-26 09:19:22 +00:00
## Stylus CSS
2021-02-20 09:05:42 +00:00
2021-02-28 08:07:08 +00:00
Add this code in Stylus for custom the cards background.
2021-02-26 09:19:22 +00:00
```
.mk-url-preview > a > article[data-v-454399c2] {
background-color: rgba(25, 25, 35, 0.50);
}
```
## Screenshot
2021-02-20 09:05:42 +00:00
![Cherry theme](cherry-misskey-theme-01.png)