Skip to content

Commit

Permalink
Change to hyper.app
Browse files Browse the repository at this point in the history
  • Loading branch information
dangvanthanh committed Oct 7, 2016
1 parent 1e66330 commit 0e11434
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const blue = '#6272a4'
const magenta = '#ff79c6'
const cyan = '#8be9fd'
const gray = '#666666'
const brightBlack = backgroundColor
const brightBlack = '#999999'
const brightWhite = '#ffffff'

exports.decorateConfig = config => {
Expand Down Expand Up @@ -41,7 +41,7 @@ exports.decorateConfig = config => {
],
css: `
${config.css || ''}
.tabs_list .tab_tab.tab_active .tab_text {
.tabs_list .tab_tab.tab_active .tab_text {
background: ${backgroundColor};
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "hyperterm-dark-dracula",
"version": "0.1.4",
"description": "Dark dracule HyperTerm theme",
"name": "hyper-dark-dracula",
"version": "0.1.5",
"description": "Dark dracule Hyper.app theme",
"license": "MIT",
"repository": "dangvanthanh/hyperterm-dark-dracula",
"repository": "dangvanthanh/hyper-dark-dracula",
"author": {
"name": "Dang Van Thanh",
"email": "[email protected]",
Expand All @@ -13,8 +13,8 @@
"index.js"
],
"keywords": [
"hyperterm",
"hyperterm-theme",
"hyperterm-dark-dracula"
"hyper",
"hyper-theme",
"hyper-dark-dracula"
]
}
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 0e11434

Please sign in to comment.