Last active
May 9, 2020 14:56
-
-
Save blues911/374fc2faa1e9cec0a222e75cbb47d351 to your computer and use it in GitHub Desktop.
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"?> | |
<!-- | |
Copyright (c) 2016 Mural Dark | |
Contacts: [email protected] | |
--> | |
<style-scheme id="mural dark" _name="Mural Dark" version="1.0"> | |
<author>Valera Padolochniy</author> | |
<_description>Dark color palette</_description> | |
<!-- Global Settings --> | |
<style name="text" foreground="#dcdcdc" background="#262626"/> | |
<style name="selection" foreground="#dcdcdc" background="#446600"/> | |
<style name="cursor" foreground="#f5f5f5"/> | |
<style name="current-line" background="#1a1a1a"/> | |
<style name="line-numbers" foreground="#666666" background="#1a1a1a"/> | |
<!-- Bracket Matching --> | |
<style name="bracket-match" foreground="#ff4d4d" bold="true"/> | |
<style name="bracket-mismatch" foreground="#ff4d4d" background="#000000" bold="true"/> | |
<style name="search-match" foreground="#262626" background="#e3e14f" bold="true"/> | |
<!-- Comments --> | |
<style name="def:comment" foreground="#808080"/> | |
<style name="def:sheband" foreground="#808080" bold="true"/> | |
<style name="def:doc-comment-element" italic="true"/> | |
<!-- Constants --> | |
<style name="def:constant" foreground="#efad43"/> | |
<style name="def:string" foreground="#efad43"/> | |
<style name="def:special-char" foreground="#af83ad"/> | |
<style name="def:special-constant" foreground="#af83ad"/> | |
<style name="def:number" foreground="#af83ad"/> | |
<!-- Identifiers --> | |
<style name="def:identifier" foreground="#729fcf"/> | |
<!-- Statements --> | |
<style name="def:statement" foreground="#88cc00"/> | |
<!-- Types --> | |
<style name="def:type" foreground="#88cc00"/> | |
<!-- Others --> | |
<style name="def:preprocessor" foreground="#ff4d4d"/> | |
<style name="def:error" foreground="#ff4d4d" bold="false"/> | |
<style name="def:note" foreground="#808080" background="#e3e14f" bold="true"/> | |
<style name="def:underlined" italic="true" underline="true"/> | |
</style-scheme> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Copyright (c) 2016 Mural Light | |
Contacts: [email protected] | |
--> | |
<style-scheme id="mural-light" _name="Mural Light" version="1.0"> | |
<author>Valera Padolochniy</author> | |
<_description>Light color palette</_description> | |
<!-- Global Settings --> | |
<style name="text" foreground="#363636" background="#f5f5f5"/> | |
<style name="selection" foreground="#f5f5f5" background="#5c85d6"/> | |
<style name="cursor" foreground="#262626"/> | |
<style name="current-line" background="#f0f0f0"/> | |
<style name="line-numbers" foreground="#a2a2a2" background="#f0f0f0"/> | |
<!-- Bracket Matching --> | |
<style name="bracket-match" foreground="#ff3300" bold="true"/> | |
<style name="bracket-mismatch" foreground="#ff3300" background="#dcdcdc" bold="true"/> | |
<style name="search-match" foreground="#262626" background="#ffa64d" bold="false"/> | |
<!-- Comments --> | |
<style name="def:comment" foreground="#4e9a06"/> | |
<style name="def:sheband" foreground="#4e9a06" bold="true"/> | |
<style name="def:doc-comment-element" italic="true"/> | |
<!-- Constants --> | |
<style name="def:constant" foreground="#808080"/> | |
<style name="def:string" foreground="#808080"/> | |
<style name="def:special-char" foreground="#9933ff"/> | |
<style name="def:special-constant" foreground="#9933ff"/> | |
<style name="def:number" foreground="#9933ff"/> | |
<!-- Identifiers --> | |
<style name="def:identifier" foreground="#ac7339"/> | |
<!-- Statements --> | |
<style name="def:statement" foreground="#3366cc"/> | |
<!-- Types --> | |
<style name="def:type" foreground="#2e5cb8"/> | |
<!-- Others --> | |
<style name="def:preprocessor" foreground="#ff3300"/> | |
<style name="def:error" foreground="#ff3300" background="#f5f5f5" bold="false"/> | |
<style name="def:note" foreground="#262626" background="#ffad33" bold="true"/> | |
<style name="def:underlined" italic="true" underline="true"/> | |
</style-scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment