Skip to content

Commit

Permalink
Merge 40e0207 into 0657362
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinggenius committed Mar 5, 2018
2 parents 0657362 + 40e0207 commit 578b3f8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ const themes = {
error: color.whiteBright
},

// black + white + grey;
monochromeInvert: {
time: color.bgWhite.black,
value: color.blackBright,
cn: color.black,
tx: color.black,
paramTitle: color.black,
errorTitle: color.black,
query: color.blackBright,
special: color.blackBright,
error: color.blackBright
},

// colors without distraction;
minimalist: {
time: color.bgWhite.black,
Expand Down

0 comments on commit 578b3f8

Please sign in to comment.