forked from altercation/solarized
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added netbeans subtree project from @fentie
- Loading branch information
Showing
39 changed files
with
625 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
Solarized Colorscheme for NetBeans | ||
============================== | ||
|
||
Developed by Ethan Schoonover <[email protected]> | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
10 changes: 10 additions & 0 deletions
10
netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
30 changes: 30 additions & 0 deletions
30
...eans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
27 changes: 27 additions & 0 deletions
27
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
13 changes: 13 additions & 0 deletions
13
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...ns-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
23 changes: 23 additions & 0 deletions
23
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...ors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
30 changes: 30 additions & 0 deletions
30
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...s-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
5 changes: 5 additions & 0 deletions
5
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...s-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
26 changes: 26 additions & 0 deletions
26
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
17 changes: 17 additions & 0 deletions
17
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...s-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
13 changes: 13 additions & 0 deletions
13
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...zed/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
19 changes: 19 additions & 0 deletions
19
..._Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
7 changes: 7 additions & 0 deletions
7
...ized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/.nbattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Oops, something went wrong.