This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 231617
Collapse All | Expand All

(-)a/defaults/src/org/netbeans/modules/defaults/BlueTheme-editor.xml (-34 / +1 lines)
Lines 46-83 Link Here
46
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd">
46
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd">
47
47
48
<fontscolors>
48
<fontscolors>
49
    <fontcolor name="block-search" foreColor="white" bgColor="ff5d719c"/>
49
    <fontcolor bgColor="0000ff" name="Breakpoint"/>
50
    <fontcolor name="code-folding" foreColor="white" bgColor="253E5A"/>
51
    <fontcolor name="code-folding-bar" foreColor="253E5A"/>
52
    <fontcolor name="guarded" bgColor="darkGray"/>
53
    <fontcolor name="readonly-files" bgColor="darkGray"/>
54
    <fontcolor name="highlight-caret-row" bgColor="ff1b3450"/>
55
    <fontcolor name="nbeditor-bracesMatching-match" bgColor="ff386f4c" foreColor="white">
56
        <font style="bold" />
57
    </fontcolor>
58
    <fontcolor name="nbeditor-bracesMatching-mismatch" bgColor="ff6f3757" foreColor="white">
59
        <font style="bold" />
60
    </fontcolor>
61
    <fontcolor name="nbeditor-bracesMatching-match-multichar" bgColor="ff386f4c" foreColor="white">
62
        <font style="bold" />
63
    </fontcolor>
64
    <fontcolor name="nbeditor-bracesMatching-mismatch-multichar" bgColor="ff6f3757" foreColor="white">
65
        <font style="bold" />
66
    </fontcolor>
67
    <fontcolor name="highlight-search" bgColor="38566F"/>
68
    <fontcolor name="inc-search" bgColor="38566F"/>
69
    <fontcolor name="line-number" foreColor="white" bgColor="121e31"/>
70
    <fontcolor name="selection" bgColor="ff685d9c"/>
71
    <fontcolor name="status-bar"/>
72
    <fontcolor name="status-bar-bold" foreColor="red"/>
73
    <fontcolor name="caret-color-insert-mode" foreColor="yellow" />
74
    <fontcolor name="caret-color-overwrite-mode" foreColor="yellow" />
75
    <fontcolor name="text-limit-line-color" foreColor="253E5A"/>
76
    <fontcolor name="hyperlinks" foreColor="a4a4ff" underline="a4a4ff"/>
77
    <fontcolor name="synchronized-text-blocks-ext" foreColor="ffcc0099"/>
78
    <fontcolor name="synchronized-text-blocks-ext-slave" foreColor="ff996600"/>
79
    <fontcolor name="indent-whitespace"/>
80
    <fontcolor name="trailing-whitespace"/>
81
    <fontcolor name="nbeditor-bracesMatching-sidebar"/>
82
    <fontcolor name="indent-guide-lines" foreColor="253e5a"/>
83
 </fontscolors>
50
 </fontscolors>
(-)a/defaults/src/org/netbeans/modules/defaults/mf-layer.xml (+3 lines)
Lines 1174-1179 Link Here
1174
                            <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.defaults.Bundle"/>
1174
                            <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.modules.defaults.Bundle"/>
1175
                            <attr name="nbeditor-settings-ColoringType" stringvalue="highlight"/>
1175
                            <attr name="nbeditor-settings-ColoringType" stringvalue="highlight"/>
1176
                        </file>
1176
                        </file>
1177
                        <file name="org-netbeans-modules-editor-annotations-colorings.xml" url="BlueTheme-annotations.xml">
1178
                             <attr name="nbeditor-settings-ColoringType" stringvalue="annotation"/>
1179
                         </file>
1177
                    </folder>
1180
                    </folder>
1178
                </folder>
1181
                </folder>
1179
            
1182
            

Return to bug 231617