Skip to content

Commit

Permalink
style(theme): Add darcula theme. (anuraghazra#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
WIttyJudge authored Aug 9, 2020
1 parent 243107c commit 5a1af30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a1af30

Please sign in to comment.