monokai-cobalt-hyper-theme
Advanced tools
Comparing version 1.0.0 to 1.0.1
10
index.js
// standard ANSI Colours | ||
const black = '#000000'; | ||
const red = '#ff2600'; | ||
const green = '#3AD900'; | ||
const green = '#b7fa34ff'; | ||
const yellow = '#f8f8f0ff'; | ||
const blue = '#1478DB'; | ||
const magenta = '#ff2c70'; | ||
const blue = '#00d6ffff'; | ||
const magenta = '#ff308fff'; | ||
const cyan = '#00c5c7'; | ||
@@ -36,6 +36,2 @@ const white = '#f8f8f2ff'; | ||
} | ||
.hyper_main { | ||
${(config.wickedBorder || config.wickedBorder === undefined) && | ||
`border: 2px solid ${config.wickedBorderColor || magenta} !important;`} | ||
} | ||
@@ -42,0 +38,0 @@ .tabs_nav { |
{ | ||
"name": "monokai-cobalt-hyper-theme", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Monokai-Cobalt theme for Hyper terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1671
55