tm-themes
Version: 
Collecton of TextMate grammars in JSON
394 lines (393 loc) • 9.52 kB
JSON
{
  "colors": {
    "activityBar.background": "#003847",
    "badge.background": "#047aa6",
    "button.background": "#2AA19899",
    "debugExceptionWidget.background": "#00212B",
    "debugExceptionWidget.border": "#AB395B",
    "debugToolBar.background": "#00212B",
    "dropdown.background": "#00212B",
    "dropdown.border": "#2AA19899",
    "editor.background": "#002B36",
    "editor.foreground": "#839496",
    "editor.lineHighlightBackground": "#073642",
    "editor.selectionBackground": "#274642",
    "editor.selectionHighlightBackground": "#005A6FAA",
    "editor.wordHighlightBackground": "#004454AA",
    "editor.wordHighlightStrongBackground": "#005A6FAA",
    "editorBracketHighlight.foreground1": "#cdcdcdff",
    "editorBracketHighlight.foreground2": "#b58900ff",
    "editorBracketHighlight.foreground3": "#d33682ff",
    "editorCursor.foreground": "#D30102",
    "editorGroup.border": "#00212B",
    "editorGroup.dropBackground": "#2AA19844",
    "editorGroupHeader.tabsBackground": "#004052",
    "editorHoverWidget.background": "#004052",
    "editorIndentGuide.activeBackground": "#C3E1E180",
    "editorIndentGuide.background": "#93A1A180",
    "editorLineNumber.activeForeground": "#949494",
    "editorMarkerNavigationError.background": "#AB395B",
    "editorMarkerNavigationWarning.background": "#5B7E7A",
    "editorWhitespace.foreground": "#93A1A180",
    "editorWidget.background": "#00212B",
    "errorForeground": "#ffeaea",
    "focusBorder": "#2AA19899",
    "input.background": "#003847",
    "input.foreground": "#93A1A1",
    "input.placeholderForeground": "#93A1A1AA",
    "inputOption.activeBorder": "#2AA19899",
    "inputValidation.errorBackground": "#571b26",
    "inputValidation.errorBorder": "#a92049",
    "inputValidation.infoBackground": "#052730",
    "inputValidation.infoBorder": "#363b5f",
    "inputValidation.warningBackground": "#5d5938",
    "inputValidation.warningBorder": "#9d8a5e",
    "list.activeSelectionBackground": "#005A6F",
    "list.dropBackground": "#00445488",
    "list.highlightForeground": "#1ebcc5",
    "list.hoverBackground": "#004454AA",
    "list.inactiveSelectionBackground": "#00445488",
    "minimap.selectionHighlight": "#274642",
    "panel.border": "#2b2b4a",
    "peekView.border": "#2b2b4a",
    "peekViewEditor.background": "#10192c",
    "peekViewEditor.matchHighlightBackground": "#7744AA40",
    "peekViewResult.background": "#00212B",
    "peekViewTitle.background": "#00212B",
    "pickerGroup.border": "#2AA19899",
    "pickerGroup.foreground": "#2AA19899",
    "ports.iconRunningProcessForeground": "#369432",
    "progressBar.background": "#047aa6",
    "quickInputList.focusBackground": "#005A6F",
    "selection.background": "#2AA19899",
    "sideBar.background": "#00212B",
    "sideBarTitle.foreground": "#93A1A1",
    "statusBar.background": "#00212B",
    "statusBar.debuggingBackground": "#00212B",
    "statusBar.foreground": "#93A1A1",
    "statusBar.noFolderBackground": "#00212B",
    "statusBarItem.prominentBackground": "#003847",
    "statusBarItem.prominentHoverBackground": "#003847",
    "statusBarItem.remoteBackground": "#2AA19899",
    "tab.activeBackground": "#002B37",
    "tab.activeForeground": "#d6dbdb",
    "tab.border": "#003847",
    "tab.inactiveBackground": "#004052",
    "tab.inactiveForeground": "#93A1A1",
    "tab.lastPinnedBorder": "#2AA19844",
    "terminal.ansiBlack": "#073642",
    "terminal.ansiBlue": "#268bd2",
    "terminal.ansiBrightBlack": "#002b36",
    "terminal.ansiBrightBlue": "#839496",
    "terminal.ansiBrightCyan": "#93a1a1",
    "terminal.ansiBrightGreen": "#586e75",
    "terminal.ansiBrightMagenta": "#6c71c4",
    "terminal.ansiBrightRed": "#cb4b16",
    "terminal.ansiBrightWhite": "#fdf6e3",
    "terminal.ansiBrightYellow": "#657b83",
    "terminal.ansiCyan": "#2aa198",
    "terminal.ansiGreen": "#859900",
    "terminal.ansiMagenta": "#d33682",
    "terminal.ansiRed": "#dc322f",
    "terminal.ansiWhite": "#eee8d5",
    "terminal.ansiYellow": "#b58900",
    "titleBar.activeBackground": "#002C39"
  },
  "displayName": "Solarized Dark",
  "name": "solarized-dark",
  "semanticHighlighting": true,
  "tokenColors": [
    {
      "settings": {
        "foreground": "#839496"
      }
    },
    {
      "scope": [
        "meta.embedded",
        "source.groovy.embedded",
        "string meta.image.inline.markdown",
        "variable.legacy.builtin.python"
      ],
      "settings": {
        "foreground": "#839496"
      }
    },
    {
      "scope": "comment",
      "settings": {
        "fontStyle": "italic",
        "foreground": "#586E75"
      }
    },
    {
      "scope": "string",
      "settings": {
        "foreground": "#2AA198"
      }
    },
    {
      "scope": "string.regexp",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "scope": "constant.numeric",
      "settings": {
        "foreground": "#D33682"
      }
    },
    {
      "scope": [
        "variable.language",
        "variable.other"
      ],
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "keyword",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "scope": "storage",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#93A1A1"
      }
    },
    {
      "scope": [
        "entity.name.class",
        "entity.name.type",
        "entity.name.namespace",
        "entity.name.scope-resolution"
      ],
      "settings": {
        "fontStyle": "",
        "foreground": "#CB4B16"
      }
    },
    {
      "scope": "entity.name.function",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "punctuation.definition.variable",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "scope": [
        "punctuation.section.embedded.begin",
        "punctuation.section.embedded.end"
      ],
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "scope": [
        "constant.language",
        "meta.preprocessor"
      ],
      "settings": {
        "foreground": "#B58900"
      }
    },
    {
      "scope": [
        "support.function.construct",
        "keyword.other.new"
      ],
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "scope": [
        "constant.character",
        "constant.other"
      ],
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "scope": [
        "entity.other.inherited-class",
        "punctuation.separator.namespace.ruby"
      ],
      "settings": {
        "foreground": "#6C71C4"
      }
    },
    {
      "scope": "variable.parameter",
      "settings": {
      }
    },
    {
      "scope": "entity.name.tag",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "punctuation.definition.tag",
      "settings": {
        "foreground": "#586E75"
      }
    },
    {
      "scope": "entity.other.attribute-name",
      "settings": {
        "foreground": "#93A1A1"
      }
    },
    {
      "scope": "support.function",
      "settings": {
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "punctuation.separator.continuation",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "scope": [
        "support.constant",
        "support.variable"
      ],
      "settings": {
      }
    },
    {
      "scope": [
        "support.type",
        "support.class"
      ],
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "scope": "support.type.exception",
      "settings": {
        "foreground": "#CB4B16"
      }
    },
    {
      "scope": "support.other.variable",
      "settings": {
      }
    },
    {
      "scope": "invalid",
      "settings": {
        "foreground": "#DC322F"
      }
    },
    {
      "scope": [
        "meta.diff",
        "meta.diff.header"
      ],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "markup.deleted",
      "settings": {
        "fontStyle": "",
        "foreground": "#DC322F"
      }
    },
    {
      "scope": "markup.changed",
      "settings": {
        "fontStyle": "",
        "foreground": "#CB4B16"
      }
    },
    {
      "scope": "markup.inserted",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "scope": "markup.quote",
      "settings": {
        "foreground": "#859900"
      }
    },
    {
      "scope": "markup.list",
      "settings": {
        "foreground": "#B58900"
      }
    },
    {
      "scope": [
        "markup.bold",
        "markup.italic"
      ],
      "settings": {
        "foreground": "#D33682"
      }
    },
    {
      "scope": "markup.bold",
      "settings": {
        "fontStyle": "bold"
      }
    },
    {
      "scope": "markup.italic",
      "settings": {
        "fontStyle": "italic"
      }
    },
    {
      "scope": "markup.strikethrough",
      "settings": {
        "fontStyle": "strikethrough"
      }
    },
    {
      "scope": "markup.inline.raw",
      "settings": {
        "fontStyle": "",
        "foreground": "#2AA198"
      }
    },
    {
      "scope": "markup.heading",
      "settings": {
        "fontStyle": "bold",
        "foreground": "#268BD2"
      }
    },
    {
      "scope": "markup.heading.setext",
      "settings": {
        "fontStyle": "",
        "foreground": "#268BD2"
      }
    }
  ],
  "type": "dark"
}