lilaze-theme/README.md
2023-07-31 11:02:23 +02:00

47 lines
No EOL
918 B
Markdown

# Lilaze theme
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',
}
```