提交 359c674c 编写于 作者: D Daniel Imms 提交者: Benjamin Pasero

Workbench colors for tomorrow night blue (#25464)

Part of #25327
上级 891bb768
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
{ {
"label": "Tomorrow Night Blue", "label": "Tomorrow Night Blue",
"uiTheme": "vs-dark", "uiTheme": "vs-dark",
"path": "./themes/Tomorrow-Night-Blue.tmTheme" "path": "./themes/tomorrow-night-blue-theme.json"
} }
] ]
} }
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>http://chriskempson.com</string>
<key>name</key>
<string>Tomorrow Night - Blue</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#002451</string>
<key>caret</key>
<string>#FFFFFF</string>
<key>foreground</key>
<string>#FFFFFF</string>
<key>invisibles</key>
<string>#404F7D</string>
<key>lineHighlight</key>
<string>#00346E</string>
<key>selection</key>
<string>#003F8E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7285B7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Foreground, Operator</string>
<key>scope</key>
<string>keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable, String Link, Regular Expression, Tag Name, GitGutter deleted</string>
<key>scope</key>
<string>variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF9DA4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number, Constant, Function Argument, Tag Attribute, Embedded</string>
<key>scope</key>
<string>constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFC58F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class, Support</string>
<key>scope</key>
<string>entity.name.class, entity.name.type, support.type, support.class</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFEEAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String, Symbols, Inherited Class, Markup Heading, GitGutter inserted</string>
<key>scope</key>
<string>string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#D1F1A9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operator, Misc</string>
<key>scope</key>
<string>keyword.operator, constant.other.color</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#99FFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function, Special Method, Block Level, GitGutter changed</string>
<key>scope</key>
<string>entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#BBDAFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword, Storage</string>
<key>scope</key>
<string>keyword, storage, storage.type, entity.name.tag.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#EBBBFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#F99DA5</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Separator</string>
<key>scope</key>
<string>meta.separator</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#BBDAFE</string>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Deprecated</string>
<key>scope</key>
<string>invalid.deprecated</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EBBBFF</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff foreground</string>
<key>scope</key>
<string>markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff insertion</string>
<key>scope</key>
<string>markup.inserted.diff, meta.diff.header.to-file</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#718c00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff deletion</string>
<key>scope</key>
<string>markup.deleted.diff, meta.diff.header.from-file</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#c82829</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff header</string>
<key>scope</key>
<string>meta.diff.header.from-file, meta.diff.header.to-file</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
<key>background</key>
<string>#4271ae</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Diff range</string>
<key>scope</key>
<string>meta.diff.range</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#3e999f</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup Quote</string>
<key>scope</key>
<string>markup.quote</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC58F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup Lists</string>
<key>scope</key>
<string>markup.list</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BBDAFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup Styling</string>
<key>scope</key>
<string>markup.bold, markup.italic</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC58F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Markup Inline</string>
<key>scope</key>
<string>markup.inline.raw</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF9DA4</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3F4BB232-3C3A-4396-99C0-06A9573715E9</string>
</dict>
</plist>
\ No newline at end of file
{
"type": "dark",
"colors": {
"focusedElementOutline": "#bbdaff",
"inputBoxBackground": "#001733",
"dropdownBackground": "#001733",
"listFocusBackground": "#ffffff60",
"listInactiveFocusBackground": "#ffffff20",
"listActiveSelectionBackground": "#ffffff50",
"listFocusAndSelectionBackground": "#ffffff60",
"listInactiveSelectionBackground": "#ffffff40",
"listHoverBackground": "#ffffff30",
"listDropBackground": "#ffffff60",
"pickerGroupForeground": "#bbdaff",
"editorBackground": "#002451",
"editorForeground": "#ffffff",
"editorSelection": "#003f8e",
"editorLineHighlight": "#00346e",
"editorCursor": "#ffffff",
"editorWhitespaces": "#404f7d",
"tabsContainerBackground": "#001733",
"inactiveTabBackground": "#001c40",
"statusBarBackground": "#001126",
"statusBarNoFolderBackground": "#001126",
"activityBarBackground": "#001733",
"activityBadgeBackground": "#bbdaff",
"activityBadgeForeground": "#001733",
"sideBarBackground": "#001c40",
"statusBarDebuggingBackground": "#ffeead",
"terminalAnsiBlack": "#111111",
"terminalAnsiRed": "#ff9da4",
"terminalAnsiGreen": "#d1f1a9",
"terminalAnsiYellow": "#ffeead",
"terminalAnsiBlue": "#bbdaff",
"terminalAnsiMagenta": "#ebbbff",
"terminalAnsiCyan": "#99ffff",
"terminalAnsiWhite": "#cccccc",
"terminalAnsiBrightBlack": "#333333",
"terminalAnsiBrightRed": "#ff7882",
"terminalAnsiBrightGreen": "#b8f171",
"terminalAnsiBrightYellow": "#ffe580",
"terminalAnsiBrightBlue": "#80baff",
"terminalAnsiBrightMagenta": "#d778ff",
"terminalAnsiBrightCyan": "#78ffff",
"terminalAnsiBrightWhite": "#ffffff"
},
"tokenColors": [
{
"settings": {
"background": "#002451",
"foreground": "#FFFFFF"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#7285B7"
}
},
{
"name": "Foreground, Operator",
"scope": "keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line",
"settings": {
"fontStyle": "",
"foreground": "#FFFFFF"
}
},
{
"name": "Variable, String Link, Regular Expression, Tag Name, GitGutter deleted",
"scope": "variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter",
"settings": {
"foreground": "#FF9DA4"
}
},
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": "constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit",
"settings": {
"fontStyle": "",
"foreground": "#FFC58F"
}
},
{
"name": "Class, Support",
"scope": "entity.name.class, entity.name.type, support.type, support.class",
"settings": {
"fontStyle": "",
"foreground": "#FFEEAD"
}
},
{
"name": "String, Symbols, Inherited Class, Markup Heading, GitGutter inserted",
"scope": "string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter",
"settings": {
"fontStyle": "",
"foreground": "#D1F1A9"
}
},
{
"name": "Operator, Misc",
"scope": "keyword.operator, constant.other.color",
"settings": {
"foreground": "#99FFFF"
}
},
{
"name": "Function, Special Method, Block Level, GitGutter changed",
"scope": "entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter",
"settings": {
"fontStyle": "",
"foreground": "#BBDAFF"
}
},
{
"name": "Keyword, Storage",
"scope": "keyword, storage, storage.type, entity.name.tag.css",
"settings": {
"fontStyle": "",
"foreground": "#EBBBFF"
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F99DA5",
"fontStyle": "",
"foreground": "#FFFFFF"
}
},
{
"name": "Separator",
"scope": "meta.separator",
"settings": {
"background": "#BBDAFE",
"foreground": "#FFFFFF"
}
},
{
"name": "Deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#EBBBFF",
"fontStyle": "",
"foreground": "#FFFFFF"
}
},
{
"name": "Diff foreground",
"scope": "markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file",
"settings": {
"foreground": "#FFFFFF"
}
},
{
"name": "Diff insertion",
"scope": "markup.inserted.diff, meta.diff.header.to-file",
"settings": {
"foreground": "#718c00"
}
},
{
"name": "Diff deletion",
"scope": "markup.deleted.diff, meta.diff.header.from-file",
"settings": {
"foreground": "#c82829"
}
},
{
"name": "Diff header",
"scope": "meta.diff.header.from-file, meta.diff.header.to-file",
"settings": {
"foreground": "#FFFFFF",
"background": "#4271ae"
}
},
{
"name": "Diff range",
"scope": "meta.diff.range",
"settings": {
"fontStyle": "italic",
"foreground": "#3e999f"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#FFC58F"
}
},
{
"name": "Markup Lists",
"scope": "markup.list",
"settings": {
"foreground": "#BBDAFF"
}
},
{
"name": "Markup Styling",
"scope": "markup.bold, markup.italic",
"settings": {
"foreground": "#FFC58F"
}
},
{
"name": "Markup Inline",
"scope": "markup.inline.raw",
"settings": {
"fontStyle": "",
"foreground": "#FF9DA4"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#b267e6"
}
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册