Skip to content

Commit

Permalink
update tabs color on theme switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed May 19, 2021
1 parent 27a915e commit 4e79dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ exports.decorateConfig = (config) => {
cursorColor: palette.inactive,
selectionColor: palette.highlight,
borderColor: "#0000",
css: `.tabs_nav .tabs_title { color: ${palette.text} }`,
colors,
});
};

0 comments on commit 4e79dfe

Please sign in to comment.