Advertisement
danmandle

Coda Default Color Scheme

Jul 17th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- This is the default color scheme for Coda 1 by Panic!. I'm putting this here because coda no longer keep it online. -->
  4.  
  5. <!-- save it as codacolors.seestyle and import it in Coda-->
  6.  
  7. <seestyle>
  8. <mode id="SEEMode.ActionScript">
  9.   <style id="_Default"
  10.    color="#000000" inverted-color="#ffffff"  font-style="normal" font-weight="normal" background-color="#ffffff" inverted-background-color="#000000" />
  11.   <style id="/Actionscript/Classes"
  12.    color="#cc4c00" inverted-color="#ff7f33"  font-style="normal" font-weight="normal" />
  13.   <style id="/Actionscript/Functions"
  14.    color="#6619bc" inverted-color="#9043e6"  font-style="normal" font-weight="normal" />
  15.   <style id="/Actionscript/Application API and Central API"
  16.    color="#4d4dff" inverted-color="#0000b2"  font-style="normal" font-weight="normal" />
  17.   <style id="/Actionscript/Constants"
  18.    color="#994c00" inverted-color="#ffb266"  font-style="normal" font-weight="normal" />
  19.   <style id="/Actionscript/Properties"
  20.    color="#0076bc" inverted-color="#43b9ff"  font-style="normal" font-weight="normal" />
  21.   <style id="/Actionscript/Keywords"
  22.    color="#0000ff" inverted-color="#0000ff"  font-style="normal" font-weight="normal" />
  23.   <style id="/Actionscript/Numbers"
  24.    color="#009919" inverted-color="#66ff7f"  font-style="normal" font-weight="normal" />
  25.   <style id="/Actionscript/Operators"
  26.    color="#ff0000" inverted-color="#ff0000"  font-style="normal" font-weight="normal" />
  27.   <style id="/Actionscript/Preprocessor"
  28.    color="#ff6500" inverted-color="#ff6500"  font-style="normal" font-weight="normal" />
  29.   <style id="/Actionscript/JavadocComment"
  30.    color="#236e25" inverted-color="#91dc93"  font-style="italic" font-weight="normal" />
  31.   <style id="/Actionscript/Comment"
  32.    color="#236e25" inverted-color="#91dc93"  font-style="italic" font-weight="normal" />
  33.   <style id="/Actionscript/SingleComment"
  34.    color="#236e25" inverted-color="#91dc93"  font-style="italic" font-weight="normal" />
  35.   <style id="/Actionscript/Double Quoted String"
  36.    color="#727272" inverted-color="#8d8d8d"  font-style="normal" font-weight="normal" />
  37.   <style id="/Actionscript/Single Quoted String"
  38.    color="#727272" inverted-color="#8d8d8d"  font-style="normal" font-weight="normal" />
  39. </mode>
  40. </seestyle>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement