Update README.md

This commit is contained in:
Kazuky Akayashi 2023-07-25 07:36:15 +02:00
parent fc30ddaadc
commit df40c41775

View file

@ -1,17 +1,18 @@
# Misskey Cherry theme # Misskey Cherry theme
Theme for Misskey based on [Cherry colors (KDE Theme)](https://store.kde.org/p/1450880). Theme for Misskey based on [Cherry colors (KDE Theme)](https://store.kde.org/p/1450880).
You can also use it with Calckey and Firefish.
## Use ## Use
Copy this code on misskey theme editor : Copy this code on misskey/firefish theme editor :
``` ```css
{ {
id: '0a1757f3-4340-47f1-be7b-f36e5289b727', id: '0a1757f3-4340-47f1-be7b-f36e5289b727',
name: 'Cherry', name: 'Cherry',
author: '@kazukyakayashi@meow.zarchbox.fr', author: '@kazukyakayashi@meow.zarchbox.fr',
desc: 'Theme for Misskey based on Cherry colors (KDE Theme)', desc: 'Theme for Misskey/Firefish based on Cherry colors (KDE Theme)',
base: 'dark', base: 'dark',
@ -44,13 +45,9 @@ Copy this code on misskey theme editor :
## In Stylus or Misskey CSS editor ## In Stylus or Misskey CSS editor
``` ```css
/* bg for link preview */ /* bg for link preview */
.mk-url-preview > a > article { .mk-url-preview > a > article {
background-color: rgba(25, 25, 35, 0.50); background-color: rgba(25, 25, 35, 0.50);
} }
``` ```
## Screenshot
![Cherry theme](cherry-misskey-theme-01.png)