Skip to content

Commit

Permalink
Addressed Issue #3. Added defaults for syntax coloring in order to wo…
Browse files Browse the repository at this point in the history
…rk with netbeans themes.
  • Loading branch information
madflow committed Feb 28, 2013
1 parent 115068a commit cb010ce
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions src/flow/netbeans/markdown/FontAndColors.xml
Original file line number Diff line number Diff line change
@@ -1,26 +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 foreColor="red" name="removed"/>

<fontcolor foreColor="blue" name="header">
<fontcolor name="header" default="keyword" >
<font style="bold"/>
</fontcolor>

<fontcolor name="list" default="keyword" />
<fontcolor name="blockquote" default="comment"/>
<fontcolor name="plain"/>
<fontcolor default="error" name="error"/>
<fontcolor name="bold">
<font style="bold"/>
</fontcolor>

<fontcolor foreColor="blue" name="list"/>
<fontcolor bgColor="ffe0e0e0" name="blockquote"/>

<fontcolor name="plain"/>

<fontcolor bgColor="ffe0e0e0" name="filename">
<font style="bold+italic"/>
</fontcolor>
<fontcolor default="error" name="error"/>

</fontscolors>


Expand Down

0 comments on commit cb010ce

Please sign in to comment.