Skip to content

Commit

Permalink
デフォルトのダークテーマを「Rosé Pine Moon」に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Aug 21, 2023
1 parent 485eaf9 commit 3586627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG_CHERRYPICK.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- about-misskey 페이지에서 클라이언트 버전을 누르면 변경 사항을 볼 수 있음
- 새로운 신고가 있는 경우, 네비게이션 바의 제어판 아이콘과 제어판 페이지의 신고 섹션에 점을 표시
- 스크롤 시 요소 표시 기능을 Friendly 이외의 UI에도 대응
- 기본 다크 테마를 'Rosé Pine Moon'으로 변경
- Enhance: '제어판 - 신고' 페이지의 버튼 가독성 향상
- Enhance: '모달에 흐림 효과 사용' 옵션이 비활성화된 경우, 이미지를 탭하여 표시할 때 표시되는 배경을 어둡게 조정
- Fix: (Friendly) 흐림 효과를 사용할 때 하단 내비게이션 바의 가독성이 매우 떨어지는 문제
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ interface Watcher {
*/
import { miLocalStorage } from './local-storage';
import lightTheme from '@/themes/l-cherrypick.json5';
import darkTheme from '@/themes/d-cherrypick.json5';
import darkTheme from '@/themes/d-rosepinemoon.json5';
import { Note, UserDetailed, Page } from 'cherrypick-js/built/entities';

export class ColdDeviceStorage {
Expand Down

0 comments on commit 3586627

Please sign in to comment.