Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argyleink/46d5c26701f86c6fd90046a1563eeb75 to your computer and use it in GitHub Desktop.
Save argyleink/46d5c26701f86c6fd90046a1563eeb75 to your computer and use it in GitHub Desktop.
Operator Mono (or others) & any Sublime Text 3 theme cursive settings
  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 to the end of the node to style selected (scope) syntax tokens cursive:
<dict>
	<key>name</key>
	<string>Mono Tweaks</string>
	<key>scope</key>
	<string>comment,entity,keyword,storage</string>
	<key>settings</key>
	<dict>
		<key>fontStyle</key>
		<string>italic</string>
	</dict>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment