Skip to content

Commit

Permalink
Change array to map object
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonptucker committed Jan 21, 2018
1 parent 1b5082c commit 927fd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -19,7 +19,7 @@ exports.decorateConfig = config => {
foregroundColor,
borderColor: black,
cursorColor: brightBlack,
colors: [
colors: {
black,
red,
green,
Expand All @@ -38,7 +38,7 @@ exports.decorateConfig = config => {
magenta,
cyan,
brightWhite
],
},
css: `
${config.css || ''}
.tabs_list .tab_tab.tab_active .tab_text {
Expand Down

0 comments on commit 927fd6e

Please sign in to comment.