Skip to content

Commit d7e093b

Browse files
committed
Update to hyper-dracula
1 parent 856c09c commit d7e093b

File tree

7 files changed

+21
-27
lines changed

7 files changed

+21
-27
lines changed

.github/issue_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> If you're reporting an UI issue, make sure you take a screenshot that shows the actual bug.

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
> If you're fixing a UI issue, make sure you take two screenshots. One that shows the actual bug and another that shows how you fixed it.

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

license

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Dang Van Thanh <[email protected]> (dangthanh.org)
3+
Copyright (c) 2016 Dracula Theme
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "hyper-dark-dracula",
2+
"name": "hyper-dracula",
33
"version": "0.1.6",
4-
"description": "Dark dracule Hyper.app theme",
4+
"description": "A dark theme for Hyper",
55
"license": "MIT",
6-
"repository": "dangvanthanh/hyper-dark-dracula",
6+
"repository": "dangvanthanh/hyper-dracula",
77
"author": {
88
"name": "Dang Van Thanh",
99
"email": "[email protected]",
@@ -13,8 +13,9 @@
1313
"index.js"
1414
],
1515
"keywords": [
16+
"dracula-theme",
1617
"hyper",
1718
"hyper-theme",
18-
"hyper-dark-dracula"
19+
"hyper-dracula"
1920
]
2021
}

readme.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
# hyper-dark-dracula
1+
# Dracula for [Hyoer](https://hyper.is)
22

3-
[![Build Status](https://travis-ci.org/dangvanthanh/hyper-dark-dracula.svg?branch=master)](https://travis-ci.org/dangvanthanh/hyper-dark-dracula)
4-
5-
> Dark dracula [Hyper.app](https://hyper.is/) theme
3+
> A dark theme for [Hyoer](https://hyper.is).
64
75
![](screenshot.png)
86

97
## Install
108

11-
Add `hyper-dark-dracula` to the plugins list in your `~/.hyper.js` config file.
9+
All instructions can be found at [draculatheme.com/hyper](https://draculatheme.com/hyper).
1210

13-
```
14-
plugins: [
15-
"hyper-dark-dracula"
16-
]
17-
```
11+
## Team
1812

19-
## Tip
13+
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/template/graphs/contributors).
2014

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.
15+
[![Dang Van Thanh](https://avatars2.githubusercontent.com/u/2674850?v=3&s=70)](https://github.com/dangvanthanh) |
16+
--- |
17+
Dang Van Thanh |
2218

2319
## License
2420

25-
MIT © [Dang Van Thanh](http://dangthanh.org)
21+
[MIT License](./LICENSE)

screenshot.png

86.3 KB
Loading

0 commit comments

Comments
 (0)