Update README.md
This commit is contained in:
parent
cda4b3227d
commit
96c89d96d2
1 changed files with 46 additions and 2 deletions
46
README.md
46
README.md
|
@ -1,3 +1,47 @@
|
|||
# lilaze-theme
|
||||
# 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',
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue