Make the cursor show up consistently in the white theme, credits to bmc for finding the issue
default tip
Make the cursor show up consistently in the white theme, credits to bmc for finding the issue
--- a/plugins/supported/whitetheme/index.js
+++ b/plugins/supported/whitetheme/index.js
@@ -193,17 +193,16 @@ exports.whiteTheme = function() {
keyword: '#1414EF',
operator: '#477ABE',
string: '#017F19',
addition: '#ffffff',
deletion: '#ffffff'
},
highlighterBG: {
- plain: '#ffffff',
addition: '#008000',
deletion: '#800000'
},
// Variables for the scrollers.
scroller: {
padding: 5,
thickness: 17,