added "tron_orange" theme (#3071) kevinwcj2004

This commit is contained in:
cjjj 2022-06-07 20:13:02 +08:00 committed by GitHub
parent f2998b1d28
commit 9de5fce63a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -759,4 +759,9 @@
"bgColor": "#ffffff",
"mainColor": "#40d672"
}
,{
"name": "tron_orange",
"bgColor": "#0d1c1c",
"mainColor": "#f0e800"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #0d1c1c;
--main-color: #f0e800;
--caret-color: #f0e800;
--sub-color: #ff6600;
--sub-alt-color: #9c9191;
--text-color: #ffffff;
--error-color: #ff0000;
--error-extra-color: #ff0000;
--colorful-error-color: #ff0000;
--colorful-error-extra-color: #ff0000;
}