sammihansen
11/13/2017 - 9:00 PM

Dark scheme for gedit

Colorful Dark Scheme for Gedit

<?xml version="1.0" encoding="UTF-8"?>

<style-scheme id="brightly_dark" _name="Brightly Dark" version="1.0">
	<author>Sam Hansen</author>
	<_description>Dark minimal theme</_description>

<!-- Scribe Theme Generator 1.3 -->

<!-- COLORS -->
	<color name="comment_color" value="#5205b5"/>
	<color name="number_color" value="#fff705"/>
	<color name="string_color" value="#ff8989"/>
	<color name="boolean_color" value="#795ee6"/>
	<color name="keyword_color" value="#2ffa51"/>
	<color name="error_color" value="#ff0a0a"/>
	<color name="text_fg" value="#ffffff"/>
	<color name="text_bg" value="#000000"/>
	<color name="line_highlight" value="#7b8ed8"/>

<!-- Global Settings -->
	<style name="text" foreground="text_fg" background="text_bg"/>
	<style name="cursor" foreground="error_color"/>
	<style name="current-line" background="line_highlight"/>
	<style name="line-numbers" foreground="text_bg" background="keyword_color"/>
	<style name="selection" foreground="text_fg" background="#47e3ff"/>

<!-- Bracket Matching -->
	<style name="bracket-match" foreground="text_bg" background="keyword_color" italic="true"/>
	<style name="bracket-mismatch" background="error_color" bold="true"/>
	<style name="search-match" foreground="comment_color" background="text_fg" bold="true"/>

<!-- 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" bold="true" italic="true"/>
	<style name="def:character" foreground="string_color" bold="true" italic="true"/>
	<style name="def:special-char" foreground="string_color" bold="true" italic="true"/>
	<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" italic="true"/>
	<style name="def:keyword" foreground="keyword_color" italic="true"/>
	<style name="def:function" foreground="keyword_color" italic="true"/>
	<style name="def:type" foreground="keyword_color" italic="true"/>
	<style name="def:preprocessor" foreground="keyword_color" italic="true"/>
	<style name="def:identifier" foreground="keyword_color" italic="true"/>
	<style name="def:operator" foreground="keyword_color" italic="true"/>
	<style name="def:statement" foreground="keyword_color" italic="true"/>

	<style name="def:constant" foreground="keyword_color" italic="true"/>
	<style name="def:special-constant" foreground="keyword_color" italic="true"/>
	<style name="def:error" foreground="text_bg" background="error_color" bold="true"/>

<!-- Comments -->

	<style name="def:comment" foreground="comment_color" bold="true"/>
	<style name="def:shebang" foreground="comment_color" bold="true"/>
	<style name="def:doc-comment-element" foreground="comment_color" bold="true"/>
	<style name="def:note" foreground="comment_color" bold="true"/>

</style-scheme>