Skip to content

Commit

Permalink
Adding bold and italic styles
Browse files Browse the repository at this point in the history
  • Loading branch information
memco committed Feb 26, 2015
1 parent 616ebdf commit 7facc04
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Themes/Oceanic - Eighties.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,32 @@
<string>#37515617</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Bold markup</string>
<key>scope</key>
<string>markup.bold, punctuation.definition.bold</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#fff4df</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Italic markup</string>
<key>scope</key>
<string>markup.italic, punctuation.definition.italic</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#fff4df</string>
</dict>
</dict>
</array>

<key>uuid</key>
Expand Down

0 comments on commit 7facc04

Please sign in to comment.