Last active
March 29, 2025 23:10
-
-
Save yuna0x0/343629c7d7f7c9ddafdddcc2e8d11b93 to your computer and use it in GitHub Desktop.
yuna0x0 Misskey - Theme
This file contains hidden or 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: '8245b134-09c3-4c35-bcbb-1a91af2b3c38', | |
base: 'dark', | |
name: 'yuna0x0 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: 'yuna0x0', | |
} |
This file contains hidden or 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: 'dd400544-c933-4c84-bb93-befeba62038b', | |
base: 'light', | |
name: 'yuna0x0 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: 'yuna0x0', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment