Skip to content

Commit 0e11434

Browse files
committed
Change to hyper.app
1 parent 1e66330 commit 0e11434

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const blue = '#6272a4'
1010
const magenta = '#ff79c6'
1111
const cyan = '#8be9fd'
1212
const gray = '#666666'
13-
const brightBlack = backgroundColor
13+
const brightBlack = '#999999'
1414
const brightWhite = '#ffffff'
1515

1616
exports.decorateConfig = config => {
@@ -41,7 +41,7 @@ exports.decorateConfig = config => {
4141
],
4242
css: `
4343
${config.css || ''}
44-
.tabs_list .tab_tab.tab_active .tab_text {
44+
.tabs_list .tab_tab.tab_active .tab_text {
4545
background: ${backgroundColor};
4646
}
4747

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "hyperterm-dark-dracula",
3-
"version": "0.1.4",
4-
"description": "Dark dracule HyperTerm theme",
2+
"name": "hyper-dark-dracula",
3+
"version": "0.1.5",
4+
"description": "Dark dracule Hyper.app theme",
55
"license": "MIT",
6-
"repository": "dangvanthanh/hyperterm-dark-dracula",
6+
"repository": "dangvanthanh/hyper-dark-dracula",
77
"author": {
88
"name": "Dang Van Thanh",
99
"email": "[email protected]",
@@ -13,8 +13,8 @@
1313
"index.js"
1414
],
1515
"keywords": [
16-
"hyperterm",
17-
"hyperterm-theme",
18-
"hyperterm-dark-dracula"
16+
"hyper",
17+
"hyper-theme",
18+
"hyper-dark-dracula"
1919
]
2020
}

screenshot.png

28.6 KB
Loading

0 commit comments

Comments
 (0)