File tree 2 files changed +14
-0
lines changed
public/css/codemirror-extend
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 = {
263
263
path . join ( __dirname , 'public/css/codemirror-extend/ayu-mirage.css' ) ,
264
264
path . join ( __dirname , 'public/css/codemirror-extend/tomorrow-night-bright.css' ) ,
265
265
path . join ( __dirname , 'public/css/codemirror-extend/tomorrow-night-eighties.css' ) ,
266
+ path . join ( __dirname , 'public/css/codemirror-extend/one-dark.css' ) ,
266
267
path . join ( __dirname , 'node_modules/@hackmd/codemirror/mode/tiddlywiki/tiddlywiki.css' ) ,
267
268
path . join ( __dirname , 'node_modules/@hackmd/codemirror/mode/mediawiki/mediawiki.css' ) ,
268
269
path . join ( __dirname , 'public/css/github-extract.css' ) ,
You can’t perform that action at this time.
0 commit comments