Copy some changes from the dark style into light and notty

This commit is contained in:
Christian Rocha
2019-12-21 20:56:22 -05:00
parent a0197165ae
commit c253230a25
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -65,8 +65,8 @@
"row_separator": "─"
},
"task": {
"unticked": " ",
"ticked": " "
"unticked": "[ ] ",
"ticked": "[✓] "
},
"strikethrough": {
"crossed_out": true
+3 -3
View File
@@ -38,7 +38,7 @@
"link_text": {},
"link": {},
"image_text": {
"format": "Image: {{.text}} -> "
"format": "Image: {{.text}} "
},
"image": {},
"table": {
@@ -47,8 +47,8 @@
"row_separator": "─"
},
"task": {
"unticked": " ",
"ticked": " "
"unticked": "[ ] ",
"ticked": "[✓] "
},
"strikethrough": {
"block_prefix": "~~",