File tree Expand file tree Collapse file tree 7 files changed +71
-57
lines changed Expand file tree Collapse file tree 7 files changed +71
-57
lines changed Original file line number Diff line number Diff line change
1
+ # editorconfig.org
2
+ root = true
3
+
4
+ [* ]
5
+ indent_style = space
6
+ indent_size = 2
7
+ end_of_line = lf
8
+ charset = utf-8
9
+ trim_trailing_whitespace = true
10
+ insert_final_newline = true
11
+
12
+ [* .md ]
13
+ trim_trailing_whitespace = false
14
+
15
+ [* .txt ]
16
+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change
1
+ {
2
+ "singleQuote": true
3
+ }
Original file line number Diff line number Diff line change 9
9
Add ` hyper-dracula ` to the plugins list in your ` ~/.hyper.js ` config file.
10
10
11
11
plugins: [
12
- " hyper-dracula"
12
+ ' hyper-dracula'
13
13
]
14
14
15
15
#### Activating theme
16
16
17
17
1 . Start Hyper
18
- 2 . Go to ` View -> Full Reload `
18
+ 2 . Go to ` View -> Full Reload ` or pressing ` Cmd + Shft + R `
Original file line number Diff line number Diff line change 1
- 'use strict'
1
+ 'use strict' ;
2
2
3
- const foregroundColor = '#f8f8f2'
4
- const backgroundColor = '#282a36'
5
- const black = '#44475a'
6
- const red = '#ff5555'
7
- const green = '#50fa7b'
8
- const yellow = '#f1fa8c'
9
- const blue = '#c0a8fa'
10
- const magenta = '#ff79c6'
11
- const cyan = '#8be9fd'
12
- const gray = '#666666'
13
- const brightBlack = '#999999'
14
- const brightWhite = '#ffffff'
3
+ const backgroundColor = '#282a36' ;
4
+ const foregroundColor = '#f8f8f2' ;
5
+ const borderColor = '#44475a' ;
6
+ const cursorColor = 'f8f8f2' ;
7
+ const colors = {
8
+ black : '#000000' ,
9
+ red : '#ff5555' ,
10
+ green : '#50fa7b' ,
11
+ yellow : '#f1fa8c' ,
12
+ blue : '#bd93f9' ,
13
+ magenta : '#ff79c6' ,
14
+ cyan : '#8be9fd' ,
15
+ white : 'bfbfbf' ,
16
+ lightBlack : '#4d4d4d' ,
17
+ lightRed : '#ff6e67' ,
18
+ lightGreen : '#5af78e' ,
19
+ lightYellow : '#f4f99d' ,
20
+ lightBlue : '#caa9fa' ,
21
+ lightMagenta : '#ff92d0' ,
22
+ lightCyan : '#9aedfe' ,
23
+ lightWhite : '#e6e6e6'
24
+ } ;
15
25
16
26
exports . decorateConfig = config => {
17
27
return Object . assign ( { } , config , {
18
28
backgroundColor,
19
29
foregroundColor,
20
- borderColor : black ,
21
- cursorColor : brightBlack ,
22
- colors : {
23
- black,
24
- red,
25
- green,
26
- yellow,
27
- blue,
28
- magenta,
29
- cyan,
30
- gray,
31
-
32
- // bright
33
- brightBlack,
34
- red,
35
- green,
36
- yellow,
37
- blue,
38
- magenta,
39
- cyan,
40
- brightWhite
41
- } ,
30
+ borderColor,
31
+ cursorColor,
32
+ colors,
33
+ termCSS : `
34
+ ${ config . termCSS || '' }
35
+ ` ,
42
36
css : `
43
37
${ config . css || '' }
44
38
.tabs_list .tab_tab.tab_active .tab_text {
45
39
background: ${ backgroundColor } ;
46
40
}
47
41
48
42
.tab_active:before {
49
- border-color: rgb(68, 71, 90) ;
43
+ border-color: ${ borderColor } ;
50
44
}
51
45
`
52
- } )
53
- }
46
+ } ) ;
47
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyper-dracula" ,
3
- "version" : " 0.1.8" ,
3
+ "version" : " 0.1.9" ,
4
+ "main" : " index.js" ,
5
+ "homepage" : " https://draculatheme.com/hyper" ,
4
6
"description" : " A dark theme for Hyper" ,
5
- "license" : " MIT" ,
6
- "repository" : " dracula/hyper" ,
7
- "author" : {
8
- "name" : " Dang Van Thanh" ,
9
-
10
- "url" : " http://dangthanh.org"
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " https://github.com/dracula/hyper.git"
11
10
},
12
- "files" : [
13
- " index.js"
14
- ],
15
11
"keywords" : [
16
- " dracula-theme " ,
12
+ " hyperterm " ,
17
13
" hyper" ,
18
- " hyper-theme" ,
19
- " hyper-dracula"
20
- ]
14
+ " hyper.app" ,
15
+ " hyper dracula" ,
16
+ " hyper theme" ,
17
+ " dracula-theme"
18
+ ],
19
+ "author" :
" Dang Van Thanh <[email protected] >" ,
20
+ "license" : " MIT"
21
21
}
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ The screenshot shown is a combination of the following additional software:
22
22
23
23
This theme is maintained by the following person(s) and a bunch of [ awesome contributors] ( https://github.com/dracula/hyper/graphs/contributors ) .
24
24
25
- [ ![ Dang Van Thanh] ( https://avatars2.githubusercontent.com/u/2674850?v=3 &s=70 )] ( https://github.com/dangvanthanh ) |
26
- --- |
27
- Dang Van Thanh |
25
+ [ ![ Dang Van Thanh] ( https://avatars2.githubusercontent.com/u/2674850?v=4 &s=70 )] ( https://github.com/dangvanthanh ) | [ ![ Zeno Rocha ] ( https://avatars1.githubusercontent.com/u/398893?v=4&s=70 )] ( https://github.com/zenorocha ) | [ ![ Haeseong Je ] ( https://avatars3.githubusercontent.com/u/14370645?v=4&s=70 )] ( https://github.com/HaeTheong ) | [ ![ Beau Allison ] ( https://avatars1.githubusercontent.com/u/14225594?v=4&s=70 )] ( https://github.com/beauallison ) | [ ![ Brandonptucker ] ( https://avatars2.githubusercontent.com/u/1033893?v=4&s=70 )] ( https://github.com/brandonptucker ) |
26
+ --- | --- | --- | --- | --- |
27
+ Dang Van Thanh | Zeno Rocha | Haeseong Je | Beau Allison | Brandonptucker |
28
28
29
29
## License
30
30
You can’t perform that action at this time.
0 commit comments