aboutsummaryrefslogtreecommitdiff
path: root/mac/Hyperterm
diff options
context:
space:
mode:
Diffstat (limited to 'mac/Hyperterm')
-rw-r--r--mac/Hyperterm/hyper.js2
-rw-r--r--mac/Hyperterm/local/hideTitle/index.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/mac/Hyperterm/hyper.js b/mac/Hyperterm/hyper.js
index 664287d..cea0141 100644
--- a/mac/Hyperterm/hyper.js
+++ b/mac/Hyperterm/hyper.js
@@ -151,7 +151,7 @@ module.exports = {
// `project#1.0.1`
plugins: [
"hyper-startup",
- "hyperminimal",
+
"hyper-dark-scrollbar",
"hyperlinks",
"gitrocket",
diff --git a/mac/Hyperterm/local/hideTitle/index.js b/mac/Hyperterm/local/hideTitle/index.js
index d632cbc..5f56dca 100644
--- a/mac/Hyperterm/local/hideTitle/index.js
+++ b/mac/Hyperterm/local/hideTitle/index.js
@@ -16,6 +16,7 @@ exports.decorateConfig = config => {
.tabs_list { display: none; }
//.header_header { display: none; }
.terms_terms { margin-top: 0px; }
+ .tabs_title { display: none; }
`
})
}