Skip to content

Instantly share code, notes, and snippets.

@KurtJacobson
Last active July 3, 2017 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurtJacobson/dd8ece700565984d709eea3508f4875c to your computer and use it in GitHub Desktop.
Save KurtJacobson/dd8ece700565984d709eea3508f4875c to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="kcj" _name="KCJ" version="1.0">
<author>Kurt Jacobson</author>
<_description></_description>
<!-- COLORS -->
<color name="comment_color" value="#608b4e"/>
<color name="number_color" value="#b5cea8"/>
<color name="string_color" value="#d69d62"/>
<color name="boolean_color" value="#d69d62"/>
<color name="keyword_color" value="#4c9cd6"/>
<color name="error_color" value="#ff3333"/>
<color name="text_fg" value="#ffffff"/>
<color name="text_bg" value="#1e1e1e"/>
<color name="line_highlight" value="#0f0f0f"/>
<color name="line_numbers" value="#2b91af"/>
<color name="selection_color" value="#616161" background="text_bg"/>
<!-- Global Settings -->
<style name="text" foreground="text_fg" background="text_bg"/>
<style name="cursor" foreground="text_fg"/>
<style name="current-line" background="line_highlight"/>
<style name="line-numbers" foreground="#a3a3a3"/>
<style name="selection" background="selection_color"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="#ffc800" bold="true"/>
<style name="bracket-mismatch" background="error_color"/>
<style name="search-match" foreground="#ff005d"/>
<!-- Base syntax colors
Languages: plain, python, ruby, xml, html, ada, asp, awk, boo, c,
changelog, chdr, cmake, cpp, csharp, css, d, def, desktop, diff,
docbook, dosbatch, dot, dpatch, dtd, eiffel, erlang, forth, fortran,
gap, gtkrc, haddock, haskell, haskell-literate, idl, ini, java,
javascript, latex, libtool, lua, m4, makefile, msil, nermele, nsis,
objc, ocaml, ocl, octave, pascal, perl, php, pkgconfig, po, prolog,
R, rpmspec, scheme, sh, sql, t2t, tcl, texinfo, vala, vbnet, verilog,
vhdl, xslt, yacc
-->
<style name="def:string" foreground="string_color"/>
<style name="def:character" foreground="string_color"/>
<style name="def:special-char" foreground="string_color"/>
<style name="def:number" foreground="number_color"/>
<style name="def:decimal" foreground="number_color"/>
<style name="def:floating-point" foreground="number_color"/>
<style name="def:complex" foreground="number_color"/>
<style name="def:base-n-integer" foreground="number_color"/>
<style name="def:boolean" foreground="boolean_color"/>
<style name="def:builtin" foreground="keyword_color"/>
<style name="def:keyword" foreground="keyword_color"/>
<style name="def:function" foreground="keyword_color"/>
<style name="def:type" foreground="keyword_color"/>
<style name="def:preprocessor" foreground="keyword_color"/>
<style name="def:identifier" foreground="keyword_color"/>
<style name="def:operator" foreground="keyword_color"/>
<style name="def:statement" foreground="keyword_color"/>
<style name="def:constant" foreground="keyword_color"/>
<style name="def:special-constant" foreground="keyword_color"/>
<style name="def:error" foreground="text_bg" background="error_color"/>
<!-- Comments -->
<style name="def:comment" foreground="comment_color"/>
<style name="def:shebang" foreground="#a3a3a3"/>
<style name="def:doc-comment-element" foreground="comment_color"/>
<style name="def:note" foreground="#BF0303" bold="true"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment