RedPanda-CPP/RedPandaIDE/colorschemes/E-ink.scheme

264 lines
6.2 KiB
Plaintext
Raw Normal View History

2023-11-07 09:03:17 +08:00
{
"Active Breakpoint": {
"background": "#500000ff",
"bold": false,
"italic": false,
"strikeout": false,
"underlined": false
},
"Active Line": {
"background": "#ffe0e0e0",
"bold": false,
"italic": false,
"strikeout": false,
"underlined": false
},
"Assembler": {
"bold": false,
"foreground": "#ff0000ff",
"italic": false,
"strikeout": false,
"underlined": false
},
"Breakpoint": {
"bold": false,
"italic": false,
"strikeout": false,
"underlined": false
},
"Character": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Class": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Comment": {
"bold": false,
"foreground": "#ff838383",
"italic": true,
"strikeout": false,
"underlined": false
},
"Current Highlighted Word": {
"background": "#ffdcdcdc",
"bold": false,
"italic": false,
"strikeout": false,
"underlined": false
},
"Editor Text": {
"background": "#ffffffff",
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Error": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Escape sequences": {
"bold": true,
"foreground": "#ffff0000",
"italic": true,
"strikeout": false,
"underlined": false
},
"Float": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Fold Line": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Function": {
"bold": false,
"foreground": "#ff00627a",
"italic": true,
"strikeout": false,
"underlined": false
},
"Global variable": {
"bold": false,
"foreground": "#ff000000",
"italic": true,
"strikeout": false,
"underlined": false
},
"Gutter": {
"background": "#ffe3e3e3",
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Gutter Active Line": {
"bold": false,
"foreground": "#ff5500ff",
"italic": false,
"strikeout": false,
"underlined": false
},
"Hexadecimal": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Identifier": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Illegal Char": {
"bold": false,
"foreground": "#ffff0000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Indent Guide Line": {
"bold": false,
"foreground": "#ffc0c0c0",
"italic": false,
"strikeout": false,
"underlined": false
},
"Local Variable": {
"bold": false,
"foreground": "#ff000000",
"italic": true,
"strikeout": false,
"underlined": false
},
"Number": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Octal": {
"bold": false,
"foreground": "#ff800080",
"italic": false,
"strikeout": false,
"underlined": false
},
"Preprocessor": {
"bold": true,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Reserve Word for Types": {
"bold": true,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Reserved Word": {
"bold": true,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Selected text": {
"background": "#ff000000",
"bold": false,
"foreground": "#ffffffff",
"italic": false,
"strikeout": false,
"underlined": false
},
"Space": {
"bold": false,
"foreground": "#ffcfcfcf",
"italic": false,
"strikeout": false,
"underlined": false
},
"String": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Symbol": {
"bold": true,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"Variable": {
"bold": false,
"foreground": "#ff000000",
"italic": true,
"strikeout": false,
"underlined": false
},
"Warning": {
"bold": false,
"foreground": "#ff828282",
"italic": false,
"strikeout": false,
"underlined": false
},
"brace/parenthesis/bracket level 1": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"brace/parenthesis/bracket level 2": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"brace/parenthesis/bracket level 3": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
},
"brace/parenthesis/bracket level 4": {
"bold": false,
"foreground": "#ff000000",
"italic": false,
"strikeout": false,
"underlined": false
}
}