Skip to content

Commit

Permalink
Add tip for override.json usage
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Oct 4, 2019
1 parent a07a7cd commit 5572bf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run-darwin.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function killWhatsApp(procList) {
}

function applyDarkStyles(procPath) {

console.log('\x1b[33m%s\x1b[0m', 'TIP: You can create/download custom themes using "override.json" (Instructions are in the documentation)\n');

try {
// console.log(procPath);
// let dir = path.dirname(procPath);
Expand Down
3 changes: 3 additions & 0 deletions run-win32.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ function killWhatsApp(procList) {
}

function applyDarkStyles(procPath) {

console.log('\x1b[33m%s\x1b[0m', 'TIP: You can create/download custom themes using "override.json" (Instructions are in the documentation)\n');

try {
// console.log(procPath);
let dir = path.dirname(procPath);
Expand Down

0 comments on commit 5572bf1

Please sign in to comment.