feat: Improve code highlight theme
This commit is contained in:
		
							parent
							
								
									4fc6a16a86
								
							
						
					
					
						commit
						81a584cbd9
					
				
					 1 changed files with 19 additions and 19 deletions
				
			
		|  | @ -8,52 +8,52 @@ | |||
|         "/builds/prehnRA/pre.hn/tree-sitter/_parsers/" | ||||
|     ], | ||||
|     "theme": { | ||||
|         "function": 26, | ||||
|         "function": "#a7b1f1", | ||||
|         "variable.parameter": { | ||||
|             "underline": true | ||||
|         }, | ||||
|         "constant.builtin": { | ||||
|             "bold": true, | ||||
|             "color": 94 | ||||
|             "color": "#D9C426" | ||||
|         }, | ||||
|         "tag": 18, | ||||
|         "constructor": 136, | ||||
|         "keyword": 56, | ||||
|         "punctuation.bracket": 239, | ||||
|         "tag": "#5d6eee", | ||||
|         "constructor": "#a19112", | ||||
|         "keyword": "#C211DA", | ||||
|         "punctuation.bracket": "#A1A1A1", | ||||
|         "number": { | ||||
|             "color": 94, | ||||
|             "color": "#d9c426", | ||||
|             "bold": true | ||||
|         }, | ||||
|         "operator": { | ||||
|             "color": 239, | ||||
|             "color": "#A1A1A1", | ||||
|             "bold": true | ||||
|         }, | ||||
|         "string": 28, | ||||
|         "string": "#2fad1f", | ||||
|         "attribute": { | ||||
|             "italic": true, | ||||
|             "color": 124 | ||||
|             "color": "#cf172c" | ||||
|         }, | ||||
|         "string.special": 30, | ||||
|         "string.special": "#2fad1f", | ||||
|         "variable.builtin": { | ||||
|             "bold": true | ||||
|         }, | ||||
|         "constant": 94, | ||||
|         "constant": "#d9c426", | ||||
|         "embedded": null, | ||||
|         "type.builtin": { | ||||
|             "color": 23, | ||||
|             "color": "#d9c426", | ||||
|             "bold": true | ||||
|         }, | ||||
|         "property": 124, | ||||
|         "module": 136, | ||||
|         "property": "#cf172c", | ||||
|         "module": "#d3f8f4", | ||||
|         "function.builtin": { | ||||
|             "color": 26, | ||||
|             "color": "#a7b1f1", | ||||
|             "bold": true | ||||
|         }, | ||||
|         "comment": { | ||||
|             "color": 245, | ||||
|             "color": "#8a8a8a", | ||||
|             "italic": true | ||||
|         }, | ||||
|         "punctuation.delimiter": 239, | ||||
|         "type": 23 | ||||
|         "punctuation.delimiter": "#A1A1A1", | ||||
|         "type": "#8bf3e7" | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Robert Prehn
						Robert Prehn