Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
feat: enable 'colorBrailleSpinner' on Linux workstations (#113)
Browse files Browse the repository at this point in the history
If a Linux workstation `hasUnicode` and `hasColor` then it should be able to use the `brailleSpinner` and `colorBrailleSpinner` by default.
  • Loading branch information
alxgrtnstrngl authored and claudiahdz committed Jan 31, 2020
1 parent 40edfdf commit baa4192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes.js
Expand Up @@ -52,3 +52,5 @@ themes.setDefault({}, 'ASCII')
themes.setDefault({hasColor: true}, 'colorASCII')
themes.setDefault({platform: 'darwin', hasUnicode: true}, 'brailleSpinner')
themes.setDefault({platform: 'darwin', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner')
themes.setDefault({platform: 'linux', hasUnicode: true}, 'brailleSpinner')
themes.setDefault({platform: 'linux', hasUnicode: true, hasColor: true}, 'colorBrailleSpinner')

0 comments on commit baa4192

Please sign in to comment.