%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/gtksourceview-5/styles/
Upload File :
Create Path :
Current File : //usr/share/gtksourceview-5/styles/solarized-light.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--

  This file is part of GtkSourceView

  Copyright (C) 2011 Craig Russell
  Author: Craig Russell <craig@craig-russell.co.uk>

  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="solarized-light" _name="Solarized Light" version="1.0">
  <author>Craig Russell</author>
  <_description>Color scheme using Solarized light color palette</_description>

  <metadata>
    <property name="variant">light</property>
    <property name="dark-variant">solarized-dark</property>
  </metadata>

  <!-- Solarized Palette -->
  <color name="base03"  value="#002B36"/>
  <color name="base02"  value="#073642"/>
  <color name="base01"  value="#586E75"/>
  <color name="base00"  value="#657B83"/>
  <color name="base0"   value="#839496"/>
  <color name="base1"   value="#93A1A1"/>
  <color name="base2"   value="#EEE8D5"/>
  <color name="base3"   value="#FDF6E3"/>
  <color name="base4"   value="#C8CCC2"/>
  <color name="yellow"  value="#B58900"/>
  <color name="orange"  value="#CB4B16"/>
  <color name="red"     value="#DC322F"/>
  <color name="magenta" value="#D33682"/>
  <color name="violet"  value="#6C71C4"/>
  <color name="blue"    value="#268BD2"/>
  <color name="cyan"    value="#2AA198"/>
  <color name="green"   value="#859900"/>

  <color name="base3-2-blend" value="#F6EFDC"/>

  <!-- Global Settings -->
  <style name="text"                        foreground="base01" background="base3"/>
  <style name="selection"                   foreground="#rgba(0,0,0,0)" background="#rgba(147, 161, 161, .3)"/>
  <style name="cursor"                      foreground="base01"/>
  <style name="current-line"                background="base2"/>
  <style name="current-line-number"         background="#rgba(0,0,0,0)"/>
  <style name="line-numbers"                foreground="base1" background="base2"/>
  <style name="snippet-focus"               foreground="base1" background="base2"/>
  <style name="background-pattern"          background="base3-2-blend"/>
  <style name="draw-spaces"                 foreground="base4"/>

  <!-- Bracket Matching -->
  <style name="bracket-match"               foreground="base3" background="base1"/>
  <style name="bracket-mismatch"            foreground="red" background="base1"/>

  <!-- Right Margin -->
  <style name="right-margin"                foreground="base01" background="base01"/>

  <!-- Search Matching -->
  <style name="search-match"                foreground="base3" background="yellow"/>

  <!-- Comments -->
  <style name="def:comment"                 foreground="base1"/>
  <style name="def:shebang"                 foreground="base1" bold="true"/>
  <style name="def:doc-comment-element"     italic="true"/>

  <!-- Constants -->
  <style name="def:constant"                foreground="cyan"/>
  <style name="def:special-char"            foreground="red"/>

  <!-- Functions -->
  <style name="def:function"                foreground="blue"/>

  <!-- Identifiers -->
  <style name="def:identifier"              foreground="blue"/>

  <!-- Keywords -->
  <style name="def:keyword"                 foreground="green"/>

  <!-- Statements -->
  <style name="def:statement"               foreground="orange"/>

  <!-- Types -->
  <style name="def:type"                    foreground="yellow"/>

  <!-- Markup -->
  <style name="def:emphasis"                italic="true"/>
  <style name="def:strong-emphasis"         foreground="orange"/>
  <style name="def:inline-code"             foreground="blue"/>
  <style name="def:insertion"               underline="single"/>
  <style name="def:deletion"                strikethrough="true"/>
  <style name="def:link-text"               foreground="base1"/>
  <style name="def:link-symbol"             foreground="base1" bold="true"/>
  <style name="def:link-destination"        italic="true" underline="single"/>
  <style name="def:heading"                 foreground="yellow"/>
  <style name="def:thematic-break"          foreground="yellow"/>
  <style name="def:preformatted-section"    foreground="blue"/>
  <style name="def:list-marker"             foreground="orange"/>

  <!-- Diff -->
  <style name="diff:added-line"             foreground="green"/>
  <style name="diff:removed-line"           foreground="red"/>
  <style name="diff:changed-line"           foreground="yellow"/>
  <style name="diff:location"               foreground="blue"/>
  <style name="diff:diff-file"              foreground="yellow"/>

  <!-- Operators -->
  <style name="def:operator"                foreground="green"/>

  <!-- Others -->
  <style name="def:preprocessor"            foreground="violet"/>
  <style name="def:error"                   underline="error" underline-color="red"/>
  <style name="def:note"                    foreground="magenta" 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"/>
  -->

  <!-- C Overrides -->
  <style name="c:preprocessor"              foreground="orange"/>
  <style name="c:type-keyword"              foreground="yellow"/>

  <!-- GTK-DOC Overrides -->
  <style name="gtk-doc:type"                foreground="yellow"/>
  <style name="gtk-doc:function"            foreground="blue"/>
  <style name="gtk-doc:function-name"       bold="true"/>
  <style name="gtk-doc:property-name"       bold="true"/>
  <style name="gtk-doc:signal-name"         bold="true"/>
  <style name="gtk-doc:parameter"           bold="true"/>
  <style name="gtk-doc:constant"            foreground="cyan"/>
  <style name="gtk-doc:return"              bold="true"/>
  <style name="gtk-doc:since"               bold="true"/>
  <style name="gtk-doc:deprecated"          bold="true"/>
  
  <!-- Language specific styles -->
  <style name="json:keyname"                foreground="green"/>

</style-scheme>

Zerion Mini Shell 1.0