Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingduck92/a4b594eccd3805cd9c6d70b5cf925d6e to your computer and use it in GitHub Desktop.
Save flyingduck92/a4b594eccd3805cd9c6d70b5cf925d6e to your computer and use it in GitHub Desktop.
Operator Mono & Sublime Text 3 themes
  1. Install Package Resource Viewer.
  2. In package control window select ‘Package Resource Viewer: Open Resource’.
  3. Scroll down until you find the option: ‘Color Scheme — Default’ (or your theme with color scheme .tmTheme) and select it.
  4. Add the following
<!-- Operator Tweaks -->
  <dict>
    <key>name</key>
		<string>Italic HTML attribute names</string>
		<key>scope</key>
		<string>
		  , entity.other.attribute-name.html,
			, entity.other.attribute-name.event.html,
			, entity.other.attribute-name.id.html,
			, entity.other.attribute-name.class.html,
			, entity.other.attribute-name.tag.jade,
			, entity.other.attribute-name.tag.pug,
			, constant.other.symbol.ruby,
		</string>
		<key>settings</key>
		<dict>
		  <key>foreground</key>
			<string>#ffc600</string>			
<key>fontStyle</key>
			<string>italic</string>
		</dict>
  </dict>
<!-- End Operator Tweaks -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment