issues
search
githru
/
githru-vscode-ext
Lightweight but robust Githru for VSCode Extension
Apache License 2.0
50
stars
83
forks
source link
[view] Theme Selector 테마 전역 저장 및 코드 리팩토링
#752
Closed
taboowiths
closed
1 month ago
taboowiths
commented
1 month ago
1. Theme Selector 테마 전역 저장
기존 PrimaryColor를 저장했던 방식을 참고하여, Theme Selector 로 테마를 변경 후 재접속 시 변경된 테마를 그대로 유지할 수 있도록 설정합니다.
2. 코드 리팩토링 및 추가 구현
https://github.com/githru/githru-vscode-ext/pull/687#issuecomment-2325613137
를 기반으로 수정사항을 반영합니다.
[x] theme type 지정
[x] 변수명 변경
[x] Theme Selector 영역 외 클릭 시 창 닫기
1. Theme Selector 테마 전역 저장
2. 코드 리팩토링 및 추가 구현