Warning, /frameworks/syntax-highlighting/autotests/input/themes/customtheme.theme is written in an unsupported language. File is not indexed.

0001 {
0002     "metadata" : {
0003         "revision" : 1,
0004         "name" : "Test Theme"
0005     },
0006     "text-styles": {
0007         "Normal" : {
0008             "text-color" : "#1f1c1b",
0009             "selected-text-color" : "#ffffff",
0010             "bold" : false,
0011             "italic" : false,
0012             "underline" : false,
0013             "strike-through" : false
0014         }
0015     },
0016     "editor-colors": {
0017         "BackgroundColor" : "#ffffff",
0018         "CodeFolding" : "#94caef",
0019         "BracketMatching" : "#ffff00",
0020         "CurrentLine" : "#f8f7f6",
0021         "IconBorder" : "#f0f0f0",
0022         "IndentationLine" : "#d2d2d2",
0023         "LineNumbers" : "#a0a0a0",
0024         "CurrentLineNumber" : "#1e1e1e",
0025         "MarkBookmark" : "#0000ff",
0026         "MarkBreakpointActive" : "#ff0000",
0027         "MarkBreakpointReached" : "#ffff00",
0028         "MarkBreakpointDisabled" : "#ff00ff",
0029         "MarkExecution" : "#a0a0a4",
0030         "MarkWarning" : "#00ff00",
0031         "MarkError" : "#ff0000",
0032         "ModifiedLines" : "#fdbc4b",
0033         "ReplaceHighlight" : "#00ff00",
0034         "SavedLines" : "#2ecc71",
0035         "SearchHighlight" : "#ffff00",
0036         "TextSelection" : "#94caef",
0037         "Separator" : "#898887",
0038         "SpellChecking" : "#bf0303",
0039         "TabMarker" : "#d2d2d2",
0040         "TemplateBackground" : "#d6d2d0",
0041         "TemplatePlaceholder" : "#baf8ce",
0042         "TemplateFocusedPlaceholder" : "#76da98",
0043         "TemplateReadOnlyPlaceholder" : "#f6e6e6",
0044         "WordWrapMarker" : "#ededed"
0045     }
0046 }