Browse Source
git-subtree-dir: netbeans-colors-solarized git-subtree-mainline:pull/68/headb6d5f9442dgit-subtree-split:8f497f3074
39 changed files with 625 additions and 0 deletions
@ -0,0 +1,82 @@
|
||||
Solarized Colorscheme for NetBeans |
||||
============================== |
||||
|
||||
Developed by Ethan Schoonover <es@ethanschoonover.com> |
||||
Ported to NetBeans by Brian Fenton [https://github.com/fentie] |
||||
|
||||
See the [homepage for the Solarized colorscheme][solarized] for versions for |
||||
Vim, popular terminal emulators and other applications. |
||||
|
||||
If you have come across this colorscheme via the [NetBeans-only repository on |
||||
github][netbeans-solarized-github], see the link above to the Solarized homepage or |
||||
visit the [github repository for Solarized][solarized-github]. |
||||
|
||||
[solarized]: http://ethanschoonover.com/solarized |
||||
[solarized-github]: https://github.com/altercation/solarized |
||||
[netbeans-solarized-github]: https://github.com/altercation/netbeans-colors-solarized |
||||
|
||||
Installation |
||||
------------ |
||||
|
||||
1. Download the zipped version of this repo. |
||||
|
||||
2. Open NetBeans, select Preferences, then Import in the lower left. Navigate |
||||
to the zip file you downloaded, check the Netbeans\_Solarized\_Dark box under |
||||
the Fonts & Colors section. |
||||
|
||||
3. Restart NetBeans (just to be on the safe side). |
||||
|
||||
Which Variation? |
||||
---------------- |
||||
|
||||
Normally there would be a discussion of 16- vs. 256-color versions of Solarized |
||||
here, but I've only ported the 16-color dark version. This color scheme is also |
||||
not as flashy/rich as the Vim ones due to lack of granularity in the NetBeans |
||||
theme preferences. |
||||
|
||||
The Values |
||||
---------- |
||||
|
||||
NetBeans uses RGB values for its colors. For the full list of colors specified in |
||||
other formats, see [the main Solarized home page][solarized] |
||||
|
||||
SOLARIZED sRGB |
||||
--------- ----------- |
||||
base03 0 43 54 |
||||
base02 7 54 66 |
||||
base01 88 110 117 |
||||
base00 101 123 131 |
||||
base0 131 148 150 |
||||
base1 147 161 161 |
||||
base2 238 232 213 |
||||
base3 253 246 227 |
||||
yellow 181 137 0 |
||||
orange 203 75 22 |
||||
red 220 50 47 |
||||
magenta 211 54 130 |
||||
violet 108 113 196 |
||||
blue 38 139 210 |
||||
cyan 42 161 152 |
||||
green 133 153 0 |
||||
|
||||
License |
||||
------- |
||||
Copyright (c) 2011 Ethan Schoonover |
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
of this software and associated documentation files (the "Software"), to deal |
||||
in the Software without restriction, including without limitation the rights |
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
copies of the Software, and to permit persons to whom the Software is |
||||
furnished to do so, subject to the following conditions: |
||||
|
||||
The above copyright notice and this permission notice shall be included in |
||||
all copies or substantial portions of the Software. |
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
||||
THE SOFTWARE. |
||||
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name=""> |
||||
<attr name="Services\DiffProviders\org-netbeans-modules-diff-builtin-provider-BuiltInDiffProvider.settings\position" intvalue="100"/> |
||||
<attr name="Spellcheckers\GSP\Hidden" boolvalue="true"/> |
||||
<attr name="Spellcheckers\HTML\Hidden" boolvalue="false"/> |
||||
<attr name="Spellcheckers\JSP\Hidden" boolvalue="true"/> |
||||
<attr name="Spellcheckers\PHP\Hidden" boolvalue="false"/> |
||||
<attr name="Spellcheckers\Properties\Hidden" boolvalue="false"/> |
||||
<attr name="Spellcheckers\XHTML\Hidden" boolvalue="false"/> |
||||
<attr name="Spellcheckers\XML\Hidden" boolvalue="true"/> |
||||
</fileobject> |
||||
<fileobject name="Editors"> |
||||
<attr name="currentFontColorProfile" stringvalue="Netbeans_Solarized_Dark"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="highlight"/> |
||||
</fileobject> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor bgColor="ff253e5a" foreColor="ff6699ff" name="code-folding"/> |
||||
<fontcolor foreColor="ff99ccff" name="caret-color-insert-mode"/> |
||||
<fontcolor bgColor="ffe0e8f1" name="block-search"/> |
||||
<fontcolor foreColor="ff253e5a" name="text-limit-line-color"/> |
||||
<fontcolor bgColor="ffdfdfdf" name="readonly-files"/> |
||||
<fontcolor bgColor="white" foreColor="ff333333" name="nbeditor-bracesMatching-match-multichar"/> |
||||
<fontcolor foreColor="white" name="line-number"/> |
||||
<fontcolor foreColor="blue" name="hyperlinks" underline="blue"/> |
||||
<fontcolor bgColor="ff253e5a" name="highlight-caret-row"/> |
||||
<fontcolor bgColor="red" name="status-bar-bold"/> |
||||
<fontcolor foreColor="black" name="caret-color-overwrite-mode"/> |
||||
<fontcolor bgColor="ff4e687d" name="selection"/> |
||||
<fontcolor bgColor="ff121e31" foreColor="white" name="status-bar"/> |
||||
<fontcolor bgColor="ff38566f" name="inc-search"/> |
||||
<fontcolor foreColor="ffcc0099" name="synchronized-text-blocks-ext"/> |
||||
<fontcolor foreColor="ff253e5a" name="code-folding-bar"/> |
||||
<fontcolor bgColor="ff38566f" name="highlight-search"/> |
||||
<fontcolor bgColor="ffd83636" name="nbeditor-bracesMatching-mismatch-multichar"/> |
||||
<fontcolor foreColor="ff996600" name="synchronized-text-blocks-ext-slave"/> |
||||
<fontcolor bgColor="darkGray" name="guarded"/> |
||||
<fontcolor bgColor="ff313641" name="nbeditor-bracesMatching-match"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor bgColor="ffcc6600" foreColor="white" name="nbeditor-bracesMatching-mismatch"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
</fontscolors> |
||||
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor name="error" underline="ffff3333"/> |
||||
<fontcolor foreColor="ff8aa6c1" name="char"/> |
||||
<fontcolor foreColor="ffcb4b16" name="keyword"/> |
||||
<fontcolor name="whitespace"/> |
||||
<fontcolor foreColor="ff2aa198" name="number"/> |
||||
<fontcolor default="keyword" name="markup-element"/> |
||||
<fontcolor foreColor="ff859900" name="operator"/> |
||||
<fontcolor name="url" underline="blue"/> |
||||
<fontcolor default="identifier" name="field"/> |
||||
<fontcolor bgColor="ff002b36" foreColor="ff839496" name="default"> |
||||
<font name="Monaco" size="12" style="plain"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="ff2aa198" name="string"/> |
||||
<fontcolor default="string" name="markup-attribute-value"/> |
||||
<fontcolor default="default" foreColor="magenta" name="entity-reference"/> |
||||
<fontcolor default="identifier" foreColor="white" name="method"/> |
||||
<fontcolor foreColor="ff586e75" name="comment"> |
||||
<font style="italic"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="ff839496" name="identifier"/> |
||||
<fontcolor name="warning" waveUnderlined="yellow"/> |
||||
<fontcolor foreColor="ffdc322f" name="separator"/> |
||||
<fontcolor default="field" foreColor="white" name="markup-attribute"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="operator" name="dtd-symbol"/> |
||||
<fontcolor default="string" name="dtd-string"/> |
||||
<fontcolor default="comment" name="dtd-comment"/> |
||||
<fontcolor default="default" name="dtd-plain"/> |
||||
<fontcolor default="entity-reference" name="dtd-ref"/> |
||||
<fontcolor default="keyword" name="dtd-keyword"/> |
||||
<fontcolor default="default" foreColor="ffb20000" name="dtd-target"/> |
||||
<fontcolor default="error" name="dtd-error"/> |
||||
<fontcolor default="whitespace" name="dtd-eol"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="default" foreColor="ff586e75" name="sgml-declaration"/> |
||||
<fontcolor default="identifier" foreColor="ff586e75" name="argument"/> |
||||
<fontcolor default="default" name="text"/> |
||||
<fontcolor name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor bgColor="red" default="error" foreColor="white" name="error"/> |
||||
<fontcolor default="default" name="css-embedded"/> |
||||
<fontcolor default="default" foreColor="ff2aa298" name="tag"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" foreColor="gray" name="sgml-comment"/> |
||||
<fontcolor default="whitespace" name="ws"/> |
||||
<fontcolor default="operator" foreColor="ff586e75" name="operator"/> |
||||
<fontcolor default="char" foreColor="ffffcc66" name="character"/> |
||||
<fontcolor name="mod-class" waveUnderlined="red"/> |
||||
<fontcolor default="default" name="javascript-embedded"/> |
||||
<fontcolor default="default" foreColor="ff2aa198" name="value"/> |
||||
<fontcolor default="comment" foreColor="ff586e75" name="block-comment"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="number" name="FLOAT_LITERAL"/> |
||||
<fontcolor name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="white" name="mod-parameter"/> |
||||
<fontcolor default="string" name="STRING_LITERAL"/> |
||||
<fontcolor default="keyword" name="keyword"/> |
||||
<fontcolor default="comment" name="LINE_COMMENT"/> |
||||
<fontcolor foreColor="ff9933cc" name="REGEXP_LITERAL"/> |
||||
<fontcolor default="identifier" name="IDENTIFIER"/> |
||||
<fontcolor name="mod-deprecated" strikeThrough="darkGray"/> |
||||
<fontcolor foreColor="ff9933cc" name="mod-regexp"/> |
||||
<fontcolor default="field" name="mod-global"/> |
||||
<fontcolor default="operator" name="ANY_OPERATOR"/> |
||||
<fontcolor name="mod-class"/> |
||||
<fontcolor name="mod-unused" waveUnderlined="ff999999"/> |
||||
<fontcolor default="comment" name="BLOCK_COMMENT"/> |
||||
<fontcolor default="whitespace" name="WHITESPACE"/> |
||||
<fontcolor bgColor="ffeceba3" name="mark-occurrences"/> |
||||
<fontcolor default="comment" name="DOCUMENTATION"/> |
||||
<fontcolor bgColor="ffffe4ff" foreColor="black" name="mod-custom1"/> |
||||
<fontcolor default="error" name="ERROR"/> |
||||
<fontcolor name="mod-custom3"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="blue" name="mod-custom2"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="default" name="default"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor foreColor="ffff9900" name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="default" name="others"/> |
||||
<fontcolor default="number" name="hash"/> |
||||
<fontcolor default="keyword" name="keyword"/> |
||||
<fontcolor default="default" name="whitespace"/> |
||||
<fontcolor default="string" name="rgb"/> |
||||
<fontcolor default="number" name="number"/> |
||||
<fontcolor default="error" name="unknown"/> |
||||
<fontcolor default="operator" name="operator"/> |
||||
<fontcolor default="string" name="url"/> |
||||
<fontcolor name="mark-occurrences"/> |
||||
<fontcolor default="separator" name="brace"/> |
||||
<fontcolor default="string" name="string"/> |
||||
<fontcolor foreColor="ff99ccff" name="mod-custom1"/> |
||||
<fontcolor foreColor="ff9999ff" name="mod-custom2"> |
||||
<font style="italic"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="comment"/> |
||||
<fontcolor default="identifier" name="identifier"/> |
||||
<fontcolor default="separator" name="separator"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor bgColor="ffe0e0e0" name="index"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="error" name="error"/> |
||||
<fontcolor foreColor="blue" name="added"/> |
||||
<fontcolor foreColor="red" name="removed"/> |
||||
<fontcolor bgColor="ffe0e0e0" name="filename"> |
||||
<font style="bold+italic"/> |
||||
</fontcolor> |
||||
<fontcolor name="plain"/> |
||||
<fontcolor bgColor="ffe0e0e0" name="header"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor foreColor="red" name="error"/> |
||||
<fontcolor foreColor="black" name="equals"/> |
||||
<fontcolor foreColor="ff09097c" name="name"/> |
||||
<fontcolor name="whitespace"/> |
||||
<fontcolor foreColor="ffd15a00" name="value"/> |
||||
<fontcolor foreColor="ff969696" name="comment"/> |
||||
<fontcolor foreColor="ff509a05" name="section"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="comment" name="IDENT"/> |
||||
<fontcolor default="default" foreColor="blue" name="COMMENT_LINK" underline="blue"/> |
||||
<fontcolor default="comment" name="COMMENT_TAG"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="OTHER_TEXT"/> |
||||
<fontcolor default="default" name="COMMENT_BOLD"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="default" name="COMMENT_ITALIC"> |
||||
<font style="italic"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="HTML_TAG"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="string" name="STRING_INVALID" waveUnderlined="ffce7b00"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="string" name="STRING_ESCAPE"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="string" name="STRING_TEXT"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="number" name="FLOAT_LITERAL"/> |
||||
<fontcolor name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="white" name="mod-parameter"/> |
||||
<fontcolor default="string" name="STRING_LITERAL"/> |
||||
<fontcolor default="keyword" name="keyword"/> |
||||
<fontcolor default="comment" name="LINE_COMMENT"/> |
||||
<fontcolor default="identifier" name="IDENTIFIER"/> |
||||
<fontcolor name="mod-deprecated" strikeThrough="darkGray"/> |
||||
<fontcolor default="regexp" foreColor="ff9933cc" name="mod-regexp"/> |
||||
<fontcolor default="field" name="mod-global"/> |
||||
<fontcolor default="operator" name="ANY_OPERATOR"/> |
||||
<fontcolor name="mod-class"/> |
||||
<fontcolor name="mod-unused" waveUnderlined="ff999999"/> |
||||
<fontcolor default="comment" name="BLOCK_COMMENT"/> |
||||
<fontcolor default="whitespace" name="WHITESPACE"/> |
||||
<fontcolor bgColor="ffeceba3" name="mark-occurrences"/> |
||||
<fontcolor bgColor="ffffe4ff" foreColor="black" name="mod-custom1"/> |
||||
<fontcolor default="error" name="ERROR"/> |
||||
<fontcolor name="mod-custom3"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="blue" name="mod-custom2"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor foreColor="ff268bd2" name="PHP_VARIABLE"/> |
||||
<fontcolor foreColor="ff995f29" name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor name="mod-private"/> |
||||
<fontcolor default="identifier" foreColor="ff839496" name="PHP_STRING"/> |
||||
<fontcolor name="mod-protected"/> |
||||
<fontcolor name="mod-deprecated" strikeThrough="darkGray"/> |
||||
<fontcolor name="mark-occurrences"/> |
||||
<fontcolor name="mod-abstract"/> |
||||
<fontcolor default="field" name="mod-field"/> |
||||
<fontcolor foreColor="ff268bd2" name="heredocdelimiter"/> |
||||
<fontcolor foreColor="ffdc322f" name="phpopenclose"/> |
||||
<fontcolor foreColor="white" name="PHP_CONTENT"/> |
||||
<fontcolor name="mod-public"/> |
||||
<fontcolor name="mod-constructor"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor name="mod-local-variable"/> |
||||
<fontcolor default="constant" foreColor="white" name="constant"> |
||||
<font style="italic"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="ff6185a6" name="mod-parameter"/> |
||||
<fontcolor default="keyword" name="keyword"/> |
||||
<fontcolor name="mod-static"> |
||||
<font style="italic"/> |
||||
</fontcolor> |
||||
<fontcolor default="operator" name="operator"/> |
||||
<fontcolor name="mod-class"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor foreColor="white" name="T_INLINE_HTML"/> |
||||
<fontcolor name="mod-unused" waveUnderlined="ff999999"/> |
||||
<fontcolor default="string" name="string"/> |
||||
<fontcolor default="comment" name="phpdockeyword"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="comment"/> |
||||
<fontcolor default="identifier" foreColor="ff268bd2" name="identifier"/> |
||||
<fontcolor default="separator" name="separator"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="default" name="properties-key"/> |
||||
<fontcolor default="operator" name="properties-equal-sign"/> |
||||
<fontcolor default="string" name="properties-value"/> |
||||
<fontcolor default="default" name="properties-text"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="properties-line-comment"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="string" name="sql-string-literal"/> |
||||
<fontcolor default="number" name="sql-double-literal"/> |
||||
<fontcolor default="error" name="sql-errors"/> |
||||
<fontcolor default="whitespace" name="sql-whitespace"/> |
||||
<fontcolor default="default" name="default"/> |
||||
<fontcolor default="comment" name="sql-line-comment"/> |
||||
<fontcolor default="field" name="sql-identifier"/> |
||||
<fontcolor default="number" name="sql-int-literal"/> |
||||
<fontcolor default="operator" name="sql-operator"/> |
||||
<fontcolor default="operator" name="sql-dot"/> |
||||
<fontcolor default="keyword" name="sql-keyword"/> |
||||
<fontcolor default="comment" name="sql-block-comment"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor bgColor="ffe3f2e1" default="comment" name="RUBYCOMMENT"/> |
||||
<fontcolor default="keyword" name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor bgColor="ffe3f2e1" default="default" name="ruby"/> |
||||
<fontcolor default="whitespace" name="whitespace"/> |
||||
<fontcolor bgColor="ffe3f2e1" default="default" foreColor="black" name="ruby-delimiter"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="comment"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="default" foreColor="ff628fb5" name="sgml-declaration"/> |
||||
<fontcolor default="markup-attribute" name="argument"/> |
||||
<fontcolor default="default" name="text"/> |
||||
<fontcolor name="mod-method"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="error" name="error"/> |
||||
<fontcolor bgColor="ffe3f2e1" default="default" name="css-embedded"/> |
||||
<fontcolor default="markup-element" name="tag"/> |
||||
<fontcolor default="comment" name="sgml-comment"/> |
||||
<fontcolor default="whitespace" name="ws"/> |
||||
<fontcolor default="argument" name="operator"/> |
||||
<fontcolor default="entity-reference" name="character"/> |
||||
<fontcolor name="mod-class" waveUnderlined="red"/> |
||||
<fontcolor bgColor="ffe3f2e1" default="default" name="javascript-embedded"/> |
||||
<fontcolor default="markup-attribute-value" name="value"/> |
||||
<fontcolor default="comment" name="block-comment"/> |
||||
<fontcolor bgColor="ffe3f2e1" default="default" foreColor="black" name="expression-language"/> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="error" name="xml-error"/> |
||||
<fontcolor default="default" foreColor="ff8f9d6a" name="xml-value"/> |
||||
<fontcolor default="default" foreColor="ff00007c" name="xml-pi-target"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="default" foreColor="ff00007c" name="xml-pi-end"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="markup-element" name="xml-tag"/> |
||||
<fontcolor default="whitespace" name="xml-EOL"/> |
||||
<fontcolor default="markup-attribute" name="xml-attribute"/> |
||||
<fontcolor default="default" name="xml-text"/> |
||||
<fontcolor default="operator" name="xml-operator"/> |
||||
<fontcolor default="default" foreColor="ff00007c" name="xml-pi-content"/> |
||||
<fontcolor default="default" foreColor="magenta" name="xml-cdata-section"/> |
||||
<fontcolor default="whitespace" name="xml-ws"/> |
||||
<fontcolor default="default" foreColor="ff00007c" name="xml-pi-start"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
<fontcolor default="comment" name="xml-comment"/> |
||||
<fontcolor default="entity-reference" name="xml-ref"/> |
||||
<fontcolor default="default" foreColor="ff00007c" name="xml-doctype"> |
||||
<font style="bold"/> |
||||
</fontcolor> |
||||
</fontscolors> |
||||
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> |
||||
<attributes version="1.0"> |
||||
<fileobject name="org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml"> |
||||
<attr name="nbeditor-settings-ColoringType" stringvalue="token"/> |
||||
</fileobject> |
||||
</attributes> |
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd"> |
||||
<fontscolors> |
||||
<fontcolor default="error" name="xml-error"/> |
||||
<fontcolor default="string" name="xml-value"/> |
||||
<fontcolor default="default" foreColor="lightGray" name="xml-pi-target"/> |
||||
<fontcolor default="default" foreColor="lightGray" name="xml-pi-end"/> |
||||
<fontcolor default="default" foreColor="orange" name="xml-tag"/> |
||||
<fontcolor default="whitespace" name="xml-EOL"/> |
||||
<fontcolor default="identifier" name="xml-attribute"/> |
||||
<fontcolor default="default" name="xml-text"/> |
||||
<fontcolor default="default" name="xml-operator"/> |
||||
<fontcolor default="default" foreColor="lightGray" name="xml-pi-content"/> |
||||
<fontcolor default="default" foreColor="yellow" name="xml-cdata-section"/> |
||||
<fontcolor default="whitespace" name="xml-ws"/> |
||||
<fontcolor default="default" foreColor="lightGray" name="xml-pi-start"/> |
||||
<fontcolor default="comment" foreColor="red" name="xml-comment"/> |
||||
<fontcolor default="default" foreColor="cyan" name="xml-ref"/> |
||||
<fontcolor default="default" foreColor="lightGray" name="xml-doctype"/> |
||||
</fontscolors> |
||||
Loading…
Reference in new issue