style(theme): Add darcula theme. (#285)

This commit is contained in:
Ruslan 2020-08-09 11:02:59 -05:00 committed by GitHub
parent 243107cc7e
commit 5a1af30d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,12 @@ const themes = {
text_color: "ffd95b",
bg_color: "000000",
},
darcula: {
title_color: "BA5F17",
icon_color: "84628F",
text_color: "BEBEBE",
bg_color: "242424",
},
bear: {
title_color: "e03c8a",
icon_color: "00AEFF",