Create ThomCat-Black.json

This commit is contained in:
Aaron Raimist 2020-02-17 10:29:33 -06:00 committed by GitHub
commit 4d4306d46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
ThomCat-Black.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "ThomCat Black",
"is_dark": true,
"colors": {
"accent-color": "#cc7b19",
"primary-color": "#9F8652",
"warning-color": "#f9c003",
"sidebar-color": "#000000",
"roomlist-background-color": "#191919",
"roomlist-text-color": "#cc7b19",
"roomlist-text-secondary-color": "#e5e5e5",
"roomlist-highlights-color": "#323232",
"roomlist-separator-color": "#4c4c4c",
"timeline-background-color": "#000000",
"timeline-text-color": "#e5e5e5",
"timeline-text-secondary-color": "#b2b2b2",
"timeline-highlights-color": "#212121",
"reaction-row-button-selected-bg-color": "#cc7b19"
}
}