added about and help texts, font size slider
This commit is contained in:
parent
4fcd6db6fd
commit
750a228921
6 changed files with 230 additions and 9 deletions
|
|
@ -70,4 +70,12 @@ final markdown = Mode(refs: {}, aliases: [
|
|||
className: "tag-at",
|
||||
begin: "(?<=\\s|^)@[a-zA-Z0-9_]+",
|
||||
relevance: 10), // Yellow
|
||||
Mode(
|
||||
className: "keyword",
|
||||
begin: "(?<=\\s|^):[a-zA-Z0-9_]+",
|
||||
relevance: 10),
|
||||
Mode(
|
||||
className: "variable",
|
||||
begin: "(?<=\\s|^)\/[a-zA-Z0-9_\/]+",
|
||||
relevance: 10), // Yellow
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ const nightTheme = {
|
|||
'bullet': TextStyle(color: Color(0xffb5bd68)),
|
||||
'addition': TextStyle(color: Color(0xffb5bd68)),
|
||||
'title': TextStyle(color: Color(0xff81a2be)),
|
||||
'section': TextStyle(color: Color(0xff81a2be)),
|
||||
'section': TextStyle(color: Color(0xff81a2be), fontWeight: FontWeight.w600, fontSize: 18),
|
||||
'keyword': TextStyle(color: Color(0xffb294bb)),
|
||||
'selector-tag': TextStyle(color: Color(0xffb294bb)),
|
||||
'root':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue