cobalt.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2006-2007 Will Farrington <wcfarrington@gmail.com>
  4. This library is free software; you can redistribute it and/or
  5. modify it under the terms of the GNU Library General Public
  6. License as published by the Free Software Foundation; either
  7. version 2 of the License, or (at your option) any later version.
  8. This library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  11. Library General Public License for more details.
  12. You should have received a copy of the GNU Library General Public
  13. License along with this library; if not, write to the
  14. Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  15. Boston, MA 02111-1307, USA.
  16. -->
  17. <style-scheme id="cobalt" _name="Cobalt" version="1.0">
  18. <author>Will Farrington</author>
  19. <_description>Blue-based color scheme, based on the style of the same name from pastie.caboo.se</_description>
  20. <!-- Colors -->
  21. <color name="faded_yellow" value="#ffee80"/>
  22. <color name="bright_orange" value="#ff9d00"/>
  23. <color name="faded_orange" value="#ffb054"/>
  24. <color name="nail_polish_pink" value="#ff0044"/>
  25. <color name="neon_pink" value="#ffdd00"/>
  26. <color name="sky_blue" value="#0088ff"/>
  27. <color name="teal_blue" value="#80ffbb"/>
  28. <color name="light_blue" value="#0065bf"/>
  29. <color name="medium_blue" value="#003b70"/>
  30. <color name="dark_blue" value="#001b33"/>
  31. <color name="black_blue" value="#000d1a"/>
  32. <color name="white" value="#ffffff"/>
  33. <color name="pale_grey" value="#eeeeee"/>
  34. <color name="steel_grey" value="#333333"/>
  35. <color name="spring_green" value="#3ad900"/>
  36. <color name="light_grey" value="#cccccc"/>
  37. <color name="dark_maroon" value="#002f29"/>
  38. <color name="bluish_grey" value="#777777"/>
  39. <color name="steelblue3" value="#4f94cd"/>
  40. <!-- Global Settings -->
  41. <style name="text" foreground="white" background="dark_blue"/>
  42. <style name="cursor" foreground="white"/>
  43. <style name="current-line" background="medium_blue"/>
  44. <style name="line-numbers" foreground="light_blue" background="black_blue"/>
  45. <style name="draw-spaces" foreground="medium_blue"/>
  46. <!-- Bracket Matching -->
  47. <style name="bracket-match" foreground="bright_orange" bold="true"/>
  48. <style name="bracket-mismatch" background="dark_maroon" bold="true"/>
  49. <style name="search-match" foreground="white" background="sky_blue"/>
  50. <!-- Comments -->
  51. <style name="def:comment" foreground="sky_blue" italic="true"/>
  52. <style name="def:shebang" foreground="sky_blue" italic="true"/>
  53. <style name="def:doc-comment-element" foreground="sky_blue" bold="true"/>
  54. <!-- Constants and Variables-->
  55. <style name="def:constant" foreground="faded_yellow"/>
  56. <style name="def:string" foreground="spring_green"/>
  57. <style name="def:special-char" foreground="light_grey"/>
  58. <style name="def:special-constant" foreground="nail_polish_pink" bold="true"/>
  59. <style name="def:boolean" foreground="nail_polish_pink"/>
  60. <style name="def:number" foreground="nail_polish_pink"/>
  61. <style name="def:floating-point" foreground="nail_polish_pink"/>
  62. <style name="def:keyword" foreground="bright_orange" bold="true"/>
  63. <style name="def:builtin" foreground="bright_orange" bold="true"/>
  64. <style name="def:variable" foreground="light_grey"/>
  65. <!-- Identifiers -->
  66. <style name="def:identifier" foreground="light_grey"/>
  67. <!-- Statements -->
  68. <style name="def:statement" foreground="bright_orange"/>
  69. <!-- Types -->
  70. <style name="def:type" foreground="teal_blue"/>
  71. <!-- Others -->
  72. <style name="def:error" foreground="white" background="dark_maroon" bold="true"/>
  73. <style name="def:note" foreground="neon_pink" bold="true"/>
  74. <style name="def:net-address-in-comment" foreground="teal_blue" italic="false" underline="true"/>
  75. <style name="def:preprocessor" foreground="light_grey"/>
  76. <!-- Unknown? -->
  77. <style name="def:specials" foreground="white" background="neon_pink"/>
  78. <!-- C Styles -->
  79. <style name="c:preprocessor" map-to="def:special-char"/>
  80. <!-- Diff Styles -->
  81. <style name="diff:ignore" foreground="bluish_grey"/>
  82. <!-- Ruby Styles -->
  83. <style name="ruby:module-handler" foreground="teal_blue"/>
  84. <style name="ruby:symbol" foreground="nail_polish_pink"/>
  85. <style name="ruby:regex" foreground="teal_blue"/>
  86. <!-- SH Styles -->
  87. <style name="sh:function" foreground="neon_pink"/>
  88. <style name="sh:others" map-to="text"/>
  89. <!-- XML Styles -->
  90. <style name="xml:attribute-name" foreground="light_grey"/>
  91. <style name="xml:element-name" foreground="teal_blue"/>
  92. </style-scheme>