jinlin
2025-03-01 86f02fee03614fef275c6e0c355d73318ca3025e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*******************************************************************************
 * Copyright (c) 2014 Lars Vogel and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     Lars Vogel <Lars.Vogel@gmail.com> - initial API and implementation
 *     Andrea Guarinoni - intial color schema definition
 *******************************************************************************/
 
/* ############################## Eclipse UI properties ############################## */
 
 
IEclipsePreferences#org-eclipse-ui-editors {
    preferences:
        'AbstractTextEditor.Color.SelectionForeground.SystemDefault=false'
        'AbstractTextEditor.Color.SelectionBackground.SystemDefault=false'
        'AbstractTextEditor.Color.Background.SystemDefault=false'
        'AbstractTextEditor.Color.Foreground.SystemDefault=false'
        'AbstractTextEditor.Color.Background=32,32,32'
        'AbstractTextEditor.Color.FindScope=30,120,155'
        'AbstractTextEditor.Color.Foreground=217,232,247'
        'AbstractTextEditor.Color.SelectionBackground=62,81,93'
        'AbstractTextEditor.Color.SelectionForeground=68,206,239'
        'asOccurencesIndicationColor=72,72,72'
        'breakpointIndicationColor=51,119,193'
        'currentIPColor=54,54,54'
        'currentLineColor=54,54,54'
        'deletionIndicationColor=134,60,67'
        'errorIndicationColor=179,26,64'
        'errorIndicationHighlighting=true'
        'filteredSearchResultIndicationColor=110,110,110'
        'hyperlinkColor=102,175,249'
        'hyperlinkColor.SystemDefault=false'
        'infoIndicationColor=86,194,170'
        'lineNumberColor=98,98,98'
        'linked.slave.color=66,156,255'
        'matchingTagIndicationColor=72,72,72'
        'occurrenceIndicationColor=72,72,72'
        'overrideIndicatorColor=78,120,117'
        'printMarginColor=98,98,98'
        'searchResultHighlighting=false'
        'searchResultIndication=true'
        'searchResultIndicationColor=94,94,94'
        'searchResultTextStyle=BOX'
        'secondaryIPColor=54,54,54'
        'spellingIndicationColor=253,170,211'
        'warningIndicationColor=156,114,3'
        'warningIndicationHighlighting=true'
        'writeOccurrenceIndicationColor=51,90,114'
}
 
IEclipsePreferences#org-eclipse-ui-workbench {
    preferences:
        'ACTIVE_HYPERLINK_COLOR=138,201,242'
        'CONFLICTING_COLOR=240,15,66'
        'CONTENT_ASSIST_BACKGROUND_COLOR=52,57,61'
        'CONTENT_ASSIST_FOREGROUND_COLOR=238,238,238'
        'ERROR_COLOR=247,68,117'
        'HYPERLINK_COLOR=111,197,238'
        'INCOMING_COLOR=31,179,235'
        'OUTGOING_COLOR=238,238,238'
        'RESOLVED_COLOR=108,210,17'
}