Skip to content

Instantly share code, notes, and snippets.

@shepelevstas
Last active September 2, 2021 17:01
Show Gist options
  • Save shepelevstas/c63362822cc6527d1703cb4e8d8e8d0f to your computer and use it in GitHub Desktop.
Save shepelevstas/c63362822cc6527d1703cb4e8d8e8d0f to your computer and use it in GitHub Desktop.
Emerald VS Code Color Theme
{
"workbench.colorCustomizations": {
"[Visual Studio Dark]": {
// Emerald 028a0f
// Pistachio b2d3c2
// Fern 5dbb63
// Parakeet 03c04a
"editor.background": "#5dbb63",
"editor.foreground": "#fffc",
"editorIndentGuide.background": "#0001",
"editorIndentGuide.activeBackground": "#fff2",
"editorLineNumber.foreground": "#fff3",
"editorLineNumber.activeForeground": "#fff5",
"editor.lineHighlightBorder": "#fff3",
"editor.lineHighlightBackground": "#0001",
"editorPane.background": "#ff0000",
"sideBar.background": "#ff0000",
"editor.foldBackground": "#0001",
"editorBracketMatch.border": "#fff5",
"editorBracketMatch.background": "#0001",
"editor.selectionBackground": "#fff4",
"editorCursor.foreground": "#fff9",
"scrollbar.shadow": "#0004",
"scrollbarSlider.background": "#fff2",
"scrollbarSlider.hoverBackground": "#fff3",
"scrollbarSlider.activeBackground": "#fff4",
"editorWhitespace.foreground": "#fff7",
"errorForeground": "#f0f",
"editorError.foreground": "#f42b",
// "editorError.background": "#ff0",
// "editorError.border": "#0f0",
"menu.background": "#4a5",
"menu.foreground": "#dfd",
"menu.border": "#5b6",
"menu.selectionBackground": "#5b6",
"panel.background": "#4a5",
"banner.background": "#4a5",
"terminal.background": "#394",
"statusBar.background": "#4a5",
"selection.background": "#5b6",
"tab.activeBackground": "#5a6",
"activityBar.background": "#394",
// "editorGutter.background": "#ff0000",
"tab.inactiveBackground": "#ff0000",
"statusBar.noFolderBackground": "#4a5",
"statusBar.border": "#5b6",
"sideBar.border": "#ff0000",
"activityBar.border": "#7b8",
"editorGroupHeader.tabsBackground": "#495",
// "editorGroupHeader.border": "#ff0000",
"tab.border": "#4a5",
"editorGroup.border": "#394",
}
},
"editor.tokenColorCustomizations": {
"[Visual Studio Dark]": {
"textMateRules": [
// FF9DA4
// FFC58F
// EBBBFF
// BBDAFF
// 002451
// D1F1A9
// 7285B7
{"settings": {"foreground": "#0003","fontStyle": "bold"},"scope": ["comment"]},
{"settings": {"foreground": "#fff7",},"scope":["string"]},
{"settings": {"foreground": "#048",},"scope":["support.type.property-name"]},
{"settings": {"foreground": "#fff9","fontStyle": "bold"},
"scope":["storage","storage.type"]},
{"settings": {"foreground": "#048"},
"scope":["keyword","keyword.control","keyword.operator","keyword.operator.logical.python"]},
{"settings": {"foreground": "#eea"},
"scope":["entity.name.function.python"]},
{"settings": {
"foreground": "#efac",
},"scope":["meta.function-call.python meta.function-call.generic.python"]},
{"settings": {
"foreground": "#b52"
},"scope":["constant","constant.numeric"]},
{"settings": {
"foreground": "#db8"}, "scope":["invalid"]},
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment