style(theme): Add darcula theme. (#285)
This commit is contained in:
parent
243107cc7e
commit
5a1af30d40
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue