From 96c89d96d2be8b3376f16193f5baf98ad2b949ce Mon Sep 17 00:00:00 2001 From: KazukyAkayashi Date: Mon, 31 Jul 2023 11:02:23 +0200 Subject: [PATCH] Update README.md --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e86456a..f366e92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,47 @@ -# lilaze-theme +# Lilaze theme -Just another theme for Misskey / Firefish \ No newline at end of file +Just another theme for Misskey / Firefish + +## Use + +Copy this code on misskey/firefish theme editor : + +```css +{ + id: '1f9ufa87-87g5-4l0e-az14-5b352h87a2w1', + base: 'dark', + desc: 'Just another theme ', + name: 'Kiolet', + props: { + bg: '#22152E', + fg: '#ffe3b9', + cwBg: '#6D5EB0', + cwFg: '#fefefe', + link: '#F78361', + badge: '#F54B64', + navBg: '#332946', + navFg: '#ffe3b9', + panel: '#332946', + accent: '#EB8E73', + header: '@panel', + pageBg: '@panel', + renote: '#FF70CB', + divider: 'rgba(37, 31, 65, 0.2)', + hashtag: '#1ED57E', + mention: '#ED81C6', + cwHoverBg: '#332946', + indicator: '#BE6F91', + navActive: '@accent', + infoWarnBg: '#ECD379', + infoWarnFg: '#170e1f', + navHoverFg: '@accent', + navIndicator: '#BE6F91', + driveFolderBg: '@panel', + fgHighlighted: '@accent', + panelHeaderBg: '#282244', + panelHeaderFg: '#B7B1D3', + panelHeaderDivider: 'rgba(64, 57, 96, 0.75)', + }, + author: 'KazukyAkayashi', +} +``` \ No newline at end of file