noway.moe/public/themes/github_light.json

556 lines
12 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Github Light Theme",
"type": "light",
"colors": {
"focusBorder": "#ffffff00",
"foreground": "#000000",
"editor.background": "#f6f6f6",
"editor.foreground": "#000000",
"scrollbar.shadow": "#ffffff",
"activityBar.border": "#ffffff",
"activityBar.background": "#ffffff",
"activityBar.foreground": "#000000",
"activityBarBadge.background": "#d73a49",
"statusBar.border": "#ffffff",
"statusBar.background": "#ffffff",
"statusBar.foreground": "#000000",
"statusBar.noFolderBackground": "#ffffff",
"statusBar.noFolderForeground": "#000000",
"statusBar.debuggingBackground": "#ffffff",
"statusBar.debuggingForeground": "#000000",
"editorGroup.border": "#ffffff",
"editorGroupHeader.tabsBackground": "#ffffff",
"editorGroupHeader.noTabsBackground": "#ffffff",
"editorGroupHeader.tabsBorder": "#ffffff",
"tab.activeBackground": "#ffffff",
"tab.inactiveBackground": "#ffffff",
"tab.border": "#ffffff",
"tab.activeBorder": "#d73a49",
"sideBar.border": "#ffffff",
"sideBar.background": "#ffffff",
"sideBar.foreground": "#000000",
"sideBarSectionHeader.background": "#ffffff",
"list.highlightForeground": "#d73a49",
"list.activeSelectionBackground": "#eeeeee",
"list.activeSelectionForeground": "#d73a49",
"list.inactiveSelectionBackground": "#eeeeee",
"list.inactiveSelectionForeground": "#d73a49",
"list.hoverBackground": "#eeeeee",
"list.hoverForeground": "#d73a49",
"list.focusBackground": "#eeeeee",
"list.focusForeground": "#d73a49",
"editor.lineHighlightBackground": "#fffbdf",
"editor.lineHighlightBorder": "#fffbdf",
"editorLineNumber.foreground": "#babbbc",
"editorLineNumber.activeForeground": "#000000",
"editor.selectionBackground": "#fed442",
"input.border": "#b2b2b2",
"input.background": "#ffffff",
"inputOption.activeBorder": "#000000",
"inputOption.activeForeground": "#000000",
"dropdown.border": "#b2b2b2",
"dropdown.background": "#ffffff",
"dropdown.listBackground": "#ffffff",
"notificationCenter.border": "#ffffff",
"notificationCenterHeader.background": "#ffffff",
"notificationToast.border": "#ffffff",
"notifications.background": "#ffffff",
"notifications.border": "#ffffff",
"button.background": "#d73a49",
"button.foreground": "#ffffff",
"titleBar.border": "#ffffff",
"titleBar.activeBackground": "#ffffff",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveBackground": "#ffffff",
"titleBar.inactiveForeground": "#000000",
"editorWidget.background": "#eee",
"editorWidget.border": "#000000",
"editorSuggestWidget.highlightForeground": "#d73a49",
"editorSuggestWidget.selectedBackground": "#f0f0f0",
"panel.border": "#d73a49"
},
"tokenColors": [
{
"scope": [
"comment",
"punctuation.definition.comment",
"string.comment"
],
"settings": {
"foreground": "#6a737d"
},
"name": "Comment"
},
{
"scope": [
"constant",
"entity.name.constant",
"variable.other.constant",
"variable.language"
],
"settings": {
"foreground": "#005cc5"
},
"name": "Constant"
},
{
"scope": [
"keyword.operator.symbole",
"keyword.other.mark"
],
"name": "Clojure workaround; don't highlight these separately from their enclosing scope",
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"entity",
"entity.name"
],
"settings": {
"foreground": "#6f42c1"
},
"name": "Entity"
},
{
"scope": [
"variable.parameter.function"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"entity.name.tag"
],
"settings": {
"foreground": "#22863a"
}
},
{
"scope": [
"keyword"
],
"settings": {
"foreground": "#d73a49"
},
"name": "Keyword"
},
{
"scope": [
"storage",
"storage.type"
],
"settings": {
"foreground": "#d73a49"
},
"name": "Storage"
},
{
"scope": [
"storage.modifier.package",
"storage.modifier.import",
"storage.type.java"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"string",
"punctuation.definition.string",
"string punctuation.section.embedded source"
],
"settings": {
"foreground": "#032f62"
},
"name": "String"
},
{
"name": "Ada workaround; don't highlight imports as strings",
"scope": [
"string.unquoted.import.ada"
],
"settings": {}
},
{
"scope": [
"support"
],
"settings": {
"foreground": "#005cc5"
},
"name": "Support"
},
{
"scope": [
"meta.property-name"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"variable"
],
"settings": {
"foreground": "#e36209"
},
"name": "Variable"
},
{
"scope": [
"variable.other"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"invalid.broken"
],
"settings": {
"fontStyle": "bold italic underline",
"foreground": "#b31d28"
},
"name": "Invalid - Broken"
},
{
"scope": [
"invalid.deprecated"
],
"settings": {
"fontStyle": "bold italic underline",
"foreground": "#b31d28"
},
"name": "Invalid Deprecated"
},
{
"scope": [
"invalid.illegal"
],
"settings": {
"fontStyle": "italic underline",
"foreground": "#b31d28"
},
"name": "Invalid Illegal"
},
{
"scope": [
"carriage-return"
],
"settings": {
"fontStyle": "italic underline",
"foreground": "#d73a49"
},
"name": "Carriage Return"
},
{
"scope": [
"invalid.unimplemented"
],
"settings": {
"fontStyle": "bold italic underline",
"foreground": "#b31d28"
},
"name": "Invalid - Unimplemented"
},
{
"scope": [
"message.error"
],
"settings": {
"foreground": "#b31d28"
}
},
{
"scope": [
"string source"
],
"settings": {
"foreground": "#000000"
},
"name": "String embedded-source"
},
{
"scope": [
"string variable"
],
"settings": {
"foreground": "#005cc5"
},
"name": "String variable"
},
{
"scope": [
"source.regexp",
"string.regexp"
],
"settings": {
"foreground": "#032f62"
},
"name": "String.regexp"
},
{
"scope": [
"string.regexp.character-class",
"string.regexp constant.character.escape",
"string.regexp source.ruby.embedded",
"string.regexp string.regexp.arbitrary-repitition"
],
"settings": {
"foreground": "#032f62"
},
"name": "String.regexp.special"
},
{
"scope": [
"string.regexp constant.character.escape"
],
"settings": {
"fontStyle": "bold",
"foreground": "#22863a"
},
"name": "String.regexp constant.character.escape"
},
{
"scope": [
"support.constant"
],
"settings": {
"foreground": "#005cc5"
},
"name": "Support.constant"
},
{
"scope": [
"support.variable"
],
"settings": {
"foreground": "#005cc5"
},
"name": "Support.variable"
},
{
"scope": [
"meta.module-reference"
],
"settings": {
"foreground": "#005cc5"
},
"name": "meta module-reference"
},
{
"scope": [
"markup.list"
],
"settings": {
"foreground": "#735c0f"
},
"name": "Markup.list"
},
{
"scope": [
"markup.heading",
"markup.heading entity.name"
],
"settings": {
"fontStyle": "bold",
"foreground": "#005cc5"
},
"name": "Markup.heading"
},
{
"scope": [
"markup.quote"
],
"settings": {
"foreground": "#22863a"
},
"name": "Markup.quote"
},
{
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#000000"
},
"name": "Markup.italic"
},
{
"scope": [
"markup.bold"
],
"settings": {
"fontStyle": "bold",
"foreground": "#000000"
},
"name": "Markup.bold"
},
{
"scope": [
"markup.raw"
],
"settings": {
"foreground": "#005cc5"
},
"name": "Markup.raw"
},
{
"scope": [
"markup.deleted",
"meta.diff.header.from-file",
"punctuation.definition.deleted"
],
"settings": {
"foreground": "#b31d28"
},
"name": "Markup.deleted"
},
{
"scope": [
"markup.inserted",
"meta.diff.header.to-file",
"punctuation.definition.inserted"
],
"settings": {
"foreground": "#22863a"
},
"name": "Markup.inserted"
},
{
"scope": [
"markup.changed",
"punctuation.definition.changed"
],
"settings": {
"foreground": "#e36209"
}
},
{
"scope": [
"markup.ignored",
"markup.untracked"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"meta.diff.range"
],
"settings": {
"foreground": "#6f42c1",
"fontStyle": "bold"
}
},
{
"scope": [
"meta.diff.header"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"meta.separator"
],
"settings": {
"fontStyle": "bold",
"foreground": "#005cc5"
},
"name": "Meta.separator"
},
{
"name": "Output",
"scope": [
"meta.output"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"brackethighlighter.tag",
"brackethighlighter.curly",
"brackethighlighter.round",
"brackethighlighter.square",
"brackethighlighter.angle",
"brackethighlighter.quote"
],
"settings": {
"foreground": "#586069"
}
},
{
"scope": [
"brackethighlighter.unmatched"
],
"settings": {
"foreground": "#b31d28"
}
},
{
"scope": [
"sublimelinter.mark.error"
],
"settings": {
"foreground": "#b31d28"
}
},
{
"scope": [
"sublimelinter.mark.warning"
],
"settings": {
"foreground": "#e36209"
}
},
{
"scope": [
"sublimelinter.gutter-mark"
],
"settings": {
"foreground": "#959da5"
}
},
{
"scope": [
"constant.other.reference.link",
"string.other.link"
],
"settings": {
"foreground": "#032f62",
"fontStyle": "underline"
}
},
{
"scope": [
"meta.function-call support.function",
"meta.function-call entity.name.function"
],
"settings": {
"foreground": "#005cc5"
}
},
{
"scope": [
"keyword.operator"
],
"settings": {
"foreground": "#000000"
}
}
]
}