Update CherryPick color🎨

This commit is contained in:
NoriDev 2023-06-05 16:52:30 +09:00
parent 25e0b5ff88
commit 66bab3551d
3 changed files with 7 additions and 4 deletions

View file

@ -54,6 +54,9 @@
//--ad: rgb(255 169 0 / 10%); //--ad: rgb(255 169 0 / 10%);
--cherry: rgb(255, 188, 220);
--pick: rgb(177, 211, 255);
--misskey: rgb(134, 179, 0);
--cast: rgb(181, 151, 246); --cast: rgb(181, 151, 246);
--ella: rgb(150, 198, 234); --ella: rgb(150, 198, 234);
} }

View file

@ -82,9 +82,9 @@
codeBoolean: '#c59eff', codeBoolean: '#c59eff',
deckBg: '#000', deckBg: '#000',
htmlThemeColor: '@bg', htmlThemeColor: '@bg',
cherry: '#ffcfe6', cherry: 'rgb(255, 207, 230)',
cherryX8: ':lighten<5<@cherry', cherryX8: ':lighten<5<@cherry',
pick: '#afd2ff', pick: 'rgb(185, 216, 255)',
pickLighten: ':lighten<10<@pick', pickLighten: ':lighten<10<@pick',
pickX8: ':lighten<5<@pick', pickX8: ':lighten<5<@pick',
misskey: '#86b300', misskey: '#86b300',

View file

@ -82,9 +82,9 @@
codeBoolean: '#62b70c', codeBoolean: '#62b70c',
deckBg: ':darken<3<@bg', deckBg: ':darken<3<@bg',
htmlThemeColor: '@bg', htmlThemeColor: '@bg',
cherry: '#ffbcdc', cherry: 'rgb(255, 188, 220)',
cherryX8: ':lighten<5<@cherry', cherryX8: ':lighten<5<@cherry',
pick: '#b1d3ff', pick: 'rgb(177, 211, 255)',
pickLighten: ':lighten<10<@pick', pickLighten: ':lighten<10<@pick',
pickX8: ':lighten<5<@pick', pickX8: ':lighten<5<@pick',
misskey: '#86b300', misskey: '#86b300',