Formatting works for comments and description

This commit is contained in:
2018-03-07 09:43:21 -08:00
parent 0ae283604a
commit 4aa059d9e6
4 changed files with 61 additions and 22 deletions

View File

@@ -8,6 +8,10 @@ palette = [
('selected', 'standout', ''),
('task', 'light green', ''),
('text', '', ''),
('strong', 'bold', ''),
('underline', 'underline', ''),
('link', 'underline,light blue', ''),
('italic', 'italics', ''),
('workspace', 'white', 'dark blue'),
]