mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 15:15:37 +02:00
Refactor
This commit is contained in:
29
src/client/themes/gruvbox-dark.json5
Normal file
29
src/client/themes/gruvbox-dark.json5
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
id: '0c6e70e2-a1ec-4053-9b1a-b6082fe016cb',
|
||||
|
||||
name: 'Gruvbox Dark',
|
||||
author: 'syuilo',
|
||||
|
||||
base: 'dark',
|
||||
|
||||
vars: {
|
||||
primary: 'rgb(215, 153, 33)',
|
||||
secondary: 'rgb(40, 40, 40)',
|
||||
text: 'rgb(235, 219, 178)',
|
||||
},
|
||||
|
||||
props: {
|
||||
renoteGradient: '#58581e',
|
||||
renoteText: 'rgb(169, 174, 36)',
|
||||
quoteBorder: 'rgb(169, 174, 36)',
|
||||
mfmMention: 'rgb(177, 98, 134)',
|
||||
mfmMentionForeground: '#fff',
|
||||
mfmUrl: 'rgb(69, 133, 136)',
|
||||
mfmLink: 'rgb(104, 157, 106)',
|
||||
mfmHashtag: 'rgb(251, 73, 52)',
|
||||
notificationIndicator: 'rgb(184, 187, 38)',
|
||||
switchActive: 'rgb(254, 128, 25)',
|
||||
radioActive: 'rgb(131, 165, 152)',
|
||||
link: 'rgb(104, 157, 106)',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user