Skip to content

Instantly share code, notes, and snippets.

@maksimKorzh
Created February 13, 2020 17:38
Show Gist options
  • Save maksimKorzh/59c1cbf3c51923482e5b7df1fe9c5fe8 to your computer and use it in GitHub Desktop.
Save maksimKorzh/59c1cbf3c51923482e5b7df1fe9c5fe8 to your computer and use it in GitHub Desktop.
codemirror default theme for xed or gedit editors
<?xml version="1.0" ?>
<style-scheme id="autumn" name="Code Mirror" version="1.0">
<author/>
<_description>Autumn theme</_description>
<style background="#White" foreground="#Black" name="text"/>
<style background="#red" foreground="#black" name="cursor"/>
<style background="#c9c9c9" foreground="#Black" name="selection"/>
<style background="#447744" foreground="#aaeeaa" name="diff:added-line"/>
<style background="#ddbb55" foreground="#lightyellow" name="diff:changed-line"/>
<style background="#aaccaa" foreground="#336633" name="diff:removed-line"/>
<style background="#f9f9f9" foreground="#999" name="line-numbers"/>
<style background="#yellow" foreground="#black" name="search-match"/>
<style background="#bg" foreground="#a50" name="def:comment"/>
<style background="#bg" foreground="#164" name="def:number"/>
<style background="#bg" foreground="#a11" name="def:string"/>
<style background="#bg" foreground="#708" name="def:constant"/>
<style background="#bg" foreground="#05a" name="def:identifier"/>
<style background="#bg" foreground="#708" name="def:statement"/>
<style background="#bg" foreground="#708" name="def:preprocessor"/>
<style background="#bg" foreground="#00f" name="def:function"/>
</style-scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment