Skip to content

Commit

Permalink
Fix #363 (explicitly style pending item for 3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkkk committed Oct 6, 2017
1 parent 335ecd1 commit 2b606d0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tasks-gray.hidden-tmTheme
Expand Up @@ -110,6 +110,19 @@
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Pending task</string>
<key>scope</key>
<string>meta.item.todo.pending</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Cancelled task</string>
Expand Down
13 changes: 13 additions & 0 deletions tasks.hidden-tmTheme
Expand Up @@ -110,6 +110,19 @@
<string></string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Pending task</string>
<key>scope</key>
<string>meta.item.todo.pending</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Cancelled task</string>
Expand Down

0 comments on commit 2b606d0

Please sign in to comment.