File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const blue = '#6272a4'
10
10
const magenta = '#ff79c6'
11
11
const cyan = '#8be9fd'
12
12
const gray = '#666666'
13
- const brightBlack = backgroundColor
13
+ const brightBlack = '#999999'
14
14
const brightWhite = '#ffffff'
15
15
16
16
exports . decorateConfig = config => {
@@ -41,7 +41,7 @@ exports.decorateConfig = config => {
41
41
] ,
42
42
css : `
43
43
${ config . css || '' }
44
- .tabs_list .tab_tab.tab_active .tab_text {
44
+ .tabs_list .tab_tab.tab_active .tab_text {
45
45
background: ${ backgroundColor } ;
46
46
}
47
47
Original file line number Diff line number Diff line change 1
1
{
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" ,
5
5
"license" : " MIT" ,
6
- "repository" : " dangvanthanh/hyperterm -dark-dracula" ,
6
+ "repository" : " dangvanthanh/hyper -dark-dracula" ,
7
7
"author" : {
8
8
"name" : " Dang Van Thanh" ,
9
9
13
13
" index.js"
14
14
],
15
15
"keywords" : [
16
- " hyperterm " ,
17
- " hyperterm -theme" ,
18
- " hyperterm -dark-dracula"
16
+ " hyper " ,
17
+ " hyper -theme" ,
18
+ " hyper -dark-dracula"
19
19
]
20
20
}
You can’t perform that action at this time.
0 commit comments