UNPKG
insomnia-plugin-smooth-theme
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
A balanced theme for Insomnia
github.com/MartinFerret/smooth-insomnia-theme
insomnia-plugin-smooth-theme
/
themes
/
color.js
12 lines
(11 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
COLOR
=
{ PURPLE:
"#8A2BE2"
, WHITE:
"#e0e4e8"
, BLACK:
"#1e2428"
, ORANGE:
"#FFA500"
, RED:
"#FF0000"
, PINK_LIGHT:
"#FFC0CB"
, };
module
.
exports
= { COLOR, };