Skip to content

Commit

Permalink
style(theme): added Ocean Dark Theme (anuraghazra#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak19th authored Mar 7, 2021
1 parent a41c886 commit b6f1ade
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 @@ -268,6 +268,12 @@ const themes = {
icon_color: "ff1aff",
text_color: "8080ff",
bg_color: "141439",
},
ocean_dark:{
title_color: "8957B2",
icon_color: "FFFFFF",
text_color: "92D534",
bg_color: "151A28",
}
};

Expand Down

0 comments on commit b6f1ade

Please sign in to comment.