Skip to content

Instantly share code, notes, and snippets.

@ilkinulas
Created February 7, 2016 06:15
Show Gist options
  • Save ilkinulas/11da90b2074ac8f3ab87 to your computer and use it in GitHub Desktop.
Save ilkinulas/11da90b2074ac8f3ab87 to your computer and use it in GitHub Desktop.
Sublime color theme for gin rummy logs.
<!-- GinRummy -->
<dict>
<key>scope</key>
<string>gin.log text.command</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F7860A</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.command_name.1</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F7860A</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.fsm.suffix</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#2FBEF6</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.fsm.event</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#86AE2A</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.error.code</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F4FA58</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.error.fullline</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FE2E2E</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.ping</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#585858</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.exception.message</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FA58F4</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.exception.stacktrace</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F5A9F2</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>gin.log text.log.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FA58F4</string>
</dict>
</dict>
<!-- /GinRummy -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment