UNPKG
@jil/theme-one-light
Version:
latest (2.1.2)
2.1.2
One Light command line theme for Boost powered CLIs.
github.com/jiljs/jil/tree/master
jiljs/jil
@jil/theme-one-light
/
index.js
16 lines
(14 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** *
@copyright
2020, Miles Johnson *
@license
https://opensource.org/licenses/MIT */
module
.
exports
= {
default
:
'#373a42'
, failure:
'#E45649'
, info:
'#4c79ea'
, inverted:
'#fafafa'
, muted:
'#ABB2BF'
, notice:
'#a045a7'
, success:
'#50A14F'
, warning:
'#986801'
, };