Theme for Misskey/Firefish based on Cherry colors KDE Theme.
Find a file
2023-07-25 07:36:15 +02:00
LICENSE Initial commit 2021-02-20 10:03:44 +01:00
README.md Update README.md 2023-07-25 07:36:15 +02:00

Misskey Cherry theme

Theme for Misskey based on Cherry colors (KDE Theme). You can also use it with Calckey and Firefish.

Use

Copy this code on misskey/firefish theme editor :

{
	id: '0a1757f3-4340-47f1-be7b-f36e5289b727',

	name: 'Cherry',
	author: '@kazukyakayashi@meow.zarchbox.fr',
	desc: 'Theme for Misskey/Firefish based on Cherry colors (KDE Theme)',

	base: 'dark',

	props: {
		bg: '#1c1c25',
		fg: '#eceff4',
		link: '#ff578b',
		badge: '#7f9bff',
		navBg: '@panel',
		navFg: '@fg',
		panel: '#23232f',
		accent: '#ff578b',
		header: 'rgba(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',
}

In Stylus or Misskey CSS editor

/* bg for link preview */
.mk-url-preview > a > article {
    background-color: rgba(25, 25, 35, 0.50);
}