Skip to content

Instantly share code, notes, and snippets.

@JoeRobich
Last active September 16, 2015 19:18
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 JoeRobich/144c30018667cb9a92df to your computer and use it in GitHub Desktop.
Save JoeRobich/144c30018667cb9a92df to your computer and use it in GitHub Desktop.
Vink for VsCode v0.8

Custom themes are stored under C:\Program Files (x86)\Microsoft VS Code\resources\app\plugins\vs.theme.starterkit

  1. Save the following files to disk
  2. Copy the updated ticino.plugin.json to the vs.theme.starterkit folder
  3. Copy the Vink.tmTheme to the vs.theme.starterkit\themes folder
  4. Restart VsCode if it is open
  5. Choose File > Preferences > Color Theme > Vink
  6. Profit!
{
"pluginId": "vs.theme.starterkit",
"contributes": {
"themes": [
{
"id": "vs-theme-starterkit-abyss",
"label": "Abyss",
"uiTheme": "vs-dark",
"path": "./themes/Abyss.tmTheme"
},
{
"id": "vs-theme-starterkit-dimmed-monokai",
"label": "Dimmed Monokai",
"uiTheme": "vs-dark",
"path": "./themes/dimmed-monokai.tmTheme"
},
{
"id": "vs-theme-starterkit-kimbie-dark",
"label": "Kimbie Dark",
"uiTheme": "vs-dark",
"path": "./themes/Kimbie_dark.tmTheme"
},
{
"id": "vs-theme-monokai",
"label": "Monokai",
"uiTheme": "vs-dark",
"path": "./themes/Monokai.tmTheme"
},
{
"id": "vs-theme-starterkit-quiet-light",
"label": "Quiet Light",
"uiTheme": "vs",
"path": "./themes/QuietLight.tmTheme"
},
{
"id": "vs-theme-starterkit-tomorrow-night-blue",
"label": "Tomorrow Night Blue",
"uiTheme": "vs-dark",
"path": "./themes/Tomorrow-Night-Blue.tmTheme"
},
{
"id": "vs-theme-starterkit-red",
"label": "Red",
"uiTheme": "vs-dark",
"path": "./themes/red.tmTheme"
},
{
"id": "vs-theme-starterkit-vink",
"label": "Vink",
"uiTheme": "vs-dark",
"path": "./themes/Vink.tmTheme"
}
]
}
}
<?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>Vink</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#000000</string>
<key>caret</key>
<string>#FFFFFF</string>
<key>foreground</key>
<string>#FFFFFF</string>
<key>fontStyle</key>
<string>bold</string>
<key>invisibles</key>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#282828</string>
<key>selection</key>
<string>#002040</string>
<key>selectionBorder</key>
<string>#002040</string>
<key>findHighlight</key>
<string>#FFE792</string>
<key>findHighlightForeground</key>
<string>#000000</string>
<key>activeGuide</key>
<string>#9D550FB0</string>
<key>bracketsForeground</key>
<string>#FFFFFF</string>
<key>bracketsOptions</key>
<string>underline</string>
<key>bracketContentsForeground</key>
<string>#F8F8F2A5</string>
<key>bracketContentsOptions</key>
<string>underline</string>
<key>tagsOptions</key>
<string>stippled_underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A5C25C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>number</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6897BB</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operators / Punctuation</string>
<key>scope</key>
<string>delimiter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#b4b4b4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Annotation name</string>
<key>scope</key>
<string>annotation</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC66A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>XML Tag</string>
<key>scope</key>
<string>tag.xml, metatag.xml</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>XML Attribute</string>
<key>scope</key>
<string>attribute.name.xml</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC66A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>XML Attribute Value</string>
<key>scope</key>
<string>attribute.value.xml</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>CSS Keywork @{</string>
<key>scope</key>
<string>keyword.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Tag</string>
<key>scope</key>
<string>tag.css, metatag.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Attribute</string>
<key>scope</key>
<string>attribute.name.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC66A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Attribute Value</string>
<key>scope</key>
<string>attribute.value.css</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>CSS Attribute Value Number</string>
<key>scope</key>
<string>attribute.value.number, attribute.value.hex, attribute.value.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6897BB</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>-----------------------------------</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>HTML Tag</string>
<key>scope</key>
<string>tag.html, metatag.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CC7832</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML MetaTag Content</string>
<key>scope</key>
<string>metatag.content.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#808080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML Attribute</string>
<key>scope</key>
<string>attribute.name.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>HTML Attribute Value</string>
<key>scope</key>
<string>attribute.value.html</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A5C25C</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>32F98E50-BA6A-40ED-ACE6-1D93AB02F84C</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment