Skip to content

Commit 927fd6e

Browse files
Change array to map object
1 parent 1b5082c commit 927fd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports.decorateConfig = config => {
1919
foregroundColor,
2020
borderColor: black,
2121
cursorColor: brightBlack,
22-
colors: [
22+
colors: {
2323
black,
2424
red,
2525
green,
@@ -38,7 +38,7 @@ exports.decorateConfig = config => {
3838
magenta,
3939
cyan,
4040
brightWhite
41-
],
41+
},
4242
css: `
4343
${config.css || ''}
4444
.tabs_list .tab_tab.tab_active .tab_text {

0 commit comments

Comments
 (0)