add stella.place theme 🎨

This commit is contained in:
NoriDev 2023-07-20 17:26:04 +09:00
parent f2863b6e5d
commit a08106029d
4 changed files with 47 additions and 1 deletions

View file

@ -42,7 +42,7 @@
- 리모트 캐시 파일을 별도의 Object Storage에 저장하도록 설정 ([libnare/mk-castella@0d93433](https://github.com/libnare/mk-castella/commit/0d93433b0836238f518658b5719ce335060963b0))
- Byeolvit 테마 추가 ([Luminon/Byeolvit-Theme](https://github.com/Luminon/Byeolvit-Theme), [libnare/mk-castella@3c95399](https://github.com/libnare/mk-castella/commit/3c95399d0989015bb92836e48d010df07619038b))
- buttersc.one 테마 추가 ([libnare/mk-castella@6f15fa1](https://github.com/libnare/mk-castella/commit/6f15fa10b8022d0830254b8f615153d11c441480))
- Byeolvit 테마 추가 ([Luminon/Byeolvit-Theme](https://github.com/Luminon/Byeolvit-Theme), [libnare/mk-castella@3c95399](https://github.com/libnare/mk-castella/commit/3c95399d0989015bb92836e48d010df07619038b))
- stella.place 테마 추가 ([libnare/mk-castella@f6f77db](https://github.com/libnare/mk-castella/commit/f6f77dbd7f94b87edd3550ecf59e2bbd1fb3c708))
### Client
- 리노트 전 확인 팝업을 띄움

View file

@ -23,6 +23,7 @@ export const getBuiltinThemes = () => Promise.all(
'l-cherrypick',
'l-byeolvit-polaris',
'l-scone-color',
'l-stella-r2',
'l-light',
'l-coffee',
'l-apricot',
@ -37,6 +38,7 @@ export const getBuiltinThemes = () => Promise.all(
'd-cherrypick',
'd-byeolvit-noctiluca',
'd-scone-color',
'd-stella-r2',
'd-dark',
'd-persimmon',
'd-astro',

View file

@ -0,0 +1,22 @@
{
id: 'd932db14-5aed-49d4-85b2-cfea32884044',
name: 'Stella Night R2',
author: 'caipira113',
base: 'dark',
props: {
accent: 'rgb(184, 185, 247)',
bg: 'rgb(27, 26, 37)',
fg: 'rgb(242, 238, 252)',
fgOnAccent: '@panel',
panel: 'rgb(33, 32, 41)',
renote: '@accent',
link: 'rgb(247, 217, 255)',
mention: '@link',
hashtag: 'rgb(100, 179, 255)',
driveFolderBg: 'rgb(73, 71, 96)',
divider: 'rgb(48, 47, 61)',
},
}

View file

@ -0,0 +1,22 @@
{
id: '5a079dd7-d741-4ef6-8292-2ca8204e6f55',
name: 'Stella Light R2',
author: 'caipira113',
base: 'light',
props: {
accent: 'rgb(137, 131, 226)',
bg: 'rgb(234, 230, 253)',
fg: 'rgb(91, 87, 150)',
fgOnAccent: '@panel',
panel: 'rgb(249, 247, 255)',
renote: '@accent',
link: 'rgb(137, 105, 151)',
mention: '@link',
hashtag: 'rgb(0, 43, 255)',
driveFolderBg: 'rgba(137, 131, 226, 0.3)',
divider: 'rgb(208, 205, 217)',
},
}