1234567891011121314151617181920212223242526 |
- <?xml version="1.0" ?>
- <style-scheme id="warm_grey" name="Warm Grey" version="1.0">
- <author/>
- <_description>Warm Grey</_description>
- <style background="#e4e2e0" name="current-line"/>
- <style background="#747270" bold="true" foreground="#white" name="bracket-match"/>
- <style background="#b8b4b0" foreground="#black" name="cursor"/>
- <style background="#d8d4d0" foreground="#646260" italic="true" name="line-numbers"/>
- <style background="#f0f0f0" foreground="#444240" name="text"/>
- <style foreground="#848280" italic="true" name="def:comment"/>
- <style foreground="#000000" name="def:constant"/>
- <style foreground="#804020" name="def:string"/>
- <style foreground="#406020" name="def:number"/>
- <style bold="true" foreground="#607080" name="def:statement"/>
- <style bold="true" foreground="#606060" name="def:type"/>
- <style bold="true" foreground="#203040" name="def:function"/>
- <style foreground="#545250" name="def:identifier"/>
- <style bold="true" foreground="#705060" name="def:preprocessor"/>
- <style background="#white" foreground="#a02000" name="def:error"/>
- <style foreground="#602000" name="def:specials"/>
- <style background="#e4e2e0" italic="true" name="diff:changed-line"/>
- <style background="#c0e0d0" bold="true" name="diff:added-line"/>
- <style background="#f0a0a0" name="diff:removed-line"/>
- </style-scheme>
|