Last active
January 7, 2017 16:26
-
-
Save mindvox/334210ee8c191d0001798f3ddb41cd89 to your computer and use it in GitHub Desktop.
Monokai colour scheme for gEdit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<style-scheme id="monokai-extended" _name="Monokai Extended" version="1.0"> | |
<author>Karl Bateman</author> | |
<_description>Monokai theme for gEdit</_description> | |
<style name="bracket-match" background="#333333" bold="true"/> | |
<style name="bracket-mismatch" background="#333333" underline="true"/> | |
<style name="c:preprocessor" foreground="#be84ff"/> | |
<style name="css:at-rules" foreground="#f92672"/> | |
<style name="css:color" foreground="#be84ff"/> | |
<style name="css:keyword" foreground="#66d9ef"/> | |
<style name="current-line" background="#333333"/> | |
<style name="cursor" foreground="#f8f8f0"/> | |
<style name="def:base-n-integer" foreground="#be84ff"/> | |
<style name="def:boolean" foreground="#be84ff"/> | |
<style name="def:builtin" foreground="#be84ff"/> | |
<style name="def:character" foreground="#be84ff"/> | |
<style name="def:comment" foreground="#75715e"/> | |
<style name="def:complex" foreground="#be84ff"/> | |
<style name="def:decimal" foreground="#be84ff"/> | |
<style name="def:doc-comment" foreground="#75715e"/> | |
<style name="def:doc-comment-element" foreground="#75715e"/> | |
<style name="def:error" foreground="#f8f8f0" background="#f92672"/> | |
<style name="def:floating-point" foreground="#be84ff"/> | |
<style name="def:function" foreground="#a6e22e"/> | |
<style name="def:identifier" foreground="#ffffff"/> | |
<style name="def:keyword" foreground="#f92672"/> | |
<style name="def:note" foreground="#75715e"/> | |
<style name="def:number" foreground="#be84ff"/> | |
<style name="def:operator" foreground="#f92672"/> | |
<style name="def:preprocessor" foreground="#66d9ef"/> | |
<style name="def:reserved" foreground="#f92672"/> | |
<style name="def:shebang" foreground="#75715e"/> | |
<style name="def:special-char" foreground="#66d9ef"/> | |
<style name="def:special-constant" foreground="#be84ff"/> | |
<style name="def:statement" foreground="#f92672"/> | |
<style name="def:string" foreground="#e6db74"/> | |
<style name="def:type" foreground="#66d9ef" italic="true"/> | |
<style name="diff:added-line" foreground="#a6e22e"/> | |
<style name="diff:changed-line" foreground="#e6db74"/> | |
<style name="diff:location" foreground="#75715e"/> | |
<style name="diff:removed-line" foreground="#f92672"/> | |
<style name="draw-spaces" foreground="#3b3a32"/> | |
<style name="html:dtd" foreground="#e6db74"/> | |
<style name="html:tag" foreground="#f92672"/> | |
<style name="js:function" foreground="#66d9ef"/> | |
<style name="line-numbers" foreground="#bebeba" background="#333333"/> | |
<style name="perl:builtin" foreground="#a6e22e"/> | |
<style name="perl:include-statement" foreground="#f92672"/> | |
<style name="perl:special-variable" foreground="#be84ff"/> | |
<style name="perl:variable" foreground="#ffffff"/> | |
<style name="php:string" foreground="#e6db74"/> | |
<style name="python:builtin-constant" foreground="#f92672"/> | |
<style name="python:builtin-function" foreground="#a6e22e"/> | |
<style name="python:module-handler" foreground="#f92672"/> | |
<style name="python:special-variable" foreground="#f92672"/> | |
<style name="ruby:attribute-definition" foreground="#f92672"/> | |
<style name="ruby:builtin" foreground="#ffffff"/> | |
<style name="ruby:class-variable" foreground="#ffffff"/> | |
<style name="ruby:constant" foreground="#ffffff"/> | |
<style name="ruby:global-variable" foreground="#a6e22e"/> | |
<style name="ruby:instance-variable" foreground="#ffffff"/> | |
<style name="ruby:module-handler" foreground="#f92672"/> | |
<style name="ruby:predefined-variable" foreground="#be84ff"/> | |
<style name="ruby:regex" foreground="#f6aa11"/> | |
<style name="ruby:special-variable" foreground="#f92672"/> | |
<style name="ruby:symbol" foreground="#be84ff"/> | |
<style name="rubyonrails:attribute-definition" foreground="#f92672"/> | |
<style name="rubyonrails:block-parameter" foreground="#fd971f" italic="true"/> | |
<style name="rubyonrails:builtin" foreground="#ffffff"/> | |
<style name="rubyonrails:class-inherit" foreground="#a6e22e" underline="true" italic="true"/> | |
<style name="rubyonrails:class-name" foreground="#66d9ef"/> | |
<style name="rubyonrails:class-variable" foreground="#ffffff"/> | |
<style name="rubyonrails:complex-interpolation" foreground="#be84ff"/> | |
<style name="rubyonrails:constant" foreground="#ffffff"/> | |
<style name="rubyonrails:global-variable" foreground="#a6e22e"/> | |
<style name="rubyonrails:instance-variable" foreground="#ffffff"/> | |
<style name="rubyonrails:module-handler" foreground="#f92672"/> | |
<style name="rubyonrails:module-name" foreground="#66d9ef"/> | |
<style name="rubyonrails:predefined-variable" foreground="#be84ff"/> | |
<style name="rubyonrails:rails" foreground="#ffffff"/> | |
<style name="rubyonrails:regex" foreground="#f6aa11"/> | |
<style name="rubyonrails:simple-interpolation" foreground="#be84ff"/> | |
<style name="rubyonrails:special-variable" foreground="#f92672"/> | |
<style name="rubyonrails:symbol" foreground="#be84ff"/> | |
<style name="search-match" background="#333333" bold="true" underline="true"/> | |
<style name="selection" foreground="#f8f8f2" background="#444444"/> | |
<style name="text" foreground="#f8f8f2" background="#222222"/> | |
<style name="xml:attribute-name" foreground="#a6e22e"/> | |
<style name="xml:element-name" foreground="#f92672"/> | |
<style name="xml:entity" foreground="#c8cecc"/> | |
<style name="xml:namespace" foreground="#f92672"/> | |
<style name="xml:tag" foreground="#f92672"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment