Skip to content

Commit

Permalink
added new light color-theme: diff-light
Browse files Browse the repository at this point in the history
  • Loading branch information
pgfearo committed Apr 24, 2015
1 parent d02aa83 commit f8a28f6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/xsl/data/color-themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,23 @@ xmlns:css="css-defs.com">
<c:color name="green" value="8a8a8a"/>
</c:theme>

<c:theme name="diff-light">
<c:color name="base" value="FFFFFF"/>
<c:color name="base01" value="006C51"/>
<c:color name="base03" value="FFFFFF"/>
<c:color name="base0" value="000000"/>
<c:color name="base1" value="1049a9"/>

<c:color name="yellow" value="d34ef9"/>
<c:color name="orange" value="EC0033"/>
<c:color name="red" value="a66b00"/>
<c:color name="magenta" value="7608aa"/>
<c:color name="violet" value="8c03ae"/>
<c:color name="blue" value="aa7500"/>
<c:color name="cyan" value="920031"/>
<c:color name="green" value="4040df"/>
</c:theme>


<c:color-map name="main">
<!-- highlighted background -->
Expand Down

0 comments on commit f8a28f6

Please sign in to comment.