123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Frill is a light theme made for gedit.
- Copyright 2011. Eddie Flores (eddflrs@gmail.com).
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
- -->
- <style-scheme id="Frill" _name="Frill" version="1.0">
- <author>Eddie Flores</author>
- <_description>Light theme with bold colors.</_description>
-
- <color name="white" value="#ffffff"/>
- <color name="black" value="#000000"/>
- <color name="almost-white" value="#fcfcfc"/>
- <color name="almost-black" value="#333333"/>
- <color name="light-gray" value="#c2d3da"/>
- <color name="pastel-green" value="#6ccf8d"/>
- <color name="pastel-red" value="#ff6b71"/>
- <color name="vivid-red" value="#ff4b52"/>
- <color name="vivid-blue" value="#252cf2"/>
- <color name="vivid-green" value="#21ed97"/>
- <color name="royal-purple" value="#6b0be8"/>
- <color name="royal-green" value="#27e567"/>
- <color name="lime-green" value="#88e42c"/>
- <color name="hilite" value="#ccff99"/>
- <color name="orange" value="#ff6b21"/>
- <style name="bracket-match" foreground="white" background="vivid-green" bold="true"/>
- <style name="bracket-mismatch" background="#ff4b52" underline="true"/>
- <style name="current-line" background="white"/>
- <style name="cursor" foreground="black"/>
- <style name="draw-spaces" foreground="#f2f2f2"/>
- <style name="line-numbers" foreground="light-gray" background="almost-white"/>
- <style name="search-match" foreground= "black" background="#fffd8c" bold="true" underline="true"/>
- <style name="selection" foreground="black" background="hilite"/>
- <style name="text" foreground="almost-black" background="almost-white"/>
- <style name="def:base-n-integer" foreground="#0066ff"/>
- <style name="def:boolean" foreground="black" bold="true"/>
- <style name="def:builtin" foreground="#9700cc"/>
- <style name="def:character" foreground="#009933"/>
- <style name="def:comment" foreground="vivid-blue"/>
- <style name="def:complex" foreground="#0066ff"/>
- <style name="def:constant" foreground="#6782d3"/>
- <style name="def:decimal" foreground="#0066ff"/>
- <style name="def:doc-comment" foreground="#0066ff" italic="true"/>
- <style name="def:doc-comment-element" foreground="#0066ff" italic="true"/>
- <style name="def:error" foreground="#ff0000" background="#ebadab"/>
- <style name="def:floating-point" foreground="#0066ff"/>
- <style name="def:function" foreground="#ff8000"/>
- <style name="def:keyword" foreground="#0070e6"/>
- <style name="def:note" foreground="#0066ff"/>
- <style name="def:number" foreground="#0066ff"/>
- <style name="def:operator" foreground="#4998e6"/>
- <style name="def:preprocessor" foreground="#6782d3"/>
- <style name="def:reserved" foreground="#4998e6"/>
- <style name="def:shebang" foreground="#ff4b52" italic="true"/>
- <style name="def:special-char" foreground="#6782d3"/>
- <style name="def:special-constant" foreground="#9700cc"/>
- <style name="def:statement" foreground="#4998e6"/>
- <style name="def:string" foreground="vivid-red"/>
- <style name="def:type" foreground="#3333ff" bold="true"/>
- <style name="html:dtd" foreground="#8cfffd"/>
- <style name="html:tag" foreground="#1446DC"/>
-
- <style name="css:at-rules" foreground="#4998e6"/>
- <style name="css:color" foreground="#eb7950" italic="true"/>
- <style name="css:comment" background="#EFEFFF" foreground="#A0B0C0" italic="true"/>
- <style name="css:decimal" foreground="#ff7530"/>
- <style name="css:dimension" foreground="black"/>
- <style name="css:error" foreground="#ff4b52"/>
- <style name="css:function" foreground="#000" bold="true"/>
- <style name="css:keyword" foreground="#333" bold="true"/>
- <style name="css:known-property-values" foreground="#e54997"/>
- <style name="css:others-2" foreground="#00ffff"/>
- <style name="css:others-3" foreground="#78828c"/>
- <style name="css:string" foreground="black" background="#E8F1FF"/>
- <style name="js:function" foreground="#3333ff" bold="true"/>
- <style name="perl:builtin" foreground="#ff8000"/>
- <style name="perl:include-statement" foreground="#4998e6"/>
- <style name="perl:line-directive" foreground="#6782d3"/>
- <style name="perl:special-variable" foreground="#9700cc"/>
- <style name="perl:type" foreground="#6782d3"/>
- <style name="php:string" foreground="#009933"/>
- <style name="python:base-n-integer" foreground="#ff4b52"/>
- <style name="python:boolean" foreground="#7530ff" bold="true"/>
- <style name="python:builtin-constant" foreground="#4998e6"/>
- <style name="python:builtin-function" foreground="#4a50ff" bold="true"/>
- <style name="python:builtin-object" foreground="#6782d3"/>
- <style name="python:complex" foreground="black" background="white"/>
- <style name="python:decimal" foreground="#ff7530"/>
- <style name="python:escaped-char" foreground="#7530ff"/>
- <style name="python:floating-point" foreground="#ff4b52"/>
- <style name="python:format" foreground="#7f6eff"/>
- <style name="python:keyword" foreground="vivid-blue" bold="true"/>
- <style name="python:multiline-string" foreground="pastel-green"/>
- <style name="python:string" foreground="black" background="#e6ffe9"/>
- <style name="python:string-conversion" foreground="almost-black"/>
- <style name="python:module-handler" foreground="almost-black" bold="true"/>
- <style name="python:special-variable" foreground="almost-black" bold="true"/>
- <style name="ruby:attribute-definition" foreground="#4998e6"/>
- <style name="ruby:constant" foreground="#6782d3"/>
- <style name="ruby:global-variable" foreground="#ff8000"/>
- <style name="ruby:module-handler" foreground="#4998e6"/>
- <style name="ruby:predefined-variable" foreground="#9700cc"/>
- <style name="ruby:regex" foreground="#ff0080"/>
- <style name="ruby:special-variable" foreground="#4998e6"/>
- <style name="ruby:symbol" foreground="#6782d3"/>
-
- <style name="rubyonrails:attribute-definition" foreground="#4998e6"/>
- <style name="rubyonrails:block-parameter" italic="true"/>
- <style name="rubyonrails:builtin" foreground="#3333ff" bold="true"/>
- <style name="rubyonrails:class-inherit" bold="true" underline="true"/>
- <style name="rubyonrails:class-name" bold="true" underline="true"/>
- <style name="rubyonrails:complex-interpolation" foreground="#6782d3"/>
- <style name="rubyonrails:constant" foreground="#6782d3"/>
- <style name="rubyonrails:global-variable" foreground="#ff8000"/>
- <style name="rubyonrails:module-handler" foreground="#4998e6"/>
- <style name="rubyonrails:module-name" bold="true" underline="true"/>
- <style name="rubyonrails:predefined-variable" foreground="#9700cc"/>
- <style name="rubyonrails:regex" foreground="#ff0080"/>
- <style name="rubyonrails:simple-interpolation" foreground="#6782d3"/>
- <style name="rubyonrails:special-variable" foreground="#4998e6"/>
- <style name="rubyonrails:symbol" foreground="#6782d3"/>
-
- <style name="xml:attribute-name" foreground="almost-black" italic="true" />
- <style name="xml:doctype" foreground="#1446DC"/>
- <style name="xml:element-name" bold="true"/>
- <style name="xml:namespace" bold="true"/>
- <style name="xml:tag" foreground="vivid-blue"/>
-
- </style-scheme>
|