File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
const foregroundColor = '#f8f8f2'
4
4
const backgroundColor = '#282a36'
5
- const black = backgroundColor
5
+ const black = '#44475a'
6
6
const red = '#ff5555'
7
7
const green = '#50fa7b'
8
8
const yellow = '#f1fa8c'
@@ -17,8 +17,8 @@ exports.decorateConfig = config => {
17
17
return Object . assign ( { } , config , {
18
18
backgroundColor,
19
19
foregroundColor,
20
- borderColor : '#44475a' ,
21
- cursorColor : '#999999' ,
20
+ borderColor : black ,
21
+ cursorColor : brightBlack ,
22
22
colors : [
23
23
black ,
24
24
red ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyper-dark-dracula" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Dark dracule Hyper.app theme" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " dangvanthanh/hyper-dark-dracula" ,
You can’t perform that action at this time.
0 commit comments