Theme for Misskey/Firefish based on Cherry colors KDE Theme.
LICENSE | ||
README.md |
Misskey Cherry theme
Theme for Misskey based on Cherry colors (KDE Theme).
Use
Copy this code on misskey theme editor :
{
id: '36db26ef-bc30-452e-919f-f23bfa926ceb',
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',
}
Stylus CSS
Add this code in Stylus for custom the cards background.
.mk-url-preview > a > article[data-v-454399c2] {
background-color: rgba(25, 25, 35, 0.50);
}