12345678910111213141516171819202122 |
- <?xml version="1.0" ?>
- <style-scheme id="ironman" name="Ironman" version="1.0">
- <author/>
- <_description>Ironman theme</_description>
- <style foreground="#333333" name="text"/>
- <style background="#ccff00" foreground="#303040" name="search-match"/>
- <style background="#d0ffd0" foreground="#006800" name="diff:changed-line"/>
- <style background="#c8f2ea" foreground="#2020ff" name="diff:removed-line"/>
- <style background="#c8f2ea" foreground="#2020ff" name="diff:added-line"/>
- <style background="#DF6A6A" foreground="#ffffff" name="cursor"/>
- <style foreground="#cccccc" name="line-numbers"/>
- <style background="#ffebeb" foreground="#ff5050" name="def:comment"/>
- <style background="#ededed" foreground="#333333" name="def:constant"/>
- <style background="#ff4080" foreground="#ffffff" name="def:error"/>
- <style foreground="#339933" name="def:identifier"/>
- <style foreground="#0070e6" name="def:preprocessor"/>
- <style background="#ccf7ee" foreground="#0000ff" name="def:specials"/>
- <style foreground="#0000FF" name="def:statement"/>
- <style foreground="#eb7950" name="def:type"/>
- </style-scheme>
|