Skip to content

Commit 856c09c

Browse files
committed
#2 New value for black color
1 parent 363420c commit 856c09c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const foregroundColor = '#f8f8f2'
44
const backgroundColor = '#282a36'
5-
const black = backgroundColor
5+
const black = '#44475a'
66
const red = '#ff5555'
77
const green = '#50fa7b'
88
const yellow = '#f1fa8c'
@@ -17,8 +17,8 @@ exports.decorateConfig = config => {
1717
return Object.assign({}, config, {
1818
backgroundColor,
1919
foregroundColor,
20-
borderColor: '#44475a',
21-
cursorColor: '#999999',
20+
borderColor: black,
21+
cursorColor: brightBlack,
2222
colors: [
2323
black,
2424
red,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyper-dark-dracula",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Dark dracule Hyper.app theme",
55
"license": "MIT",
66
"repository": "dangvanthanh/hyper-dark-dracula",

0 commit comments

Comments
 (0)