Last active
January 27, 2023 13:12
-
-
Save wbz0100/358fb22db074c2b58a22e9d961c70ca9 to your computer and use it in GitHub Desktop.
Misskey Twitter Pure Dark 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
{ | |
name:'Twitter Pure Dark', | |
id:'twitterpuredark', | |
author:'white', | |
desc:'Twitter Pure Dark mode color', | |
base:'dark', | |
props: { | |
accent: '#1d9bf0', | |
bg: '#000', | |
link: '#1d9bf0', | |
hashtag: '#1d9bf0', | |
renote: '#71767b', | |
buttonGradateA: '@accent', | |
buttonGradateB: '@accent', | |
error: '#f4212e', | |
infoWarnFg: '#f4212e', | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment