Merge pull request #892 from zed-industries/syntax-theme-fixes

Syntax theme fixes
This commit is contained in:
Max Brunsfeld 2022-04-22 13:24:31 -07:00 committed by GitHub
commit f881c2aa92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 231 additions and 75 deletions

View file

@ -692,33 +692,88 @@
}
},
"syntax": {
"keyword": "#4f8ff7",
"function": "#f9da82",
"string": "#f99d5f",
"type": "#3eeeda",
"number": "#aeef4b",
"comment": "#aaaaaa",
"property": "#4f8ff7",
"variant": "#53c1f5",
"constant": "#d5d5d5",
"primary": {
"color": "#d5d5d5",
"weight": "normal"
},
"comment": {
"color": "#aaaaaa",
"weight": "normal"
},
"punctuation": {
"color": "#c6c6c6",
"weight": "normal"
},
"constant": {
"color": "#d5d5d5",
"weight": "normal"
},
"keyword": {
"color": "#4f8ff7",
"weight": "normal"
},
"function": {
"color": "#f9da82",
"weight": "normal"
},
"type": {
"color": "#3eeeda",
"weight": "normal"
},
"variant": {
"color": "#53c1f5",
"weight": "normal"
},
"property": {
"color": "#4f8ff7",
"weight": "normal"
},
"enum": {
"color": "#ee670a",
"weight": "normal"
},
"operator": {
"color": "#ee670a",
"weight": "normal"
},
"string": {
"color": "#f99d5f",
"weight": "normal"
},
"number": {
"color": "#aeef4b",
"weight": "normal"
},
"boolean": {
"color": "#aeef4b",
"weight": "normal"
},
"predictive": {
"color": "#808080",
"weight": "normal"
},
"title": {
"color": "#de900c",
"weight": "bold"
},
"emphasis": "#4f8ff7",
"emphasis_strong": {
"emphasis": {
"color": "#4f8ff7",
"weight": "normal"
},
"emphasis.strong": {
"color": "#4f8ff7",
"weight": "bold"
},
"link_uri": {
"color": "#79ba16",
"weight": "normal",
"underline": true
},
"link_text": {
"color": "#ee670a",
"weight": "normal",
"italic": true
},
"list_marker": "#c6c6c6"
}
}
},
"project_diagnostics": {

View file

@ -692,33 +692,88 @@
}
},
"syntax": {
"keyword": "#1819a1",
"function": "#bb550e",
"string": "#eb2d2d",
"type": "#a8820e",
"number": "#484bed",
"comment": "#717171",
"property": "#106c4e",
"variant": "#97142a",
"constant": "#1c1c1c",
"primary": {
"color": "#1c1c1c",
"weight": "normal"
},
"comment": {
"color": "#717171",
"weight": "normal"
},
"punctuation": {
"color": "#555555",
"weight": "normal"
},
"constant": {
"color": "#1c1c1c",
"weight": "normal"
},
"keyword": {
"color": "#1819a1",
"weight": "normal"
},
"function": {
"color": "#bb550e",
"weight": "normal"
},
"type": {
"color": "#a8820e",
"weight": "normal"
},
"variant": {
"color": "#97142a",
"weight": "normal"
},
"property": {
"color": "#106c4e",
"weight": "normal"
},
"enum": {
"color": "#eb2d2d",
"weight": "normal"
},
"operator": {
"color": "#eb2d2d",
"weight": "normal"
},
"string": {
"color": "#eb2d2d",
"weight": "normal"
},
"number": {
"color": "#484bed",
"weight": "normal"
},
"boolean": {
"color": "#eb2d2d",
"weight": "normal"
},
"predictive": {
"color": "#808080",
"weight": "normal"
},
"title": {
"color": "#1096d3",
"weight": "bold"
},
"emphasis": "#484bed",
"emphasis_strong": {
"emphasis": {
"color": "#484bed",
"weight": "normal"
},
"emphasis.strong": {
"color": "#484bed",
"weight": "bold"
},
"link_uri": {
"color": "#79ba16",
"weight": "normal",
"underline": true
},
"link_text": {
"color": "#eb2d2d",
"weight": "normal",
"italic": true
},
"list_marker": "#555555"
}
}
},
"project_diagnostics": {