feat(theme): add discord (sithydev) (#5297)

This commit is contained in:
sithydev :v 2024-04-12 11:12:11 +02:00 committed by GitHub
parent 76f41f39d7
commit af9be52711
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -1209,5 +1209,12 @@
"mainColor": "#ff9900",
"subColor": "#2f2f2f",
"textColor": "#c6c6c6"
},
{
"name": "discord",
"bgColor": "#313338",
"mainColor": "#5a65ea",
"subColor": "#565861",
"textColor": "#dcdee3"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #313338;
--main-color: #5a65ea;
--caret-color: #5a65ea;
--sub-color: #565861;
--sub-alt-color: #2b2d31;
--text-color: #dcdee3;
--error-color: #df4f4b;
--error-extra-color: #df4f4b;
--colorful-error-color: #df4f4b;
--colorful-error-extra-color: #df4f4b;
}