monokai-cobalt-hyper-theme
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -14,3 +14,3 @@ // standard ANSI Colours | ||
const lightYellow = yellow; | ||
const lightBlue = '#fd971f'; // (Actually orange) | ||
const lightBlue = green; | ||
const lightMagenta = magenta; | ||
@@ -20,3 +20,3 @@ const lightCyan = cyan; | ||
// Custom colours | ||
// Custom colours - Orange: #fd971f | ||
const monokaiCobalt = '#2d3b45'; | ||
@@ -28,3 +28,3 @@ const monokaiCobaltLineHighlight = 'rgb(72, 94, 107, 0.5)'; | ||
cursorColor: yellow, | ||
foregroundColor: 'rgba(255,255,255,0.8)', | ||
foregroundColor: 'rgba(255,255,255,0.7)', | ||
backgroundColor: monokaiCobalt, | ||
@@ -31,0 +31,0 @@ borderColor: 'rgba(255,255,255,0.1)', |
{ | ||
"name": "monokai-cobalt-hyper-theme", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Monokai-Cobalt theme for Hyper terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1819