PATH:
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
gauge
'use strict' var consoleControl = require('console-control-strings') var ThemeSet = require('./theme-set.js') var themes = module.exports = new ThemeSet() themes.addTheme('ASCII', { preProgressbar: '[', postProgressbar: ']', progressbarTheme: { complete: '#', remaining: '.' }, activityIndicatorTheme: '-\\|/', preSubsection: '>' }) themes.addTheme('colorASCII', themes.getTheme('ASCII'), { progressbarTheme: { preComplete: consoleControl.color('inverse'), complete: ' ', postComplete: consoleControl.color('stopInverse'), preRemaining: consoleControl.color('brightBlack'), remaining: '.', postRemaining: consoleControl.color('reset') } }) themes.addTheme('brailleSpinner', { preProgressbar: '⸨', postProgressbar: '⸩', progressbarTheme: { complete: '░', remaining: '⠂' }, activityIndicatorTheme: '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏', preSubsection: '>' }) themes.addTheme('colorBrailleSpinner', themes.getTheme('brailleSpinner'), { progressbarTheme: { preComplete: consoleControl.color('inverse'), complete: ' ', postComplete: consoleControl.color('stopInverse'), preRemaining: consoleControl.color('brightBlack'), remaining: '░', postRemaining: consoleControl.color('reset') } }) themes.setDefault({}, 'ASCII') themes.setDefault({hasColor: true}, 'colorASCII') themes.setDefault({platform: 'darwin', hasUnicode: true}, 'brailleSpinner') themes.setDefault({platform: 'darwin', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner')
[-] progress-bar.js
[edit]
[-] theme-set.js
[edit]
[-] set-immediate.js
[edit]
[+]
..
[-] has-color.js
[edit]
[-] template-item.js
[edit]
[+]
node_modules
[-] base-theme.js
[edit]
[-] package.json
[edit]
[-] wide-truncate.js
[edit]
[-] themes.js
[edit]
[-] spin.js
[edit]
[-] index.js
[edit]
[-] plumbing.js
[edit]
[-] error.js
[edit]
[-] render-template.js
[edit]
[-] set-interval.js
[edit]
[-] README.md
[edit]
[-] process.js
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]