mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 03:15:58 +02:00
Add some themes 🎨
This commit is contained in:
21
src/client/themes/tweetdeck.json5
Normal file
21
src/client/themes/tweetdeck.json5
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
id: '7e5e263e-c6c1-44e4-a3d2-39198e3cddb8',
|
||||
|
||||
name: 'Tweet Deck',
|
||||
author: 'simirall',
|
||||
desc: 'Tweet like a pro.',
|
||||
|
||||
base: 'dark',
|
||||
|
||||
props: {
|
||||
accent: '#1da1f2',
|
||||
bg: '#10171E',
|
||||
fg: '#fdfdfd',
|
||||
panel: '#15202B',
|
||||
header: 'rgba(20, 32, 43, 0.75)',
|
||||
renote: '#17bf63',
|
||||
link: '@accent',
|
||||
mention: '@accent',
|
||||
hashtag: '@accent',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user