Skip to content

Commit 670579f

Browse files
committed
Improve tab hyperterm
1 parent f00f6bb commit 670579f

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

index.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,22 @@ exports.decorateConfig = config => {
4141
],
4242
css: `
4343
${config.css || ''}
44+
.tabs_list .tab_tab.tab_active:after {
45+
content: " ";
46+
background: #6272a4;
47+
display: inline-block;
48+
width: 8px;
49+
height: 8px;
50+
position: absolute;
51+
top: 50%;
52+
left: 5px;
53+
border-radius: 100%;
54+
transform: translateY(-50%);
55+
-webkit-transform: translateY(-50%);
56+
}
57+
4458
.tab_active:before {
45-
border-color: rgba(80, 250, 108, .65);
59+
border-color: rgb(68, 71, 90);
4660
}
4761
`
4862
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperterm-dark-dracula",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Dark dracule HyperTerm theme",
55
"license": "MIT",
66
"repository": "dangvanthanh/hyperterm-dark-dracula",

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ plugins: [
1616
]
1717
```
1818

19+
## Tip
20+
21+
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.
22+
1923
## License
2024

2125
MIT © [Dang Van Thanh](http://dangthanh.org)

screenshot.png

-51.9 KB
Loading

0 commit comments

Comments
 (0)