From 27bad782b443a5ec356bf00de3dbe58135e40066 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Thu, 28 Sep 2017 20:19:28 -0700 Subject: [PATCH] Fix solarized theme, remove redundant light:true --- components/Carbon.js | 3 +++ lib/constants.js | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/Carbon.js b/components/Carbon.js index 8a99145..b3672f3 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -115,6 +115,9 @@ class Carbon extends React.Component { } #container :global(.cm-s-solarized) { + background-color: #fdf6e3; + color: #657b83; + text-shadow: #eee8d5 0 1px; box-shadow: none; } diff --git a/lib/constants.js b/lib/constants.js index d45ec6b..d040cdf 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -51,8 +51,7 @@ export const THEMES_ARRAY = [ }, { id: 'solarized', - name: 'Solarized', - light: true + name: 'Solarized' }, { id: 'twilight', @@ -60,8 +59,7 @@ export const THEMES_ARRAY = [ }, { id: 'yeti', - name: 'Yeti', - light: true + name: 'Yeti' }, { id: 'zenburn',