Skip to content

Commit

Permalink
Merge pull request #6 from brandonptucker/master
Browse files Browse the repository at this point in the history
Change array to map object
  • Loading branch information
dangvanthanh authored Jul 31, 2018
2 parents 9533168 + 927fd6e commit 3f4e2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
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 3f4e2bc

Please sign in to comment.