提交 303c841c 编写于 作者: M Martin Aeschlimann

[theme] convert kimbie dark

上级 07d8b6a6
......@@ -8,7 +8,7 @@
{
"label": "Kimbie Dark",
"uiTheme": "vs-dark",
"path": "./themes/Kimbie_dark.tmTheme"
"path": "./themes/kimbie-dark-color-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">
<!--
Name: Kimbie (dark)
Author: Jan T. Sott
License: Creative Commons Attribution-ShareAlike 3.0 Unported License
URL: https://github.com/idleberg/Kimbie.tmTheme
Base16 template for TextMate by Chris Kempson (https://github.com/chriskempson)
-->
<plist version="1.0">
<dict>
<key>author</key>
<string>Jan T. Sott</string>
<key>name</key>
<string>Kimbie (dark)</string>
<key>comment</key>
<string>https://github.com/idleberg/Kimbie.tmTheme</string>
<key>semanticClass</key>
<string>theme.dark.kimbie</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>gutterSettings</key>
<dict>
<key>background</key>
<string>#5e452b</string>
<key>divider</key>
<string>#5e452b</string>
<key>foreground</key>
<string>#a57a4c</string>
<key>selectionBackground</key>
<string>#84613d</string>
<key>selectionForeground</key>
<string>#d6baad</string>
</dict>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#221a0f</string>
<key>caret</key>
<string>#d3af86</string>
<key>foreground</key>
<string>#d3af86</string>
<key>invisibles</key>
<string>#a57a4c</string>
<key>lineHighlight</key>
<string>#5e452b</string>
<key>selection</key>
<string>#84613d</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Text</string>
<key>scope</key>
<string>variable.parameter.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d3af86</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>comment, punctuation.definition.comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#a57a4c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Punctuation</string>
<key>scope</key>
<string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d3af86</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Delimiters</string>
<key>scope</key>
<string>none</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d3af86</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operators</string>
<key>scope</key>
<string>keyword.operator</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#d3af86</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keywords</string>
<key>scope</key>
<string>keyword, keyword.control</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#98676a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variables</string>
<key>scope</key>
<string>variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Functions</string>
<key>scope</key>
<string>entity.name.function, meta.require, support.function.any-method</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8ab1b0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Classes</string>
<key>scope</key>
<string>support.class, entity.name.class, entity.name.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f06431</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Methods</string>
<key>scope</key>
<string>keyword.other.special-method</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8ab1b0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
<key>scope</key>
<string>storage</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#98676a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Support</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7e602c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Strings, Inherited Class</string>
<key>scope</key>
<string>string, constant.other.symbol, entity.other.inherited-class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#889b4a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Integers</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Floats</string>
<key>scope</key>
<string>none</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Boolean</string>
<key>scope</key>
<string>none</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Constants</string>
<key>scope</key>
<string>constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tags</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Attributes</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Attribute IDs</string>
<key>scope</key>
<string>entity.other.attribute-name.id, punctuation.definition.entity</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8ab1b0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Selector</string>
<key>scope</key>
<string>meta.selector</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#98676a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Values</string>
<key>scope</key>
<string>none</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Headings</string>
<key>scope</key>
<string>markup.heading, markup.heading.setext, punctuation.definition.heading, entity.name.section</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#8ab1b0</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Units</string>
<key>scope</key>
<string>keyword.other.unit</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Bold</string>
<key>scope</key>
<string>markup.bold, punctuation.definition.bold</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#f06431</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Italic</string>
<key>scope</key>
<string>markup.italic, punctuation.definition.italic</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#98676a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Code</string>
<key>scope</key>
<string>markup.inline.raw</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#889b4a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Link Text</string>
<key>scope</key>
<string>string.other.link</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Link Url</string>
<key>scope</key>
<string>meta.link</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Lists</string>
<key>scope</key>
<string>markup.list</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Quotes</string>
<key>scope</key>
<string>markup.quote</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#f79a32</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>#84613d</string>
<key>foreground</key>
<string>#d3af86</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#889b4a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Changed</string>
<key>scope</key>
<string>markup.changed</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#98676a</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Colors</string>
<key>scope</key>
<string>constant.other.color</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7e602c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Regular Expressions</string>
<key>scope</key>
<string>string.regexp</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7e602c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Escape Characters</string>
<key>scope</key>
<string>constant.character.escape</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7e602c</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded</string>
<key>scope</key>
<string>punctuation.section.embedded, variable.interpolation</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#18401e</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid.illegal</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#dc3958</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>3afc3658-e264-4790-85c5-4c4c85f4b1ce</string>
</dict>
</plist>
{
"name": "Kimbie (dark)",
"colors": {
"editorBackground": "#221a0f",
"editorCursor": "#d3af86",
"editorForeground": "#d3af86",
"editorWhitespaces": "#a57a4c",
"editorLineHighlight": "#5e452b",
"editorSelection": "#84613d"
},
"tokenColors": [
{
"settings": {
"background": "#221a0f",
"foreground": "#d3af86"
}
},
{
"name": "Text",
"scope": "variable.parameter.function",
"settings": {
"foreground": "#d3af86"
}
},
{
"name": "Comments",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"foreground": "#a57a4c"
}
},
{
"name": "Punctuation",
"scope": [
"punctuation.definition.string",
"punctuation.definition.variable",
"punctuation.definition.string",
"punctuation.definition.parameters",
"punctuation.definition.string",
"punctuation.definition.array"
],
"settings": {
"foreground": "#d3af86"
}
},
{
"name": "Delimiters",
"scope": "none",
"settings": {
"foreground": "#d3af86"
}
},
{
"name": "Operators",
"scope": "keyword.operator",
"settings": {
"foreground": "#d3af86"
}
},
{
"name": "Keywords",
"scope": [
"keyword",
"keyword.control"
],
"settings": {
"foreground": "#98676a"
}
},
{
"name": "Variables",
"scope": "variable",
"settings": {
"foreground": "#dc3958"
}
},
{
"name": "Functions",
"scope": [
"entity.name.function",
"meta.require",
"support.function.any-method"
],
"settings": {
"foreground": "#8ab1b0"
}
},
{
"name": "Classes",
"scope": [
"support.class",
"entity.name.class",
"entity.name.type"
],
"settings": {
"foreground": "#f06431"
}
},
{
"name": "Methods",
"scope": "keyword.other.special-method",
"settings": {
"foreground": "#8ab1b0"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"foreground": "#98676a"
}
},
{
"name": "Support",
"scope": "support.function",
"settings": {
"foreground": "#7e602c"
}
},
{
"name": "Strings, Inherited Class",
"scope": [
"string",
"constant.other.symbol",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#889b4a"
}
},
{
"name": "Integers",
"scope": "constant.numeric",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Floats",
"scope": "none",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Boolean",
"scope": "none",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Constants",
"scope": "constant",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Tags",
"scope": "entity.name.tag",
"settings": {
"foreground": "#dc3958"
}
},
{
"name": "Attributes",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Attribute IDs",
"scope": [
"entity.other.attribute-name.id",
"punctuation.definition.entity"
],
"settings": {
"foreground": "#8ab1b0"
}
},
{
"name": "Selector",
"scope": "meta.selector",
"settings": {
"foreground": "#98676a"
}
},
{
"name": "Values",
"scope": "none",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Headings",
"scope": [
"markup.heading",
"markup.heading.setext",
"punctuation.definition.heading",
"entity.name.section"
],
"settings": {
"fontStyle": "",
"foreground": "#8ab1b0"
}
},
{
"name": "Units",
"scope": "keyword.other.unit",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Bold",
"scope": [
"markup.bold",
"punctuation.definition.bold"
],
"settings": {
"fontStyle": "bold",
"foreground": "#f06431"
}
},
{
"name": "Italic",
"scope": [
"markup.italic",
"punctuation.definition.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#98676a"
}
},
{
"name": "Code",
"scope": "markup.inline.raw",
"settings": {
"foreground": "#889b4a"
}
},
{
"name": "Link Text",
"scope": "string.other.link",
"settings": {
"foreground": "#dc3958"
}
},
{
"name": "Link Url",
"scope": "meta.link",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Lists",
"scope": "markup.list",
"settings": {
"foreground": "#dc3958"
}
},
{
"name": "Quotes",
"scope": "markup.quote",
"settings": {
"foreground": "#f79a32"
}
},
{
"name": "Separator",
"scope": "meta.separator",
"settings": {
"background": "#84613d",
"foreground": "#d3af86"
}
},
{
"name": "Inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#889b4a"
}
},
{
"name": "Deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#dc3958"
}
},
{
"name": "Changed",
"scope": "markup.changed",
"settings": {
"foreground": "#98676a"
}
},
{
"name": "Colors",
"scope": "constant.other.color",
"settings": {
"foreground": "#7e602c"
}
},
{
"name": "Regular Expressions",
"scope": "string.regexp",
"settings": {
"foreground": "#7e602c"
}
},
{
"name": "Escape Characters",
"scope": "constant.character.escape",
"settings": {
"foreground": "#7e602c"
}
},
{
"name": "Embedded",
"scope": [
"punctuation.section.embedded",
"variable.interpolation"
],
"settings": {
"foreground": "#18401e"
}
},
{
"name": "Invalid",
"scope": "invalid.illegal",
"settings": {
"foreground": "#dc3958"
}
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册