Skip to content

Commit

Permalink
adding invertedContrast theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 20, 2018
1 parent 5af48ab commit cd3434d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added .github/images/invertedContrast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion lib/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,20 @@ const themes = {
query: color.blackBright,
special: color.blackBright,
error: color.blackBright
}
},

// colorful contrast for a white background
invertedContrast: {
time: color.bgBlue.white,
value: color.blueBright,
cn: color.black,
tx: color.black,
paramTitle: color.magenta,
errorTitle: color.red,
query: color.green,
special: color.cyan,
error: color.redBright
}
};

module.exports = themes;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-monitor",
"version": "1.0.1",
"version": "1.1.0",
"description": "Event monitor for pg-promise.",
"main": "lib/index.js",
"typings": "typescript/pg-monitor.d.ts",
Expand Down

0 comments on commit cd3434d

Please sign in to comment.