-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
74 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
id: 'a8cb5be7-cac8-4aa4-8ec1-c9cc582949ae', | ||
base: 'dark', | ||
name: 'Mirerado Neptune', | ||
author: 'qua.', | ||
desc: '미래를 향하는 꼬마전구, MireRado의 디폴트 다크 테마에요.', | ||
|
||
props: { | ||
bg: '#14131B', | ||
fg: 'rgb(228, 228, 228)', | ||
link: 'rgb(0, 176, 244)', | ||
navBg: '#20202C', | ||
navFg: '#D8DAEC', | ||
panel: '#20202C', | ||
accent: '#666DFE', | ||
header: '#20202C', | ||
renote: '#666DFE', | ||
hashtag: '@accent', | ||
mention: '@accent', | ||
navActive: '#ffffff', | ||
navHoverFg: '#dcddde', | ||
fgHighlighted: '#ffffff', | ||
scrollbarHandle: '#20202C', | ||
cwBg: '#2a2b4b', | ||
cwFg: '#dcddde', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
id: '90b3d615-ce4e-416d-82ae-cc11a1228403', | ||
base: 'light', | ||
name: 'Mirerado Uranus', | ||
author: 'qua.', | ||
desc: '미래를 향하는 꼬마전구, MireRado의 디폴트 라이트 테마에요.', | ||
|
||
props: { | ||
bg: '#EAEAEE', | ||
fg: '#4E4E5E', | ||
link: 'rgb(0, 176, 244)', | ||
navBg: '#FAFBFC', | ||
navFg: '#111111', | ||
panel: '#FAFBFC', | ||
accent: '#666DFE', | ||
header: '#FAFBFC', | ||
renote: '#999DFE', | ||
hashtag: '@accent', | ||
mention: '@accent', | ||
navActive: '#111111', | ||
navHoverFg: '#dcddde', | ||
fgHighlighted: '#ffffff', | ||
scrollbarHandle: '#d7d7e1', | ||
cwBg: '#e4e6fc', | ||
cwFg: '#4E4E5E', | ||
}, | ||
} |