123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- {
- "Colors": {
- "Info": {
- "General": {
- "Version": "1.9.0",
- "Date": "07.12.2016"
- },
- "Author": {
- "Name": "Lasse Rautiainen",
- "Mail": "lasse@bonecode.com"
- }
- },
- "Editor": {
- "Colors": {
- "Background": "clWhite",
- "ActiveLineBackground": "$00E6FAFF",
- "CodeFoldingActiveLineBackground": "$00E6FAFF",
- "CodeFoldingBackground": "clWhite",
- "CodeFoldingCollapsedLine": "$00CC9999",
- "CodeFoldingFoldingLine": "$00CC9999",
- "CodeFoldingFoldingLineHighlight": "$00CC9999",
- "CodeFoldingIndent": "$00CC9999",
- "CodeFoldingIndentHighlight": "$00CC9999",
- "CodeFoldingHintBackground": "clWhite",
- "CodeFoldingHintBorder": "$00CC9999",
- "CodeFoldingHintText": "clNone",
- "CodeFoldingHintIndicatorBackground": "clWhite",
- "CodeFoldingHintIndicatorBorder": "$00CC9999",
- "CodeFoldingHintIndicatorMark": "$00CC9999",
- "CompletionProposalBackground": "clWhite",
- "CompletionProposalForeground": "clBlack",
- "CompletionProposalSelectedBackground": "clHighlight",
- "CompletionProposalSelectedText": "clHighlightText",
- "LeftMarginActiveLineBackground": "$00E6FAFF",
- "LeftMarginBackground": "clWhite",
- "LeftMarginBorder": "clWhite",
- "LeftMarginLineNumberLine": "$00CC9999",
- "LeftMarginLineNumbers": "$00CC9999",
- "LeftMarginLineStateModified": "clYellow",
- "LeftMarginLineStateNormal": "clLime",
- "LeftMarginBookmarkPanel": "clWhite",
- "MatchingPairMatched": "clAqua",
- "MatchingPairUnderline": "$00CC9999",
- "MatchingPairUnmatched": "clYellow",
- "MinimapBackground": "clNone",
- "MinimapBookmark": "$00999999",
- "MinimapVisibleLines": "$00E6FAFF",
- "RightMargin": "clSilver",
- "RightMovingEdge": "clSilver",
- "SearchHighlighterBackground": "$0078AAFF",
- "SearchHighlighterForeground": "clBlack",
- "SearchInSelectionBackground": "$00FCFDCD",
- "SearchMapActiveLine": "$00F0F0F0",
- "SearchMapBackground": "$00F4F4F4",
- "SearchMapForeground": "$0078AAFF",
- "SelectionBackground": "$00A56D53",
- "SelectionForeground": "clWhite",
- "SyncEditBackground": "$00FCFDCD",
- "SyncEditEditBorder": "$00333333",
- "SyncEditWordBorder": "$00A56D53",
- "WordWrapIndicatorArrow": "$00333333",
- "WordWrapIndicatorLines": "$009f6f2f"
- },
- "Fonts": {
- "LineNumbers": "Consolas",
- "Text": "Consolas",
- "Minimap": "Consolas",
- "CodeFoldingHint": "Consolas",
- "CompletionProposal": "Consolas"
- },
- "FontSizes": {
- "LineNumbers": "8",
- "Text": "9",
- "Minimap": "1",
- "CodeFoldingHint": "8",
- "CompletionProposal": "8"
- }
- },
- "Elements": [
- {
- "Name": "Editor",
- "Foreground": "$00333333",
- "Background": "clWhite"
- },
- {
- "Name": "Comment",
- "Foreground": "$00999999",
- "Background": "clWhite",
- "Style": "Italic"
- },
- {
- "Name": "String",
- "Foreground": "$005049d4",
- "Background": "clWhite"
- },
- {
- "Name": "Directive",
- "Foreground": "$00999900",
- "Background": "clWhite"
- },
- {
- "Name": "Character",
- "Foreground": "$00cf9f4f",
- "Background": "clWhite"
- },
- {
- "Name": "ReservedWord",
- "Foreground": "$009f6f2f",
- "Background": "clWhite",
- "Style": "Bold"
- },
- {
- "Name": "Symbol",
- "Foreground": "clNavy",
- "Background": "clWhite"
- },
- {
- "Name": "Number",
- "Foreground": "$00AAAA33",
- "Background": "clWhite"
- },
- {
- "Name": "HexNumber",
- "Foreground": "$00AAAA33",
- "Background": "clWhite"
- },
- {
- "Name": "HighlightedBlock",
- "Foreground": "clBlack",
- "Background": "$00f9f7f7"
- },
- {
- "Name": "HighlightedBlockSymbol",
- "Foreground": "clNavy",
- "Background": "$00f9f7f7"
- },
- {
- "Name": "AssemblerComment",
- "Foreground": "$00999999",
- "Background": "$00f9f7f7",
- "Style": "Italic"
- },
- {
- "Name": "AssemblerReservedWord",
- "Foreground": "$009f6f2f",
- "Background": "$00f9f7f7",
- "Style": "Bold"
- },
- {
- "Name": "Attribute",
- "Foreground": "$00cf9f4f",
- "Background": "clWhite"
- },
- {
- "Name": "Method",
- "Foreground": "$009f6f2f",
- "Background": "clWhite",
- "Style": "Bold"
- },
- {
- "Name": "MethodName",
- "Foreground": "$00333333",
- "Background": "clWhite"
- }
- ]
- }
- }
|