@@ -91,6 +91,7 @@ import 'package:flutter_highlight/themes/xcode.dart';
9191import 'package:flutter_highlight/themes/xt256.dart' ;
9292import 'package:flutter_highlight/themes/zenburn.dart' ;
9393
94+ import 'package:flutter/painting.dart' ;
9495const THEMES = {
9596 'a11y-dark' : a11yDarkTheme,
9697 'a11y-light' : a11yLightTheme,
@@ -188,7 +189,42 @@ const THEMES = {
188189const editorThemes = {
189190 'core-coder-dark' : {
190191 "brightness" : "dark" ,
191- "highlight" : atomOneDarkTheme,
192+ "highlight" : {
193+ 'root' : TextStyle (color: Color (0xffabb2bf ), backgroundColor: Color (0xFF202020 )),
194+ 'comment' : TextStyle (color: Color (0xff5c6370 ), fontStyle: FontStyle .italic),
195+ 'quote' : TextStyle (color: Color (0xff5c6370 ), fontStyle: FontStyle .italic),
196+ 'doctag' : TextStyle (color: Color (0xffc678dd )),
197+ 'keyword' : TextStyle (color: Color (0xffc678dd )),
198+ 'formula' : TextStyle (color: Color (0xffc678dd )),
199+ 'section' : TextStyle (color: Color (0xffe06c75 )),
200+ 'name' : TextStyle (color: Color (0xffe06c75 )),
201+ 'selector-tag' : TextStyle (color: Color (0xffe06c75 )),
202+ 'deletion' : TextStyle (color: Color (0xffe06c75 )),
203+ 'subst' : TextStyle (color: Color (0xffe06c75 )),
204+ 'literal' : TextStyle (color: Color (0xff56b6c2 )),
205+ 'string' : TextStyle (color: Color (0xff98c379 )),
206+ 'regexp' : TextStyle (color: Color (0xff98c379 )),
207+ 'addition' : TextStyle (color: Color (0xff98c379 )),
208+ 'attribute' : TextStyle (color: Color (0xff98c379 )),
209+ 'meta-string' : TextStyle (color: Color (0xff98c379 )),
210+ 'built_in' : TextStyle (color: Color (0xffe6c07b )),
211+ 'attr' : TextStyle (color: Color (0xffd19a66 )),
212+ 'variable' : TextStyle (color: Color (0xffd19a66 )),
213+ 'template-variable' : TextStyle (color: Color (0xffd19a66 )),
214+ 'type' : TextStyle (color: Color (0xffd19a66 )),
215+ 'selector-class' : TextStyle (color: Color (0xffd19a66 )),
216+ 'selector-attr' : TextStyle (color: Color (0xffd19a66 )),
217+ 'selector-pseudo' : TextStyle (color: Color (0xffd19a66 )),
218+ 'number' : TextStyle (color: Color (0xffd19a66 )),
219+ 'symbol' : TextStyle (color: Color (0xff61aeee )),
220+ 'bullet' : TextStyle (color: Color (0xff61aeee )),
221+ 'link' : TextStyle (color: Color (0xff61aeee )),
222+ 'meta' : TextStyle (color: Color (0xff61aeee )),
223+ 'selector-id' : TextStyle (color: Color (0xff61aeee )),
224+ 'title' : TextStyle (color: Color (0xff61aeee )),
225+ 'emphasis' : TextStyle (fontStyle: FontStyle .italic),
226+ 'strong' : TextStyle (fontWeight: FontWeight .bold),
227+ },
192228 "scheme" : {
193229 // Color settings
194230 "primaryColour" : Color (0xff13BB67 ),
0 commit comments