Created
January 27, 2023 23:43
-
-
Save wbz0100/a7322c946ac6292c91010eb0b35ee3e9 to your computer and use it in GitHub Desktop.
Misskey Twitter Pure White 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: 'twitterpurewhite', | |
base: 'light', | |
desc: 'Twitter Pure white mode color', | |
name: 'Twitter Pure white', | |
props: { | |
bg: '#fff', | |
link: '#1d9bf0', | |
accent: '#1d9bf0', | |
renote: '#536472', | |
hashtag: '#1d9bf0', | |
buttonGradateA: '@accent', | |
buttonGradateB: '@accent', | |
}, | |
author: 'white', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment