File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
public/css/codemirror-extend Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ .cm-s-one-dark .CodeMirror-linenumber {
2+ color : # 676767 ;
3+ }
4+
5+ .cm-s-one-dark .CodeMirror-focused
6+ .CodeMirror-activeline
7+ .CodeMirror-gutter-elt {
8+ color : # b0b0b0 ;
9+ }
10+
11+ .cm-s-one-dark .cm-comment {
12+ color : # 818895 ;
13+ }
Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ module.exports = {
263263 path . join ( __dirname , 'public/css/codemirror-extend/ayu-mirage.css' ) ,
264264 path . join ( __dirname , 'public/css/codemirror-extend/tomorrow-night-bright.css' ) ,
265265 path . join ( __dirname , 'public/css/codemirror-extend/tomorrow-night-eighties.css' ) ,
266+ path . join ( __dirname , 'public/css/codemirror-extend/one-dark.css' ) ,
266267 path . join ( __dirname , 'node_modules/@hackmd/codemirror/mode/tiddlywiki/tiddlywiki.css' ) ,
267268 path . join ( __dirname , 'node_modules/@hackmd/codemirror/mode/mediawiki/mediawiki.css' ) ,
268269 path . join ( __dirname , 'public/css/github-extract.css' ) ,
You can’t perform that action at this time.
0 commit comments