UNPKG

syntax-highlighting

Version:

Syntax Highlighting Colorschemes for many applications

135 lines (124 loc) 6.29 kB
<?xml version="1.0" encoding="UTF-8"?> <!-- Name: Base16 Atelier Savanna Light Credits: Original Base16 color schemes by Chris Kempson gedit template by Jan T. Sott Installation: Copy style to the respective directories, replace GTK version if necessary! Linux: /usr/share/gtksourceview-2.0/language-specs Mac OS X (MacPorts): /opt/local/share/gtksourceview-2.0/language-specs Windows: %PROGRAMFILES%\gedit\share\gtksourceview-2.0\styles Base16 Project: https://github.com/chriskempson/base16 --> <style-scheme id="base16-ateliersavanna-light" _name="Base16 Atelier Savanna Light" version="1.0"> <!-- Meta --> <author>Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna)</author> <_description>Base16 Atelier Savanna Light</_description> <!-- Palette --> <color name="base00" value="#171c19"/> <color name="base01" value="#232a25"/> <color name="base02" value="#526057"/> <color name="base03" value="#5f6d64"/> <color name="base04" value="#78877d"/> <color name="base05" value="#87928a"/> <color name="base06" value="#dfe7e2"/> <color name="base07" value="#ecf4ee"/> <color name="base08" value="#b16139"/> <color name="base09" value="#9f713c"/> <color name="base0A" value="#a07e3b"/> <color name="base0B" value="#489963"/> <color name="base0C" value="#1c9aa0"/> <color name="base0D" value="#478c90"/> <color name="base0E" value="#55859b"/> <color name="base0F" value="#867469"/> <!-- Styles --> <style name="bracket-match" background="base06" bold="true"/> <style name="bracket-mismatch" background="base06" underline="true"/> <style name="css:at-rules" foreground="base0E"/> <style name="css:color" foreground="base02"/> <style name="css:keyword" foreground="base0A"/> <style name="current-line" background="base06"/> <style name="cursor" foreground="base04"/> <style name="def:base-n-integer" foreground="base09"/> <style name="def:boolean" foreground="base09"/> <style name="def:builtin" foreground="base09"/> <style name="def:character" foreground="base09"/> <style name="def:comment" foreground="base03"/> <style name="def:complex" foreground="base09"/> <style name="def:decimal" foreground="base09"/> <style name="def:doc-comment" foreground="base03"/> <style name="def:doc-comment-element" foreground="base03"/> <style name="def:error" foreground="base07" background="base08"/> <style name="def:floating-point" foreground="base09"/> <style name="def:function" foreground="base0D"/> <style name="def:identifier" foreground="base08"/> <style name="def:keyword" foreground="base0E"/> <style name="def:note" foreground="base03"/> <style name="def:number" foreground="base09"/> <style name="def:operator" foreground="base0C"/> <style name="def:preprocessor" foreground="base09"/> <style name="def:reserved" foreground="base0E"/> <style name="def:shebang" foreground="base03"/> <style name="def:special-char" foreground="base09"/> <style name="def:special-constant" foreground="base09"/> <style name="def:statement" foreground="base0E"/> <style name="def:string" foreground="base0B"/> <style name="def:type" foreground="base0A"/> <style name="draw-spaces" foreground="base05"/> <style name="html:dtd" foreground="base0B"/> <style name="html:tag" foreground="base08"/> <style name="js:function" foreground="base0D"/> <style name="line-numbers" foreground="base01" background="base06"/> <style name="perl:builtin" foreground="base0D"/> <style name="perl:include-statement" foreground="base0E"/> <style name="perl:special-variable" foreground="base09"/> <style name="perl:variable" foreground="base08"/> <style name="php:string" foreground="base0B"/> <style name="python:builtin-constant" foreground="base0E"/> <style name="python:builtin-function" foreground="base0D"/> <style name="python:module-handler" foreground="base0E"/> <style name="python:special-variable" foreground="base0E"/> <style name="ruby:attribute-definition" foreground="base0E"/> <style name="ruby:builtin" foreground="base08"/> <style name="ruby:class-variable" foreground="base08"/> <style name="ruby:constant" foreground="base08"/> <style name="ruby:global-variable" foreground="base0D"/> <style name="ruby:instance-variable" foreground="base08"/> <style name="ruby:module-handler" foreground="base0E"/> <style name="ruby:predefined-variable" foreground="base09"/> <style name="ruby:regex" foreground="base08"/> <style name="ruby:special-variable" foreground="base0E"/> <style name="ruby:symbol" foreground="base0B"/> <style name="rubyonrails:attribute-definition" foreground="base0E"/> <style name="rubyonrails:block-parameter" foreground="base09"/> <style name="rubyonrails:builtin" foreground="base08"/> <style name="rubyonrails:class-inherit" foreground="base0B"/> <style name="rubyonrails:class-name" foreground="base0A"/> <style name="rubyonrails:class-variable" foreground="base08"/> <style name="rubyonrails:complex-interpolation" foreground="base09"/> <style name="rubyonrails:constant" foreground="base08"/> <style name="rubyonrails:global-variable" foreground="base0D"/> <style name="rubyonrails:instance-variable" foreground="base08"/> <style name="rubyonrails:module-handler" foreground="base0E"/> <style name="rubyonrails:module-name" foreground="base0A"/> <style name="rubyonrails:predefined-variable" foreground="base09"/> <style name="rubyonrails:rails" foreground="base08"/> <style name="rubyonrails:regex" foreground="base08"/> <style name="rubyonrails:simple-interpolation" foreground="base09"/> <style name="rubyonrails:special-variable" foreground="base0E"/> <style name="rubyonrails:symbol" foreground="base0B"/> <style name="search-match" background="base06" bold="true" underline="true"/> <style name="selection" foreground="base01" background="base02"/> <style name="text" foreground="base01" background="base07"/> <style name="xml:attribute-name" foreground="base08"/> <style name="xml:doctype" foreground="base08"/> <style name="xml:element-name" foreground="base08"/> <style name="xml:namespace" foreground="base08"/> <style name="xml:tag" foreground="base08"/> </style-scheme>