Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f947274

Browse files
committed
don't set the theme, closes #10, thanks to #7
1 parent 182faf9 commit f947274

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vimception.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ all_cm( function (cm) {
341341
IPython.TextCell.options_default.cm_config.extraKeys['Ctrl-F'] = function(cm){ cm.foldCode(cm.getCursor()); };
342342

343343
// todo - do this for new cells as well
344-
//cm.setOption('theme', "tomorrow-night-eighties");
345-
//cm.setOption('theme', "twilight");
346-
cm.setOption('theme', "xq-light");
347344
// support this a :only? turn off full screen on blur
348345
cm.options.extraKeys["F11"] = function(cm) { cm.setOption("fullScreen", !cm.getOption("fullScreen"))};
349346
cm.options.extraKeys["Ctrl-A"] = function(cm) {

0 commit comments

Comments
 (0)