🎨
This commit is contained in:
parent
fe453c15e3
commit
fb07116a4c
26 changed files with 343 additions and 180 deletions
21
src/client/themes/l-red.json5
Normal file
21
src/client/themes/l-red.json5
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
id: '957db7cb-30fb-4c80-bf0b-04198e7ae7e3',
|
||||
|
||||
name: 'Mi L Red',
|
||||
author: 'syuilo',
|
||||
|
||||
base: 'light',
|
||||
|
||||
props: {
|
||||
accent: '#fb734d',
|
||||
bg: '#fff',
|
||||
fg: '#5d5d5d',
|
||||
divider: 'rgb(223, 223, 223)',
|
||||
header: ':alpha<0.7<@bg',
|
||||
navBg: '@bg',
|
||||
panel: '@bg',
|
||||
panelShadow: '" 0 0 0 1px var(--divider)',
|
||||
panelHeaderDivider: '@divider',
|
||||
messageBg: '#dedede',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue