Created
April 18, 2023 10:28
-
-
Save yuna0x0/343629c7d7f7c9ddafdddcc2e8d11b93 to your computer and use it in GitHub Desktop.
edisonlee55 Misskey - Theme
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
{ | |
id: '3661c367-97c9-4ec4-a046-e3cd709ebd03', | |
base: 'dark', | |
name: 'edisonlee55 Misskey - Dark', | |
props: { | |
bg: '#232323', | |
fg: 'rgb(199, 209, 216)', | |
link: '@accent', | |
navBg: '#363636', | |
panel: '#2d2d2d', | |
accent: '#fd99b7', | |
header: ':alpha<0.7<@panel', | |
renote: '@accent', | |
divider: 'rgba(255, 255, 255, 0.14)', | |
hashtag: '#4cb8d4', | |
mention: '#da6d35', | |
mentionMe: '#d44c4c', | |
fgHighlighted: '#fff', | |
panelHeaderBg: '@panel', | |
panelHeaderDivider: '@divider', | |
}, | |
author: 'edisonlee55', | |
} |
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
{ | |
id: 'e4156b23-22cf-49b2-8f73-7420a6857291', | |
base: 'light', | |
name: 'edisonlee55 Misskey - Light', | |
props: { | |
bg: '#f9f9f9', | |
fg: '#676767', | |
navBg: '#fff', | |
panel: '#fff', | |
accent: '#fd99b7', | |
header: ':alpha<0.7<@panel', | |
divider: '#e8e8e8', | |
mentionMe: 'rgb(0, 179, 70)', | |
panelHeaderDivider: '@divider', | |
}, | |
author: 'edisonlee55', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment