misskey-cherry-theme/README.md

53 lines
1.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).
2023-07-25 05:36:15 +00:00
You can also use it with Calckey and Firefish.
2021-02-20 09:05:42 +00:00
2021-02-26 09:19:22 +00:00
## Use
2021-02-20 09:05:42 +00:00
2023-07-25 05:36:15 +00:00
Copy this code on misskey/firefish theme editor :
2021-02-20 09:05:42 +00:00
2023-07-25 05:36:15 +00:00
```css
2021-02-20 09:05:42 +00:00
{
id: '0a1757f3-4340-47f1-be7b-f36e5289b727',
2021-02-20 09:05:42 +00:00
name: 'Cherry',
author: '@kazukyakayashi@meow.zarchbox.fr',
2023-07-25 05:36:15 +00:00
desc: 'Theme for Misskey/Firefish based on Cherry colors (KDE Theme)',
base: 'dark',
2021-02-20 09:05:42 +00:00
props: {
bg: '#1c1c25',
fg: '#eceff4',
link: '#ff578b',
badge: '#7f9bff',
navBg: '@panel',
navFg: '@fg',
panel: '#23232f',
accent: '#ff578b',
2021-06-04 09:24:24 +00:00
header: 'rgba(37, 37, 49,0.75)',
2021-02-20 09:05:42 +00:00
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',
}
2023-07-31 09:04:07 +00:00
```
2021-02-20 09:05:42 +00:00
## In Stylus or Misskey CSS editor
2021-02-26 09:19:22 +00:00
2023-07-25 05:36:15 +00:00
```css
/* bg for link preview */
.mk-url-preview > a > article {
2021-02-26 09:19:22 +00:00
background-color: rgba(25, 25, 35, 0.50);
}
2023-07-25 05:36:15 +00:00
```