mirror of https://github.com/laurent22/joplin.git
This reverts commit 488cb99d4c
.
Reason: The app doesn't even start
https://github.com/laurent22/joplin/pull/3188#issuecomment-626334459
pull/3208/head
parent
9c4939e051
commit
6446a3c4de
|
@ -37,10 +37,8 @@ require('brace/theme/solarized_dark');
|
||||||
require('brace/theme/twilight');
|
require('brace/theme/twilight');
|
||||||
require('brace/theme/dracula');
|
require('brace/theme/dracula');
|
||||||
require('brace/theme/chaos');
|
require('brace/theme/chaos');
|
||||||
require('brace/theme/tomorrow');
|
|
||||||
require('brace/keybinding/vim');
|
require('brace/keybinding/vim');
|
||||||
require('brace/keybinding/emacs');
|
require('brace/keybinding/emacs');
|
||||||
require('brace/keybinding/terminal');
|
|
||||||
|
|
||||||
// TODO: Could not get below code to work
|
// TODO: Could not get below code to work
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ const nordStyle = {
|
||||||
htmlCodeBorderColor: nord[2],
|
htmlCodeBorderColor: nord[2],
|
||||||
htmlCodeColor: nord[13],
|
htmlCodeColor: nord[13],
|
||||||
|
|
||||||
editorTheme: 'terminal',
|
editorTheme: 'chaos',
|
||||||
codeThemeCss: 'atom-one-dark-reasonable.css',
|
codeThemeCss: 'atom-one-dark-reasonable.css',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ const solarizedDarkStyle = {
|
||||||
htmlCodeBorderColor: '#696969',
|
htmlCodeBorderColor: '#696969',
|
||||||
htmlCodeColor: '#fdf6e3',
|
htmlCodeColor: '#fdf6e3',
|
||||||
|
|
||||||
editorTheme: 'twilight',
|
editorTheme: 'solarized_dark',
|
||||||
codeThemeCss: 'atom-one-dark-reasonable.css',
|
codeThemeCss: 'atom-one-dark-reasonable.css',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ const solarizedLightStyle = {
|
||||||
htmlCodeBorderColor: '#eee8d5',
|
htmlCodeBorderColor: '#eee8d5',
|
||||||
htmlCodeColor: '#002b36',
|
htmlCodeColor: '#002b36',
|
||||||
|
|
||||||
editorTheme: 'tomorrow',
|
editorTheme: 'solarized_light',
|
||||||
codeThemeCss: 'atom-one-light.css',
|
codeThemeCss: 'atom-one-light.css',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue