Created
July 30, 2016 20:29
-
-
Save sahilshekhawat/9726ef593f4f2c2e196fee8c21eeefdc to your computer and use it in GitHub Desktop.
This file contains hidden or 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="plain" _name="Plain" version="1.0"> | |
<author>Sahil Shekhawat</author> | |
<_description>Just plain text for interview practice.</_description> | |
<color name="comment_color" value="#000000"/> | |
<color name="number_color" value="#000000"/> | |
<color name="string_color" value="#000000"/> | |
<color name="boolean_color" value="#000000"/> | |
<color name="keyword_color" value="#000000"/> | |
<color name="error_color" value="#000000"/> | |
<color name="text_fg" value="#000000"/> | |
<color name="text_bg" value="#ffffff"/> | |
<color name="line_highlight" value="#ffffff"/> | |
<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="#aaaaaa" background="#ffffff"/> | |
<style name="bracket-match" foreground="text_bg" background="keyword_color" bold="false"/> | |
<style name="bracket-mismatch" background="error_color" underline="true"/> | |
<style name="search-match" foreground="comment_color" background="text_fg" italic="false"/> | |
<style name="def:string" foreground="string_color" italic="false"/> | |
<style name="def:character" foreground="string_color" italic="false"/> | |
<style name="def:special-char" foreground="string_color" italic="false"/> | |
<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" bold="false"/> | |
<style name="def:builtin" foreground="keyword_color" bold="false"/> | |
<style name="def:keyword" foreground="keyword_color" bold="false"/> | |
<style name="def:function" foreground="keyword_color" bold="false"/> | |
<style name="def:type" foreground="keyword_color" bold="false"/> | |
<style name="def:preprocessor" foreground="keyword_color" bold="false"/> | |
<style name="def:identifier" foreground="keyword_color" bold="false"/> | |
<style name="def:operator" foreground="keyword_color" bold="false"/> | |
<style name="def:statement" foreground="keyword_color" bold="false"/> | |
<style name="def:constant" foreground="keyword_color" bold="false"/> | |
<style name="def:special-constant" foreground="keyword_color" bold="false"/> | |
<style name="def:error" foreground="text_bg" background="error_color" underline="true"/> | |
<style name="def:comment" foreground="comment_color" italic="false"/> | |
<style name="def:shebang" foreground="comment_color" italic="false"/> | |
<style name="def:doc-comment-element" foreground="comment_color" italic="false"/> | |
<style name="def:note" foreground="comment_color" italic="false"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment