Skip to content

Commit dcf3e7e

Browse files
committed
named colors
1 parent f03e317 commit dcf3e7e

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

index.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ exports.decorateConfig = (config) => {
44
backgroundColor: '#263238',
55
borderColor: '#222d32',
66
cursorColor: 'rgba(0, 150, 136, .5)',
7-
colors: [
8-
'#263238',
9-
'#FF5252',
10-
'#9CCC65',
11-
'#fee94e',
12-
'#2b98f0',
13-
'#b38bfc',
14-
'#68b6f3',
15-
'#ECEFF1',
16-
'#617d8a',
17-
'#fc625d',
18-
'#9CCC65',
19-
'#fee94e',
20-
'#2b98f0',
21-
'#b38bfc',
22-
'#68b6f3',
23-
'#ffffff'
24-
],
7+
colors: {
8+
black: '#263238',
9+
red: '#FF5252',
10+
green: '#9CCC65',
11+
yellow: '#fee94e',
12+
blue: '#2b98f0',
13+
magenta: '#b38bfc',
14+
cyan: '#68b6f3',
15+
white: '#ECEFF1',
16+
lightBlack: '#617d8a',
17+
lightRed: '#fc625d',
18+
lightGreen: '#9CCC65',
19+
lightYellow: '#fee94e',
20+
lightBlue: '#2b98f0',
21+
lightMagenta: '#b38bfc',
22+
lightCyan: '#68b6f3',
23+
lightWhite: '#ffffff'
24+
},
2525
css: `
2626
${config.css || ''}
2727
.hyperterm_main {

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"type" : "git",
55
"url" : "https://github.com/dperrera/hyperterm-material"
66
},
7-
"version": "0.1.5",
7+
"version": "0.1.6",
88
"description": "A material inspired theme for hyperterm.",
99
"main": "index.js",
1010
"keywords": [
11-
"hyperterm"
11+
"hyperterm",
12+
"hyper"
1213
],
1314
"author": {
1415
"name": "Dan Perrera",

0 commit comments

Comments
 (0)