Skip to content

Commit

Permalink
style(theme): add solarized themes (anuraghazra#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikeda71 authored Aug 2, 2020
1 parent 8dca589 commit e18f57b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ const themes = {
text_color: "ffd95b",
bg_color: "000000",
},
"solarized-dark": {
title_color: "268bd2",
icon_color: "b58900",
text_color: "859900",
bg_color: "002b36",
},
"solarized-light": {
title_color: "268bd2",
icon_color: "b58900",
text_color: "859900",
bg_color: "fdf6e3",
},
};

module.exports = themes;

0 comments on commit e18f57b

Please sign in to comment.