149 lines
7.2 KiB
XML
149 lines
7.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
This file is part of GtkSourceView
|
|
|
|
Copyright (C) 2007 GtkSourceView team
|
|
Author: Paolo Borelli <pborelli@gnome.org>
|
|
|
|
GtkSourceView is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
GtkSourceView is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Lesser General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
<style-scheme id="oblivion" _name="Oblivion" version="1.0">
|
|
|
|
<author>Paolo Borelli</author>
|
|
<_description>Dark color scheme using the Tango color palette</_description>
|
|
|
|
<!-- Tango Palette -->
|
|
<color name="butter1" value="#fce94f"/>
|
|
<color name="butter2" value="#edd400"/>
|
|
<color name="butter3" value="#c4a000"/>
|
|
<color name="chameleon1" value="#8ae234"/>
|
|
<color name="chameleon2" value="#73d216"/>
|
|
<color name="chameleon3" value="#4e9a06"/>
|
|
<color name="orange1" value="#fcaf3e"/>
|
|
<color name="orange2" value="#f57900"/>
|
|
<color name="orange3" value="#ce5c00"/>
|
|
<color name="skyblue1" value="#729fcf"/>
|
|
<color name="skyblue2" value="#3465a4"/>
|
|
<color name="skyblue3" value="#204a87"/>
|
|
<color name="plum1" value="#ad7fa8"/>
|
|
<color name="plum2" value="#75507b"/>
|
|
<color name="plum3" value="#5c3566"/>
|
|
<color name="chocolate1" value="#e9b96e"/>
|
|
<color name="chocolate2" value="#c17d11"/>
|
|
<color name="chocolate3" value="#8f5902"/>
|
|
<color name="scarletred1" value="#ef2929"/>
|
|
<color name="scarletred2" value="#cc0000"/>
|
|
<color name="scarletred3" value="#a40000"/>
|
|
<color name="aluminium1" value="#eeeeec"/>
|
|
<color name="aluminium2" value="#d3d7cf"/>
|
|
<color name="aluminium3" value="#babdb6"/>
|
|
<color name="aluminium4" value="#888a85"/>
|
|
<color name="aluminium5" value="#555753"/>
|
|
<color name="aluminium6" value="#2e3436"/>
|
|
<color name="white" value="#ffffff"/>
|
|
<color name="black" value="#000000"/>
|
|
|
|
<color name="aluminium4-3-blend" value="#a1a49e"/>
|
|
<color name="aluminium6-5-blend" value="#34393A"/>
|
|
|
|
<!-- Global Settings -->
|
|
<style name="text" foreground="aluminium2" background="aluminium6"/>
|
|
<style name="selection" foreground="aluminium1" background="aluminium4"/>
|
|
<style name="cursor" foreground="aluminium2"/>
|
|
<style name="secondary-cursor" foreground="aluminium4-3-blend"/>
|
|
<style name="current-line" background="aluminium5"/>
|
|
<style name="line-numbers" foreground="aluminium5" background="black"/>
|
|
<style name="draw-spaces" foreground="aluminium4"/>
|
|
<style name="background-pattern" background="aluminium6-5-blend"/>
|
|
|
|
<!-- Bracket Matching -->
|
|
<style name="bracket-match" foreground="chocolate2"/>
|
|
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred2"/>
|
|
|
|
<!-- Right Margin -->
|
|
<style name="right-margin" foreground="aluminium1" background="aluminium3"/>
|
|
|
|
<!-- Search Matching -->
|
|
<style name="search-match" foreground="aluminium1" background="chameleon3"/>
|
|
|
|
<!-- Comments -->
|
|
<style name="def:comment" foreground="aluminium4"/>
|
|
<style name="def:shebang" foreground="aluminium4" bold="true"/>
|
|
<style name="def:doc-comment-element" italic="true"/>
|
|
|
|
<!-- Constants -->
|
|
<style name="def:constant" foreground="butter2"/>
|
|
<style name="def:string" foreground="butter2"/>
|
|
<style name="def:special-char" foreground="orange3"/>
|
|
<style name="def:special-constant" foreground="orange3"/>
|
|
<style name="def:floating-point" foreground="orange3"/>
|
|
|
|
<!-- Identifiers -->
|
|
<style name="def:identifier" foreground="skyblue1"/>
|
|
|
|
<!-- Statements -->
|
|
<style name="def:statement" foreground="white" bold="true"/>
|
|
|
|
<!-- Types -->
|
|
<style name="def:type" foreground="chameleon1" bold="true"/>
|
|
|
|
<!-- Markup -->
|
|
<style name="def:emphasis" italic="true"/>
|
|
<style name="def:strong-emphasis" foreground="white" bold="true"/>
|
|
<style name="def:inline-code" foreground="skyblue1"/>
|
|
<style name="def:insertion" underline="single"/>
|
|
<style name="def:deletion" strikethrough="true"/>
|
|
<style name="def:link-text" foreground="aluminium4"/>
|
|
<style name="def:link-symbol" foreground="aluminium4" bold="true"/>
|
|
<style name="def:link-destination" italic="true" underline="single"/>
|
|
<style name="def:heading" foreground="chameleon1" bold="true"/>
|
|
<style name="def:thematic-break" foreground="chameleon1" bold="true"/>
|
|
<style name="def:preformatted-section" foreground="skyblue1"/>
|
|
<style name="def:list-marker" foreground="white" bold="true"/>
|
|
|
|
<!-- Others -->
|
|
<style name="def:preprocessor" foreground="plum1"/>
|
|
<style name="def:error" foreground="aluminium1" background="scarletred2" bold="true"/>
|
|
<style name="def:warning" foreground="aluminium1" background="plum1"/>
|
|
<style name="def:note" background="butter1" foreground="aluminium4" bold="true"/>
|
|
<style name="def:net-address" italic="true" underline="single"/>
|
|
|
|
<!-- Heading styles, uncomment to enable -->
|
|
<!--
|
|
<style name="def:heading0" scale="5.0"/>
|
|
<style name="def:heading1" scale="2.5"/>
|
|
<style name="def:heading2" scale="2.0"/>
|
|
<style name="def:heading3" scale="1.7"/>
|
|
<style name="def:heading4" scale="1.5"/>
|
|
<style name="def:heading5" scale="1.3"/>
|
|
<style name="def:heading6" scale="1.2"/>
|
|
-->
|
|
|
|
<!-- Language specific -->
|
|
<style name="diff:added-line" foreground="butter2"/>
|
|
<style name="diff:removed-line" foreground="skyblue1"/>
|
|
<style name="diff:changed-line" foreground="plum1"/>
|
|
<style name="diff:diff-file" foreground="chameleon1" bold="true"/>
|
|
<style name="diff:location" foreground="chameleon1"/>
|
|
<style name="diff:special-case" foreground="white" bold="true"/>
|
|
|
|
<style name="latex:command" foreground="chameleon1" bold="true"/>
|
|
<style name="latex:include" use-style="def:preprocessor"/>
|
|
|
|
</style-scheme>
|
|
|