Skip to content

Commit

Permalink
XI Language Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ppav committed May 31, 2019
1 parent c9eb13a commit 8c97d51
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 0 deletions.
119 changes: 119 additions & 0 deletions themes/OneDark-Pro-bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,125 @@
"settings": {
"foreground": "#E5C07B"
}
},
{
"name": "heading 1, keyword",
"settings": {
"foreground": "#e5c07b"
},
"scope": [
"entity.name.function.xi"
]
},
{
"name": "heading 2, callable",
"settings": {
"foreground": "#56b6c2"
},
"scope": [
"entity.name.class.xi"
]
},
{
"name": "heading 3, property",
"settings": {
"foreground": "#f44747"
},
"scope": [
"constant.character.character-class.regexp.xi",
"variable.other.readwrite.instance.ruby",
"variable.other.readwrite.class.ruby"
]
},
{
"name": "heading 4, type, class, interface",
"settings": {
"foreground": "#c678dd"
},
"scope": [
"constant.regexp.xi"
]
},
{
"name": "heading 5, enums, preprocessor, constant, decorator",
"settings": {
"foreground": "#e06c75"
},
"scope": [
"keyword.control.xi"
]
},
{
"name": "heading 6, number",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"invalid.xi"
]
},
{
"name": "string",
"settings": {
"foreground": "#98c379"
},
"scope": [
"beginning.punctuation.definition.quote.markdown.xi"
]
},
{
"name": "comments",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"beginning.punctuation.definition.list.markdown.xi"
]
},
{
"name": "link",
"settings": {
"foreground": "#61afef"
},
"scope": [
"constant.character.xi"
]
},
{
"name": "accent",
"settings": {
"foreground": "#61afef"
},
"scope": [
"accent.xi"
]
},
{
"name": "wikiword",
"settings": {
"foreground": "#d19a66"
},
"scope": [
"wikiword.xi"
]
},
{
"name": "language operators like '+', '-' etc",
"settings": {
"foreground": "#ffffff"
},
"scope": [
"constant.other.color.rgb-value.xi"
]
},
{
"name": "elements to dim",
"settings": {
"foreground": "#5c6370"
},
"scope": [
"punctuation.definition.tag.xi"
]
}
]
}
119 changes: 119 additions & 0 deletions themes/OneDark-Pro-vivid.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,125 @@
"settings": {
"foreground": "#e5c07b"
}
},
{
"name": "heading 1, keyword",
"settings": {
"foreground": "#e5c07b"
},
"scope": [
"entity.name.function.xi"
]
},
{
"name": "heading 2, callable",
"settings": {
"foreground": "#56b6c2"
},
"scope": [
"entity.name.class.xi"
]
},
{
"name": "heading 3, property",
"settings": {
"foreground": "#f44747"
},
"scope": [
"constant.character.character-class.regexp.xi",
"variable.other.readwrite.instance.ruby",
"variable.other.readwrite.class.ruby"
]
},
{
"name": "heading 4, type, class, interface",
"settings": {
"foreground": "#c678dd"
},
"scope": [
"constant.regexp.xi"
]
},
{
"name": "heading 5, enums, preprocessor, constant, decorator",
"settings": {
"foreground": "#e06c75"
},
"scope": [
"keyword.control.xi"
]
},
{
"name": "heading 6, number",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"invalid.xi"
]
},
{
"name": "string",
"settings": {
"foreground": "#98c379"
},
"scope": [
"beginning.punctuation.definition.quote.markdown.xi"
]
},
{
"name": "comments",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"beginning.punctuation.definition.list.markdown.xi"
]
},
{
"name": "link",
"settings": {
"foreground": "#61afef"
},
"scope": [
"constant.character.xi"
]
},
{
"name": "accent",
"settings": {
"foreground": "#61afef"
},
"scope": [
"accent.xi"
]
},
{
"name": "wikiword",
"settings": {
"foreground": "#d19a66"
},
"scope": [
"wikiword.xi"
]
},
{
"name": "language operators like '+', '-' etc",
"settings": {
"foreground": "#ffffff"
},
"scope": [
"constant.other.color.rgb-value.xi"
]
},
{
"name": "elements to dim",
"settings": {
"foreground": "#5c6370"
},
"scope": [
"punctuation.definition.tag.xi"
]
}
]
}
119 changes: 119 additions & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,125 @@
"settings": {
"foreground": "#e5c07b"
}
},
{
"name": "heading 1, keyword",
"settings": {
"foreground": "#e5c07b"
},
"scope": [
"entity.name.function.xi"
]
},
{
"name": "heading 2, callable",
"settings": {
"foreground": "#56b6c2"
},
"scope": [
"entity.name.class.xi"
]
},
{
"name": "heading 3, property",
"settings": {
"foreground": "#f44747"
},
"scope": [
"constant.character.character-class.regexp.xi",
"variable.other.readwrite.instance.ruby",
"variable.other.readwrite.class.ruby"
]
},
{
"name": "heading 4, type, class, interface",
"settings": {
"foreground": "#c678dd"
},
"scope": [
"constant.regexp.xi"
]
},
{
"name": "heading 5, enums, preprocessor, constant, decorator",
"settings": {
"foreground": "#e06c75"
},
"scope": [
"keyword.control.xi"
]
},
{
"name": "heading 6, number",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"invalid.xi"
]
},
{
"name": "string",
"settings": {
"foreground": "#98c379"
},
"scope": [
"beginning.punctuation.definition.quote.markdown.xi"
]
},
{
"name": "comments",
"settings": {
"foreground": "#abb2bf"
},
"scope": [
"beginning.punctuation.definition.list.markdown.xi"
]
},
{
"name": "link",
"settings": {
"foreground": "#61afef"
},
"scope": [
"constant.character.xi"
]
},
{
"name": "accent",
"settings": {
"foreground": "#61afef"
},
"scope": [
"accent.xi"
]
},
{
"name": "wikiword",
"settings": {
"foreground": "#d19a66"
},
"scope": [
"wikiword.xi"
]
},
{
"name": "language operators like '+', '-' etc",
"settings": {
"foreground": "#ffffff"
},
"scope": [
"constant.other.color.rgb-value.xi"
]
},
{
"name": "elements to dim",
"settings": {
"foreground": "#5c6370"
},
"scope": [
"punctuation.definition.tag.xi"
]
}
]
}

0 comments on commit 8c97d51

Please sign in to comment.