Skip to content

Commit

Permalink
Improve tab hyperterm
Browse files Browse the repository at this point in the history
  • Loading branch information
dangvanthanh committed Aug 2, 2016
1 parent f00f6bb commit 670579f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
16 changes: 15 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,22 @@ exports.decorateConfig = config => {
],
css: `
${config.css || ''}
.tabs_list .tab_tab.tab_active:after {
content: " ";
background: #6272a4;
display: inline-block;
width: 8px;
height: 8px;
position: absolute;
top: 50%;
left: 5px;
border-radius: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.tab_active:before {
border-color: rgba(80, 250, 108, .65);
border-color: rgb(68, 71, 90);
}
`
})
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": "hyperterm-dark-dracula",
"version": "0.1.2",
"version": "0.1.3",
"description": "Dark dracule HyperTerm theme",
"license": "MIT",
"repository": "dangvanthanh/hyperterm-dark-dracula",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ plugins: [
]
```

## Tip

To get the exact same look as in the screenshot, you need to use [honukai-iterm-zsh](https://github.com/oskarkrawczyk/honukai-iterm-zsh), [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) and [source code pro](https://github.com/powerline/fonts) font.

## License

MIT © [Dang Van Thanh](http://dangthanh.org)
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 670579f

Please sign in to comment.