Created
February 8, 2009 23:34
-
-
Save carmelyne/60563 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <?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="whitespace"/> | |
| <fontcolor default="string" name="markup-attribute-value"/> | |
| <fontcolor bgColor="ff2b2b2b" foreColor="ffdddddd" name="default"> | |
| <font name="Monaco" size="12"/> | |
| </fontcolor> | |
| <fontcolor foreColor="ff00ccff" name="operator"/> | |
| <fontcolor foreColor="ff7b7b7b" name="comment"> | |
| <font style="italic"/> | |
| </fontcolor> | |
| <fontcolor bgColor="red" foreColor="white" name="error"/> | |
| <fontcolor default="keyword" name="markup-element"/> | |
| <fontcolor default="default" name="entity-reference"/> | |
| <fontcolor foreColor="ffd27522" name="keyword"/> | |
| <fontcolor foreColor="white" name="char"/> | |
| <fontcolor foreColor="ff669933" name="string"/> | |
| <fontcolor default="identifier" name="field"/> | |
| <fontcolor name="identifier"/> | |
| <fontcolor default="field" name="markup-attribute"/> | |
| <fontcolor default="identifier" foreColor="white" name="method"/> | |
| <fontcolor foreColor="ffeddd3d" name="number"/> | |
| </fontscolors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment