178 lines
5.1 KiB
Plaintext
178 lines
5.1 KiB
Plaintext
{
|
|
"custom-styles": {
|
|
"Common Lisp": {
|
|
"Brackets": {
|
|
"selected-text-color": "#904200",
|
|
"text-color": "#005f88"
|
|
}
|
|
}
|
|
},
|
|
"editor-colors": {
|
|
"BackgroundColor": "#f7f3f3",
|
|
"BracketMatching": "#fceae2",
|
|
"CodeFolding": "#94caef",
|
|
"CurrentLine": "#daecf7",
|
|
"CurrentLineNumber": "#1e1e1e",
|
|
"IconBorder": "#f0f0f0",
|
|
"IndentationLine": "#d2d2d2",
|
|
"LineNumbers": "#a0a0a0",
|
|
"MarkBookmark": "#005275",
|
|
"MarkBreakpointActive": "#ff0000",
|
|
"MarkBreakpointDisabled": "#ff00ff",
|
|
"MarkBreakpointReached": "#ffff00",
|
|
"MarkError": "#ff0000",
|
|
"MarkExecution": "#a0a0a4",
|
|
"MarkWarning": "#00ff00",
|
|
"ModifiedLines": "#fdbc4b",
|
|
"ReplaceHighlight": "#25d970",
|
|
"SavedLines": "#2ecc71",
|
|
"SearchHighlight": "#e0af82",
|
|
"Separator": "#d5d5d5",
|
|
"SpellChecking": "#bf0303",
|
|
"TabMarker": "#d2d2d2",
|
|
"TemplateBackground": "#d6d2d0",
|
|
"TemplateFocusedPlaceholder": "#76da98",
|
|
"TemplatePlaceholder": "#baf8ce",
|
|
"TemplateReadOnlyPlaceholder": "#f6e6e6",
|
|
"TextSelection": "#bcbcbc",
|
|
"WordWrapMarker": "#ededed"
|
|
},
|
|
"metadata": {
|
|
"copyright": [
|
|
"SPDX-FileCopyrightText: 2021 shenlebantongying <shenlebantongying@gmail.com>"
|
|
],
|
|
"license": "SPDX-License-Identifier: MIT",
|
|
"name": "Homunculus",
|
|
"revision": 1
|
|
},
|
|
"text-styles": {
|
|
"Alert": {
|
|
"background-color": "#f7e6e6",
|
|
"bold": true,
|
|
"selected-text-color": "#9c0e0e",
|
|
"text-color": "#bf0303"
|
|
},
|
|
"Annotation": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#ca60ca"
|
|
},
|
|
"Attribute": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#0057ae"
|
|
},
|
|
"BaseN": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#b08000"
|
|
},
|
|
"BuiltIn": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#644a9b"
|
|
},
|
|
"Char": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#924c9d"
|
|
},
|
|
"Comment": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#505050"
|
|
},
|
|
"CommentVar": {
|
|
"selected-text-color": "#ffffff",
|
|
"text-color": "#0095ff"
|
|
},
|
|
"Constant": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#aa5500"
|
|
},
|
|
"ControlFlow": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#005f88"
|
|
},
|
|
"DataType": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#0057ae"
|
|
},
|
|
"DecVal": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#b08000"
|
|
},
|
|
"Documentation": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#2a486a"
|
|
},
|
|
"Error": {
|
|
"selected-text-color": "#9c0e0e",
|
|
"text-color": "#bf0303",
|
|
"underline": true
|
|
},
|
|
"Extension": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#0095ff"
|
|
},
|
|
"Float": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#b08000"
|
|
},
|
|
"Function": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#721045"
|
|
},
|
|
"Import": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#813e00"
|
|
},
|
|
"Information": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#b08000"
|
|
},
|
|
"Keyword": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#5317ac"
|
|
},
|
|
"Normal": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#303030"
|
|
},
|
|
"Operator": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#b455b4"
|
|
},
|
|
"Others": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#006e28"
|
|
},
|
|
"Preprocessor": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#006e28"
|
|
},
|
|
"RegionMarker": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#0057ae"
|
|
},
|
|
"SpecialChar": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#3daee9"
|
|
},
|
|
"SpecialString": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#854001"
|
|
},
|
|
"String": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#2544bb"
|
|
},
|
|
"Variable": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#0057ae"
|
|
},
|
|
"VerbatimString": {
|
|
"selected-text-color": "#000000",
|
|
"text-color": "#2544bb"
|
|
},
|
|
"Warning": {
|
|
"selected-text-color": "#9c0e0e",
|
|
"text-color": "#bf0303"
|
|
}
|
|
}
|
|
}
|