123456789101112131415161718192021222324 |
- <?xml version="1.0" ?>
- <style-scheme id="railscasts" name="Railscasts" version="1.0">
- <author/>
- <_description>Railscasts theme</_description>
- <style background="#2B2B2B" foreground="#E6E1DC" name="text"/>
- <style background="#FFFFFF" foreground="#000000" name="cursor"/>
- <style foreground="#BC9458" italic="true" name="def:comment"/>
- <style foreground="#6D9CBE" name="def:constant"/>
- <style background="#990000" foreground="#FFFFFF" name="def:error"/>
- <style foreground="#FFC66D" name="def:function"/>
- <style foreground="#6D9CBE" name="def:identifier"/>
- <style foreground="#CC7833" name="def:keyword"/>
- <style background="#C0C0FF" foreground="#2B2B2B" name="line-numbers"/>
- <style foreground="#A5C261" name="def:number"/>
- <style foreground="#E6E1DC" name="def:preprocessor"/>
- <style background="#FFFF00" name="search-match"/>
- <style foreground="#CC7833" name="def:statement"/>
- <style foreground="#A5C261" name="def:string"/>
- <style foreground="#DA4939" name="def:type"/>
- <style background="#144212" foreground="#E6E1DC" name="diff:added-line"/>
- <style background="#660000" foreground="#E6E1DC" name="diff:removed-line"/>
- </style-scheme>
|