monokai-cobalt-hyper-theme
Advanced tools
Comparing version 1.0.2 to 1.0.3
43
index.js
// standard ANSI Colours | ||
const black = '#000000'; | ||
const red = '#ff2600'; | ||
const green = '#b7fa34ff'; | ||
const yellow = '#ffe500'; | ||
const blue = '#00d6ffff'; | ||
const magenta = '#ff308fff'; | ||
const cyan = '#00c5c7'; | ||
const white = '#f8f8f2ff'; | ||
const lightBlack = '#557da0'; | ||
const lightRed = '#ff0000'; | ||
const lightGreen = '#33ff00'; | ||
const lightYellow = '#ffff00'; | ||
const lightBlue = '#1478DB'; | ||
const lightMagenta = '#cc00ff'; | ||
const lightCyan = '#00ffff'; | ||
const lightWhite = '#ffffff'; | ||
const red = '#f92e8a'; // Keyword | ||
const green = '#b7fa34'; // Class name | ||
const yellow = '#ffe500'; // String | ||
const blue = '#00d6ff'; // Function name | ||
const magenta = '#d947ff'; // Number, constant | ||
const cyan = '#fd971f'; // Function argument (Actually orange) | ||
const white = '#f8f8f0'; | ||
const lightBlack = black; | ||
const lightRed = '#ff308f'; | ||
const lightGreen = green; | ||
const lightYellow = yellow; | ||
const lightBlue = blue; | ||
const lightMagenta = magenta; | ||
const lightCyan = cyan; | ||
const lightWhite = '#f8f8f2'; | ||
// custom colours | ||
const monokaiCobaltBlue = '#2d3b45'; | ||
// Custom colours | ||
const monokaiCobalt = '#2d3b45'; | ||
const monokaiCobaltLineHighlight = 'rgb(72, 94, 107, 0.5)'; | ||
@@ -26,5 +27,5 @@ exports.decorateConfig = config => | ||
foregroundColor: white, | ||
backgroundColor: monokaiCobaltBlue, | ||
backgroundColor: monokaiCobalt, | ||
borderColor: 'rgba(255,255,255,0.1)', | ||
selectionColor: '#485e6b', | ||
selectionColor: monokaiCobaltLineHighlight, | ||
css: ` | ||
@@ -34,4 +35,4 @@ ${config.css || ''} | ||
background: #485e6d; | ||
border-bottom: 1px solid ${yellow} !important; | ||
border-color: ${yellow}; | ||
border-bottom: 1px solid ${magenta} !important; | ||
border-color: ${magenta}; | ||
} | ||
@@ -38,0 +39,0 @@ |
{ | ||
"name": "monokai-cobalt-hyper-theme", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Monokai-Cobalt theme for Hyper terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1805
56