Skip to content

Commit

Permalink
Merge develop into master
Browse files Browse the repository at this point in the history
  • Loading branch information
asny23 committed Apr 23, 2019
2 parents ebcc53c + 8f2087c commit aab6901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ exports.decorateConfig = config => {
right: 0;
background-color: ${scheme.subBgColor};
}
.tabs_nav {
background-color: ${scheme.subBgColor};
}
.tabs_title {
font-family: ${'Coca Cola ii, ' + config.fontFamily}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-cola-theme",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cola-inspired color theme for Hyper",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit aab6901

Please sign in to comment.