From a08106029d4f5486dd1eeedacb001683edb53fc4 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Thu, 20 Jul 2023 17:26:04 +0900 Subject: [PATCH] =?UTF-8?q?add=20stella.place=20theme=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG_CHERRYPICK.md | 2 +- packages/frontend/src/scripts/theme.ts | 2 ++ .../frontend/src/themes/d-stella-r2.json5 | 22 +++++++++++++++++++ .../frontend/src/themes/l-stella-r2.json5 | 22 +++++++++++++++++++ 4 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 packages/frontend/src/themes/d-stella-r2.json5 create mode 100644 packages/frontend/src/themes/l-stella-r2.json5 diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 4217036db8..3c265e298b 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -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 - 리노트 전 확인 팝업을 띄움 diff --git a/packages/frontend/src/scripts/theme.ts b/packages/frontend/src/scripts/theme.ts index 9171bc2c61..78f90d4c96 100644 --- a/packages/frontend/src/scripts/theme.ts +++ b/packages/frontend/src/scripts/theme.ts @@ -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', diff --git a/packages/frontend/src/themes/d-stella-r2.json5 b/packages/frontend/src/themes/d-stella-r2.json5 new file mode 100644 index 0000000000..7843aa3738 --- /dev/null +++ b/packages/frontend/src/themes/d-stella-r2.json5 @@ -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)', + }, +} diff --git a/packages/frontend/src/themes/l-stella-r2.json5 b/packages/frontend/src/themes/l-stella-r2.json5 new file mode 100644 index 0000000000..1b5f184161 --- /dev/null +++ b/packages/frontend/src/themes/l-stella-r2.json5 @@ -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)', + }, +}