File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
const backgroundColor = '#282a36' ;
4
4
const foregroundColor = '#f8f8f2' ;
5
5
const borderColor = '#44475a' ;
6
- const cursorColor = 'f8f8f2' ;
6
+ const cursorColor = '# f8f8f2' ;
7
7
const colors = {
8
8
black : '#000000' ,
9
9
red : '#ff5555' ,
@@ -12,18 +12,18 @@ const colors = {
12
12
blue : '#bd93f9' ,
13
13
magenta : '#ff79c6' ,
14
14
cyan : '#8be9fd' ,
15
- white : 'bfbfbf' ,
15
+ white : '# bfbfbf' ,
16
16
lightBlack : '#4d4d4d' ,
17
17
lightRed : '#ff6e67' ,
18
18
lightGreen : '#5af78e' ,
19
19
lightYellow : '#f4f99d' ,
20
20
lightBlue : '#caa9fa' ,
21
21
lightMagenta : '#ff92d0' ,
22
22
lightCyan : '#9aedfe' ,
23
- lightWhite : '#e6e6e6'
23
+ lightWhite : '#e6e6e6' ,
24
24
} ;
25
25
26
- exports . decorateConfig = config => {
26
+ exports . decorateConfig = ( config ) => {
27
27
return Object . assign ( { } , config , {
28
28
backgroundColor,
29
29
foregroundColor,
@@ -42,6 +42,6 @@ exports.decorateConfig = config => {
42
42
.tab_active:before {
43
43
border-color: ${ borderColor } ;
44
44
}
45
- `
45
+ ` ,
46
46
} ) ;
47
47
} ;
You can’t perform that action at this time.
0 commit comments