parent
32f45490e2
commit
0947a36c4f
|
@ -64,6 +64,7 @@ static const CodeEditorStyle defaultStyle({
|
||||||
/* class FG/Weight */ Qt::darkMagenta, QFont::Bold,
|
/* class FG/Weight */ Qt::darkMagenta, QFont::Bold,
|
||||||
/* quote FG/Weight */ Qt::darkGreen, QFont::Normal,
|
/* quote FG/Weight */ Qt::darkGreen, QFont::Normal,
|
||||||
/* comment FG/Weight */ Qt::gray, QFont::Normal,
|
/* comment FG/Weight */ Qt::gray, QFont::Normal,
|
||||||
/* Symbol FG/BG/Weight */ Qt::red, QColor( 220, 220, 255 ), QFont::Normal });
|
/* Symbol FG/BG/Weight */ Qt::red, QColor(220, 220, 255), QFont::Normal
|
||||||
|
});
|
||||||
|
|
||||||
#endif /* CODEEDITORSTYLE_H */
|
#endif /* CODEEDITORSTYLE_H */
|
||||||
|
|
Loading…
Reference in New Issue