oxentescript
Version:
🌴 A Linguagem de Programação dos Baianos com Tokens Coloquiais Brasileiros + Syntax Highlighting Colorido!
114 lines • 3 kB
JSON
{
"name": "OxenteScript Baiano",
"type": "dark",
"colors": {
"editor.background": "#1a1a1a",
"editor.foreground": "#f0f0f0",
"editorCursor.foreground": "#f0f0f0",
"editor.lineHighlightBackground": "#2a2a2a",
"editorLineNumber.foreground": "#666666",
"editorLineNumber.activeForeground": "#ffcc00",
"editor.selectionBackground": "#264f78",
"editor.selectionHighlightBackground": "#add6ff26"
},
"tokenColors": [
{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"fontStyle": "italic",
"foreground": "#6A9955"
}
},
{
"name": "String",
"scope": [
"string.quoted",
"string.template"
],
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "Number",
"scope": [
"constant.numeric"
],
"settings": {
"foreground": "#B5CEA8"
}
},
{
"name": "Tokens Baianos",
"scope": [
"keyword.control.baiano.oxentescript"
],
"settings": {
"foreground": "#FF6B6B",
"fontStyle": "bold"
}
},
{
"name": "Tokens Brasileiros",
"scope": [
"keyword.control.brasileiro.oxentescript"
],
"settings": {
"foreground": "#4ECDC4",
"fontStyle": "bold"
}
},
{
"name": "Operadores Coloquiais",
"scope": [
"keyword.operator.coloquial.oxentescript"
],
"settings": {
"foreground": "#45B7D1",
"fontStyle": "bold"
}
},
{
"name": "Operadores",
"scope": [
"keyword.operator"
],
"settings": {
"foreground": "#D4D4D4"
}
},
{
"name": "Function Names",
"scope": [
"entity.name.function"
],
"settings": {
"foreground": "#DCDCAA"
}
},
{
"name": "Punctuation",
"scope": [
"punctuation"
],
"settings": {
"foreground": "#D4D4D4"
}
},
{
"name": "Brackets",
"scope": [
"punctuation.definition.block",
"punctuation.definition.parameters",
"punctuation.definition.array"
],
"settings": {
"foreground": "#FFD700"
}
}
]
}