carmelyne (owner)

Revisions

gist: 60563 Download_button fork
public
Public Clone URL: git://gist.github.com/60563.git
Embed All Files: show embed
Net Beans (ct) G2 #
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
<?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>