Skip to content

Instantly share code, notes, and snippets.

@Crystalsage
Created January 2, 2024 09:34
Show Gist options
  • Save Crystalsage/76690768fb85327c8fd17f271ea6ca3e to your computer and use it in GitHub Desktop.
Save Crystalsage/76690768fb85327c8fd17f271ea6ca3e to your computer and use it in GitHub Desktop.
Gynvael Coldwind's ST3 theme. More accurate colors, closer to GVIM.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>GynColors</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#3e3e75</string>
<key>foreground</key>
<string>#ababed</string>
<key>lineHighlight</key>
<string>#6b6bad</string>
<key>selection</key>
<string>#4e4e8f</string>
<key>selectionForeground</key>
<string>#e8e8e8</string>
<key>caret</key>
<string>#f0ad6d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#00ff00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for special keywords</string>
<key>scope</key>
<string>keyword.control</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c080d0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for preprocessor</string>
<key>scope</key>
<string>meta.preprocessor, keyword.control.import</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#409090</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for string</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f0ad6d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for number</string>
<key>scope</key>
<string>storage.type, support.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff8bff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors for number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f0ad6d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Text and Source Base Colors</string>
<key>scope</key>
<string>text, source</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#5ED378</string>
<key>background</key>
<string>#1B1B33</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword, keyword.operator.new, keyword.other, keyword.control</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#b7b7f7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Entity</string>
<key>scope</key>
<string>entity</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ff8bff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant</string>
<key>scope</key>
<string>constant</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#dd8bff</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constant escape</string>
<key>scope</key>
<string>constant.character.escape</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#c0809f</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Support</string>
<key>scope</key>
<string>support</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#ff8bff</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment