This commit is contained in:
end-4
2024-02-22 15:35:06 +07:00
commit 8db26e9707
4220 changed files with 208544 additions and 0 deletions
@@ -0,0 +1,226 @@
<?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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
<style-scheme id="builder-dark" name="Builder Dark" version="1.0">
<author>Paolo Borelli, Christian Hergert</author>
<description>Dark color scheme for Builder using the Tango color palette</description>
<metadata>
<property name="variant">dark</property>
<property name="light-variant">builder</property>
<property name="accent_bg_color">#4186A8</property>
<property name="accent_fg_color">#eeeeec</property>
<property name="window_fg_color">#eeeeec</property>
<property name="headerbar_fg_color">#eeeeec</property>
</metadata>
<!-- 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="pink1" value="#dd4a68"/>
<color name="red1" value="#ff0000"/>
<color name="dark1" value="#1e1e1e"/>
<color name="dark2" value="#303030"/>
<color name="transparent" value="#rgba(0,0,0,0)"/>
<!-- Global Settings -->
<style name="text" foreground="aluminium3" background="dark1"/>
<style name="selection" background="#rgba(136,138,133,1)" foreground="white"/>
<style name="cursor" foreground="aluminium2"/>
<style name="current-line" background="dark2"/>
<style name="current-line-number" background="dark2"/>
<style name="line-numbers" foreground="aluminium5" background="dark1"/>
<style name="draw-spaces" foreground="aluminium5"/>
<style name="background-pattern" background="#202020"/>
<style name="map-overlay" background="#rgba(136,138,133,0.25)"/>
<style name="snippet-focus" background="orange3" foreground="aluminium6"/>
<!-- Builder Overrides -->
<style name="-Builder:deprecated" underline="error" underline-color="aluminium3"/>
<style name="-Builder:unused" underline="error" underline-color="chocolate2"/>
<style name="-Builder:error" underline="error" underline-color="red1"/>
<style name="-Builder:note" underline="error" underline-color="skyblue1"/>
<style name="-Builder:warning" underline="error" underline-color="orange1"/>
<style name="-Builder:current-breakpoint" foreground="#2e3436" line-background="#fcaf3e"/>
<style name="-Builder:breakpoint" foreground="#ffffff" line-background="#204a87"/>
<style name="-Builder:hover-definition" background="#41464c" underline="true"/>
<style name="-Builder:label" foreground="#000000" background="#D5E7FC"/>
<style name="-Builder:id" foreground="#000000" background="#D9E7BD"/>
<style name="-Builder:style-class" foreground="#000000" background="#DFCD9B"/>
<style name="-Builder:type" foreground="#000000" background="#F4DAC3"/>
<style name="-Builder:parent" foreground="#000000" background="#DEBECF"/>
<style name="-Builder:class" foreground="#000000" background="#FFEF98"/>
<style name="-Builder:attribute" foreground="#000000" background="#F0E68C"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="chocolate2" bold="true"/>
<style name="bracket-mismatch" foreground="aluminium1" background="scarletred2" bold="true"/>
<!-- Right Margin -->
<style name="right-margin" foreground="#484749" background="#484749"/>
<!-- Search Matching -->
<style name="search-match" foreground="aluminium1" background="chameleon3"/>
<style name="quick-highlight-match" background="#rgba(78,154,6,.25)"/>
<!-- Search Shadow -->
<style name="search-shadow" background="#rgba(0,0,0,0.4)"/>
<!-- Spellchecker Matching -->
<style name="misspelled-match" foreground="#000000" background="#b3d4fc"/>
<!-- 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="#0077aa"/>
<style name="def:special-char" foreground="#dd4a68"/>
<style name="def:special-constant" foreground="plum1"/>
<style name="def:floating-point" foreground="orange3"/>
<style name="def:function" foreground="#4186A8"/>
<!-- 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="true"/>
<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="#dd4a68"/>
<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="true"/>
<!-- 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="c:comment" foreground="#8b9eab"/>
<style name="c:preprocessor" foreground="#8194a6" bold="false"/>
<style name="c:boolean" foreground="#0077aa"/>
<style name="c:keyword" foreground="#0077aa" bold="true"/>
<style name="c:string" foreground="#669900"/>
<style name="c:included-file" foreground="orange3"/>
<style name="c:storage-class" foreground="orange3" bold="true"/>
<style name="c:type" foreground="#669900" bold="true"/>
<style name="c:macro-name" foreground="#677685" bold="false"/>
<style name="c:enum-name" foreground="#dd4a68" bold="false"/>
<style name="diff:added-line" foreground="chameleon2"/>
<style name="diff:removed-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"/>
<!-- GTK Doc -->
<style name="gtk-doc:function-name" bold="true"/>
<style name="gtk-doc:function" bold="true"/>
<style name="gtk-doc:parameter" bold="true"/>
<style name="gtk-doc:constant" bold="true"/>
<style name="gtk-doc:type" bold="true"/>
<style name="gtk-doc:since" bold="true"/>
<style name="gtk-doc:return" bold="true"/>
<style name="gtk-doc:deprecated" bold="true"/>
<style name="gtk-doc:signal-name" bold="true"/>
<style name="gtk-doc:property-name" bold="true"/>
<style name="gutter:added-line" foreground="chameleon2"/>
<style name="gutter:changed-line" foreground="butter3"/>
<style name="gutter:removed-line" foreground="scarletred3"/>
<style name="js:built-in-constructor" foreground="pink1"/>
<style name="js:keyword" foreground="#2b85aa"/>
<style name="js:string" foreground="#669900"/>
<style name="js:template-literal" foreground="#669900"/>
<style name="js:built-in-function" foreground="pink1"/>
<style name="js:built-in-method" foreground="pink1"/>
<style name="latex:command" foreground="chameleon1" bold="true"/>
<style name="latex:include" use-style="def:preprocessor"/>
<style name="xml:comment" foreground="#8b9eab"/>
<style name="xml:attribute-name" foreground="#orange3" bold="false"/>
<style name="xml:attribute-value" foreground="#669900"/>
<style name="xml:tag-match" background="#rgba(114,159,207,.20)"/>
</style-scheme>
@@ -0,0 +1,217 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2022 Christian Hergert
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="builder" _name="Builder" version="1.0">
<author>Christian Hergert</author>
<_description>The default color scheme for Builder</_description>
<metadata>
<property name="variant">light</property>
<property name="dark-variant">builder-dark</property>
<property name="accent_bg_color">#0077aa</property>
<property name="accent_fg_color">#eeeeec</property>
<property name="window_fg_color">#2a2a2a</property>
</metadata>
<!-- Named Colors -->
<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="bg1" value="#EDEBE9"/>
<color name="bg2" value="#DBD7D3"/>
<color name="blue1" value="#708090"/>
<color name="blue2" value="#0077AA"/>
<color name="brown1" value="#A67F59"/>
<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="chocolate1" value="#E9B96E"/>
<color name="chocolate2" value="#C17D11"/>
<color name="chocolate3" value="#8F5902"/>
<color name="gr1" value="#709831"/>
<color name="green1" value="#669900"/>
<color name="line1" value="#A2A3A3"/>
<color name="og1" value="#D75D1B"/>
<color name="orange1" value="#FCAF3E"/>
<color name="orange2" value="#F57900"/>
<color name="orange3" value="#CE5C00"/>
<color name="pink1" value="#DD4A68"/>
<color name="pink2" value="#EBCAD2"/>
<color name="plum1" value="#AD7FA8"/>
<color name="plum2" value="#75507B"/>
<color name="plum3" value="#5C3566"/>
<color name="purple1" value="#990055"/>
<color name="red1" value="#FF0000"/>
<color name="scarletred1" value="#EF2929"/>
<color name="scarletred2" value="#CC0000"/>
<color name="scarletred3" value="#A40000"/>
<color name="selection1" value="#B3D4FC"/>
<color name="skyblue1" value="#729FCF"/>
<color name="skyblue2" value="#3465A4"/>
<color name="skyblue3" value="#204A87"/>
<color name="text1" value="#4D4E53"/>
<color name="white" value="#FFFFFF"/>
<color name="black" value="#000000"/>
<color name="yellow1" value="#FFF9E5"/>
<!-- Global Styles -->
<style name="background-pattern" background="#F3F3F3"/>
<style name="bracket-match" background="aluminium3" foreground="text1" bold="true"/>
<style name="bracket-mismatch" background="scarletred3" foreground="aluminium1" bold="true"/>
<style name="current-line" background="aluminium1"/>
<style name="current-line-number" background="aluminium1" foreground="aluminium4" bold="true"/>
<style name="cursor" foreground="aluminium4"/>
<style name="draw-spaces" foreground="aluminium3"/>
<style name="line-numbers" background="#FAFAFA" foreground="aluminium3"/>
<style name="map-overlay" background="#rgba(193,203,210,0.55)"/>
<style name="misspelled-match" background="selection1" foreground="aluminium5"/>
<style name="quick-highlight" background="#rgba(221,74,104,0.15)"/>
<style name="quick-highlight-match" background="#rgba(221,74,104,0.15)"/>
<style name="right-margin" background="bg2" foreground="aluminium3"/>
<style name="search-match" background="pink1" foreground="white"/>
<style name="search-shadow" background="#rgba(0,0,0,0.2)"/>
<style name="selection" background="selection1" foreground="aluminium5"/>
<style name="snippet-focus" background="orange1" foreground="text1"/>
<style name="text" background="#FAFAFA" foreground="text1"/>
<!-- Builder Overrides -->
<style name="-Builder:added-line" foreground="chameleon1"/>
<style name="-Builder:changed-line" foreground="orange1"/>
<style name="-Builder:removed-line" foreground="scarletred1"/>
<style name="-Builder:current-breakpoint" line-background="#f5c211" foreground="black"/>
<style name="-Builder:breakpoint" line-background="#4A90D9" foreground="white"/>
<style name="-Builder:deprecated" underline="error" underline-color="aluminium3"/>
<style name="-Builder:error" underline="error" underline-color="red1"/>
<style name="-Builder:note" underline="error" underline-color="blue1"/>
<style name="-Builder:unused" underline="error" underline-color="chocolate3"/>
<style name="-Builder:warning" underline="error" underline-color="orange1"/>
<style name="-Builder:hover-definition" background="#D2E0E8" underline="single"/>
<style name="-Builder:area" background="#rgba(32,74,135,0.1)"/>
<style name="-Builder:attribute" background="#F0E68C" foreground="#000000"/>
<style name="-Builder:class" background="#FFEF98" foreground="#000000"/>
<style name="-Builder:id" background="#D9E7BD" foreground="#000000"/>
<style name="-Builder:label" background="#D5E7FC" foreground="#000000"/>
<style name="-Builder:parent" background="#DEBECF" foreground="#000000"/>
<style name="-Builder:style-class" background="#DFCD9B" foreground="#000000"/>
<style name="-Builder:type" background="#F4DAC3" foreground="#000000"/>
<!-- Defaults -->
<style name="def:base-n-integer" foreground="blue2"/>
<style name="def:boolean" foreground="pink1"/>
<style name="def:comment" foreground="blue1"/>
<style name="def:constant" foreground="pink1"/>
<style name="def:decimal" foreground="purple1"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:doc-comment-element" italic="true"/>
<style name="def:emphasis" italic="true"/>
<style name="def:error" line-background="#rgba(235,202,210,0.4)"/>
<style name="def:floating-point" foreground="blue2"/>
<style name="def:function" foreground="#4186A8"/>
<style name="def:heading" foreground="gr1" bold="true"/>
<style name="def:identifier" foreground="purple1"/>
<style name="def:inline-code" foreground="purple1"/>
<style name="def:insertion" underline="single"/>
<style name="def:keyword" foreground="gr1" bold="true"/>
<style name="def:link-destination" italic="true" underline="single"/>
<style name="def:link-symbol" foreground="blue1" bold="true"/>
<style name="def:link-text" foreground="blue1"/>
<style name="def:list-marker" foreground="green1" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
<style name="def:note" background="orange1" bold="true"/>
<style name="def:operator" foreground="brown1"/>
<style name="def:preformatted-section" foreground="purple1"/>
<style name="def:preprocessor" foreground="pink1"/>
<style name="def:shebang" foreground="blue1" bold="true"/>
<style name="def:special-char" foreground="pink1"/>
<style name="def:special-constant" foreground="purple1"/>
<style name="def:statement" foreground="green1" bold="true"/>
<style name="def:string" foreground="blue2"/>
<style name="def:strong-emphasis" foreground="green1" bold="true"/>
<style name="def:thematic-break" foreground="gr1" bold="true"/>
<style name="def:type" foreground="gr1" bold="true"/>
<style name="def:warning" background="yellow1"/>
<!-- C -->
<style name="c:boolean" foreground="blue2"/>
<style name="c:comment" foreground="#8B9EAB"/>
<style name="c:enum-name" foreground="pink1" bold="false"/>
<style name="c:included-file" foreground="orange3"/>
<style name="c:keyword" foreground="blue2" bold="true"/>
<style name="c:macro-name" foreground="#677685" bold="false"/>
<style name="c:preprocessor" foreground="#8194A6" bold="false"/>
<style name="c:storage-class" foreground="orange3" bold="true"/>
<style name="c:string" foreground="green1"/>
<style name="c:type" foreground="green1" bold="true"/>
<!-- Diff -->
<style name="diff:added-line" foreground="chameleon3"/>
<style name="diff:changed-line" foreground="orange3"/>
<style name="diff:diff-file" bold="true"/>
<style name="diff:location" use-style="def:statement"/>
<style name="diff:removed-line" foreground="pink1"/>
<style name="diff:special-case" use-style="def:constant"/>
<!-- gtk-doc -->
<style name="gtk-doc:constant" bold="true"/>
<style name="gtk-doc:deprecated" bold="true"/>
<style name="gtk-doc:function" bold="true"/>
<style name="gtk-doc:function-name" bold="true"/>
<style name="gtk-doc:parameter" bold="true"/>
<style name="gtk-doc:property-name" bold="true"/>
<style name="gtk-doc:return" bold="true"/>
<style name="gtk-doc:signal-name" bold="true"/>
<style name="gtk-doc:since" bold="true"/>
<style name="gtk-doc:type" bold="true"/>
<!-- JavaScript -->
<style name="js:built-in-constructor" foreground="pink1"/>
<style name="js:built-in-function" foreground="pink1"/>
<style name="js:built-in-method" foreground="pink1"/>
<style name="js:keyword" foreground="blue2"/>
<style name="js:string" foreground="green1"/>
<style name="js:template-literal" foreground="green1"/>
<!-- LaTeX -->
<style name="latex:command" foreground="chameleon3" bold="true"/>
<style name="latex:display-math" foreground="plum3"/>
<style name="latex:include" use-style="def:preprocessor"/>
<style name="latex:special-char" use-style="def:constant"/>
<!-- Python 2 -->
<style name="python:builtin-object" foreground="og1"/>
<style name="python:function-name" foreground="pink1"/>
<style name="python:keyword" foreground="green1" bold="false"/>
<style name="python:module-handler" foreground="purple1" bold="false"/>
<!-- sh -->
<style name="sh:variable" foreground="plum3"/>
<style name="sh:variable-definition" foreground="chameleon3"/>
<!-- XML -->
<style name="xml:namespace" bold="true"/>
<style name="xml:tag-match" background="#rgba(153,0,85,0.07)"/>
<style name="xml:tags" foreground="chameleon3"/>
</style-scheme>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Catppuccin Gedit theme based on Oblivion theme and Cappuccin for Visual Studio Code.
-->
<style-scheme id="catppuccin_frappe" _name="Catppuccin frappe" version="1.0">
<author>sacerdos</author>
<_description>Soothing pastel theme for Gedit</_description>
<!-- Catppuccin Palette -->
<color name="frappe_rosewater" value="#f2d5cf"/>
<color name="frappe_flamingo" value="#eebebe"/>
<color name="frappe_pink" value="#f4b8e4"/>
<color name="frappe_mauve" value="#ca9ee6"/>
<color name="frappe_red" value="#e78284"/>
<color name="frappe_maroon" value="#ea999c"/>
<color name="frappe_peach" value="#ef9f76"/>
<color name="frappe_yellow" value="#e5c890"/>
<color name="frappe_green" value="#a6d189"/>
<color name="frappe_teal" value="#81c8be"/>
<color name="frappe_sky" value="#99d1db"/>
<color name="frappe_sapphire" value="#85c1dc"/>
<color name="frappe_blue" value="#8caaee"/>
<color name="frappe_lavender" value="#babbf1"/>
<color name="frappe_text" value="#c6d0f5"/>
<color name="frappe_subtext1" value="#b5bfe2"/>
<color name="frappe_subtext0" value="#a5adce"/>
<color name="frappe_overlay2" value="#949cbb"/>
<color name="frappe_overlay1" value="#838ba7"/>
<color name="frappe_overlay0" value="#737994"/>
<color name="frappe_surface2" value="#626880"/>
<color name="frappe_surface1" value="#51576d"/>
<color name="frappe_surface0" value="#51576d"/>
<color name="frappe_base" value="#303446"/>
<color name="frappe_mantle" value="#292c3c"/>
<color name="frappe_crust" value="#232634"/>
<!-- Global Settings -->
<style name="text" foreground="frappe_text" background = "frappe_base"/>
<style name="selection" foreground="frappe_text" background="frappe_surface2"/>
<style name="cursor" foreground="frappe_rosewater"/>
<style name="secondary-cursor" foreground="frappe_rosewater"/>
<style name="current-line" background="frappe_surface0"/>
<style name="line-numbers" foreground="frappe_text" background="frappe_crust"/>
<style name="draw-spaces" foreground="frappe_text"/>
<style name="background-pattern" background="frappe_base"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="frappe_mauve"/>
<style name="bracket-mismatch" foreground="frappe_text" background="frappe_peach"/>
<!-- Right Margin -->
<style name="right-margin" foreground="frappe_text" background="frappe_crust"/>
<!-- Search Matching -->
<style name="search-match" foreground="frappe_text" background="frappe_blue"/>
<!-- Comments -->
<style name="def:comment" foreground="frappe_overlay0"/>
<style name="def:shebang" foreground="frappe_overlay0" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="frappe_green"/>
<style name="def:string" foreground="frappe_green"/>
<style name="def:special-char" foreground="frappe_lavender"/>
<style name="def:special-constant" foreground="frappe_lavender"/>
<style name="def:floating-point" foreground="frappe_lavender"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="frappe_blue"/>
<!-- Statements -->
<style name="def:statement" foreground="frappe_sapphire" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="frappe_maroon" bold="true"/>
<!-- Markup -->
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" foreground="frappe_yellow" bold="true"/>
<style name="def:inline-code" foreground="frappe_green"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="frappe_rosewater"/>
<style name="def:link-symbol" foreground="frappe_blue" bold="true"/>
<style name="def:link-destination" foreground="frappe_blue" italic="true" underline="single"/>
<style name="def:heading" foreground="frappe_teal" bold="true"/>
<style name="def:thematic-break" foreground="frappe_green" bold="true"/>
<style name="def:preformatted-section" foreground="frappe_green"/>
<style name="def:list-marker" foreground="frappe_teal" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="frappe_teal"/>
<style name="def:error" foreground="frappe_maroon" bold="true"/>
<style name="def:warning" foreground="frappe_peach"/>
<style name="def:note" foreground="frappe_blue" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
</style-scheme>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Catppuccin Gedit theme based on Oblivion theme and Cappuccin for Visual Studio Code.
-->
<style-scheme id="catppuccin_latte" _name="Catppuccin latte" version="1.0">
<author>sacerdos</author>
<_description>Soothing pastel theme for Gedit</_description>
<!-- Catppuccin Palette -->
<color name="latte_rosewater" value="#dc8a78"/>
<color name="latte_flamingo" value="#dd7878"/>
<color name="latte_pink" value="#ea76cb"/>
<color name="latte_mauve" value="#8839ef"/>
<color name="latte_red" value="#d20f39"/>
<color name="latte_maroon" value="#e64553"/>
<color name="latte_peach" value="#fe640b"/>
<color name="latte_yellow" value="#df8e1d"/>
<color name="latte_green" value="#40a02b"/>
<color name="latte_teal" value="#179299"/>
<color name="latte_sky" value="#04a5e5"/>
<color name="latte_sapphire" value="#209fb5"/>
<color name="latte_blue" value="#1e66f5"/>
<color name="latte_lavender" value="#7287fd"/>
<color name="latte_text" value="#4c4f69"/>
<color name="latte_subtext1" value="#5c5f77"/>
<color name="latte_subtext0" value="#6c6f85"/>
<color name="latte_overlay2" value="#7c7f93"/>
<color name="latte_overlay1" value="#8c8fa1"/>
<color name="latte_overlay0" value="#9ca0b0"/>
<color name="latte_surface2" value="#acb0be"/>
<color name="latte_surface1" value="#bcc0cc"/>
<color name="latte_surface0" value="#ccd0da"/>
<color name="latte_base" value="#eff1f5"/>
<color name="latte_mantle" value="#e6e9ef"/>
<color name="latte_crust" value="#dce0e8"/>
<!-- Global Settings -->
<style name="text" foreground="latte_text" background = "latte_base"/>
<style name="selection" foreground="latte_text" background="latte_surface2"/>
<style name="cursor" foreground="latte_rosewater"/>
<style name="secondary-cursor" foreground="latte_rosewater"/>
<style name="current-line" background="latte_surface0"/>
<style name="line-numbers" foreground="latte_text" background="latte_crust"/>
<style name="draw-spaces" foreground="latte_text"/>
<style name="background-pattern" background="latte_base"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="latte_mauve"/>
<style name="bracket-mismatch" foreground="latte_text" background="latte_peach"/>
<!-- Right Margin -->
<style name="right-margin" foreground="latte_text" background="latte_crust"/>
<!-- Search Matching -->
<style name="search-match" foreground="latte_text" background="latte_blue"/>
<!-- Comments -->
<style name="def:comment" foreground="latte_overlay0"/>
<style name="def:shebang" foreground="latte_overlay0" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="latte_green"/>
<style name="def:string" foreground="latte_green"/>
<style name="def:special-char" foreground="latte_lavender"/>
<style name="def:special-constant" foreground="latte_lavender"/>
<style name="def:floating-point" foreground="latte_lavender"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="latte_blue"/>
<!-- Statements -->
<style name="def:statement" foreground="latte_sapphire" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="latte_maroon" bold="true"/>
<!-- Markup -->
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" foreground="latte_yellow" bold="true"/>
<style name="def:inline-code" foreground="latte_green"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="latte_rosewater"/>
<style name="def:link-symbol" foreground="latte_blue" bold="true"/>
<style name="def:link-destination" foreground="latte_blue" italic="true" underline="single"/>
<style name="def:heading" foreground="latte_teal" bold="true"/>
<style name="def:thematic-break" foreground="latte_green" bold="true"/>
<style name="def:preformatted-section" foreground="latte_green"/>
<style name="def:list-marker" foreground="latte_teal" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="latte_teal"/>
<style name="def:error" foreground="latte_maroon" bold="true"/>
<style name="def:warning" foreground="latte_peach"/>
<style name="def:note" foreground="latte_blue" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
</style-scheme>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Catppuccin Gedit theme based on Oblivion theme and Cappuccin for Visual Studio Code.
-->
<style-scheme id="catppuccin_macchiato" _name="Catppuccin macchiato" version="1.0">
<author>sacerdos</author>
<_description>Soothing pastel theme for Gedit</_description>
<!-- Catppuccin Palette -->
<color name="macchiato_rosewater" value="#f4dbd6"/>
<color name="macchiato_flamingo" value="#f0c6c6"/>
<color name="macchiato_pink" value="#f5bde6"/>
<color name="macchiato_mauve" value="#c6a0f6"/>
<color name="macchiato_red" value="#ed8796"/>
<color name="macchiato_maroon" value="#ee99a0"/>
<color name="macchiato_peach" value="#f5a97f"/>
<color name="macchiato_yellow" value="#eed49f"/>
<color name="macchiato_green" value="#a6da95"/>
<color name="macchiato_teal" value="#8bd5ca"/>
<color name="macchiato_sky" value="#91d7e3"/>
<color name="macchiato_sapphire" value="#7dc4e4"/>
<color name="macchiato_blue" value="#8aadf4"/>
<color name="macchiato_lavender" value="#b7bdf8"/>
<color name="macchiato_text" value="#cad3f5"/>
<color name="macchiato_subtext1" value="#b8c0e0"/>
<color name="macchiato_subtext0" value="#a5adcb"/>
<color name="macchiato_overlay2" value="#939ab7"/>
<color name="macchiato_overlay1" value="#8087a2"/>
<color name="macchiato_overlay0" value="#6e738d"/>
<color name="macchiato_surface2" value="#5b6078"/>
<color name="macchiato_surface1" value="#494d64"/>
<color name="macchiato_surface0" value="#363a4f"/>
<color name="macchiato_base" value="#24273a"/>
<color name="macchiato_mantle" value="#1e2030"/>
<color name="macchiato_crust" value="#181926"/>
<!-- Global Settings -->
<style name="text" foreground="macchiato_text" background = "macchiato_base"/>
<style name="selection" foreground="macchiato_text" background="macchiato_surface2"/>
<style name="cursor" foreground="macchiato_rosewater"/>
<style name="secondary-cursor" foreground="macchiato_rosewater"/>
<style name="current-line" background="macchiato_surface0"/>
<style name="line-numbers" foreground="macchiato_text" background="macchiato_crust"/>
<style name="draw-spaces" foreground="macchiato_text"/>
<style name="background-pattern" background="macchiato_mantle"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="macchiato_mauve"/>
<style name="bracket-mismatch" foreground="macchiato_text" background="macchiato_peach"/>
<!-- Right Margin -->
<style name="right-margin" foreground="macchiato_text" background="crust"/>
<!-- Search Matching -->
<style name="search-match" foreground="macchiato_text" background="macchiato_blue"/>
<!-- Comments -->
<style name="def:comment" foreground="macchiato_overlay0"/>
<style name="def:shebang" foreground="macchiato_overlay0" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="macchiato_green"/>
<style name="def:string" foreground="macchiato_green"/>
<style name="def:special-char" foreground="macchiato_lavender"/>
<style name="def:special-constant" foreground="macchiato_lavender"/>
<style name="def:floating-point" foreground="macchiato_lavender"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="macchiato_blue"/>
<!-- Statements -->
<style name="def:statement" foreground="macchiato_sapphire" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="macchiato_maroon" bold="true"/>
<!-- Markup -->
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" foreground="macchiato_yellow" bold="true"/>
<style name="def:inline-code" foreground="macchiato_green"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="macchiato_rosewater"/>
<style name="def:link-symbol" foreground="macchiato_blue" bold="true"/>
<style name="def:link-destination" foreground="macchiato_blue" italic="true" underline="single"/>
<style name="def:heading" foreground="macchiato_teal" bold="true"/>
<style name="def:thematic-break" foreground="macciato_green" bold="true"/>
<style name="def:preformatted-section" foreground="macchiato_green"/>
<style name="def:list-marker" foreground="macchiato_teal" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="macchiato_teal"/>
<style name="def:error" foreground="macchiato_maroon" bold="true"/>
<style name="def:warning" foreground="macchiato_peach"/>
<style name="def:note" foreground="macchiato_blue" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
</style-scheme>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Catppuccin Gedit theme based on Oblivion theme and Cappuccin for Visual Studio Code.
-->
<style-scheme id="catppuccin_mocha" _name="Catppuccin Mocha" version="1.0">
<author>sacerdos</author>
<_description>Soothing pastel theme for Gedit</_description>
<!-- Tango Palette -->
<color name="mocha_rosewater" value="#f5e0dc"/>
<color name="mocha_flamingo" value="#f2cdcd"/>
<color name="mocha_pink" value="#f5c2e7"/>
<color name="mocha_mauve" value="#cba6f7"/>
<color name="mocha_red" value="#f38ba8"/>
<color name="mocha_maroon" value="#eba0ac"/>
<color name="mocha_peach" value="#fab387"/>
<color name="mocha_yellow" value="#f9e2af"/>
<color name="mocha_green" value="#a6e3a1"/>
<color name="mocha_teal" value="#94e2d5"/>
<color name="mocha_sky" value="#89dceb"/>
<color name="mocha_sapphire" value="#74c7ec"/>
<color name="mocha_blue" value="#89b4fa"/>
<color name="mocha_lavender" value="#b4befe"/>
<color name="mocha_text" value="#cdd6f4"/>
<color name="mocha_subtext1" value="#bac2de"/>
<color name="mocha_subtext0" value="#a6adc8"/>
<color name="mocha_overlay2" value="#9399b2"/>
<color name="mocha_overlay1" value="#7f849c"/>
<color name="mocha_overlay0" value="#6c7086"/>
<color name="mocha_surface2" value="#585b70"/>
<color name="mocha_surface1" value="#45475a"/>
<color name="mocha_surface0" value="#313244"/>
<color name="mocha_base" value="#1e1e2e"/>
<color name="mocha_mantle" value="#181825"/>
<color name="mocha_crust" value="#11111b"/>
<!-- Global Settings -->
<style name="text" foreground="mocha_text" background = "mocha_base"/>
<style name="selection" foreground="mocha_text" background="mocha_surface2"/>
<style name="cursor" foreground="mocha_rosewater"/>
<style name="secondary-cursor" foreground="mocha_rosewater"/>
<style name="current-line" background="mocha_surface0"/>
<style name="line-numbers" foreground="mocha_text" background="mocha_crust"/>
<style name="draw-spaces" foreground="mocha_text"/>
<style name="background-pattern" background="mocha_mantle"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="mocha_mauve"/>
<style name="bracket-mismatch" foreground="mocha_text" background="mocha_peach"/>
<!-- Right Margin -->
<style name="right-margin" foreground="mocha_text" background="mocha_crust"/>
<!-- Search Matching -->
<style name="search-match" foreground="mocha_text" background="mocha_blue"/>
<!-- Comments -->
<style name="def:comment" foreground="mocha_overlay0"/>
<style name="def:shebang" foreground="mocha_overlay0" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="mocha_green"/>
<style name="def:string" foreground="mocha_green"/>
<style name="def:special-char" foreground="mocha_lavender"/>
<style name="def:special-constant" foreground="mocha_lavender"/>
<style name="def:floating-point" foreground="mocha_lavender"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="mocha_blue"/>
<!-- Statements -->
<style name="def:statement" foreground="mocha_sapphire" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="mocha_maroon" bold="true"/>
<!-- Markup -->
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" foreground="mocha_yellow" bold="true"/>
<style name="def:inline-code" foreground="mocha_green"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="mocha_rosewater"/>
<style name="def:link-symbol" foreground="mocha_blue" bold="true"/>
<style name="def:link-destination" foreground="mocha_blue" italic="true" underline="single"/>
<style name="def:heading" foreground="mocha_teal" bold="true"/>
<style name="def:thematic-break" foreground="mocha_green" bold="true"/>
<style name="def:preformatted-section" foreground="mocha_green"/>
<style name="def:list-marker" foreground="mocha_teal" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="mocha_teal"/>
<style name="def:error" foreground="mocha_maroon" bold="true"/>
<style name="def:warning" foreground="mocha_peach"/>
<style name="def:note" foreground="mocha_blue" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
</style-scheme>
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Catppuccin Gedit theme based on Oblivion theme and Cappuccin for Visual Studio Code.
-->
<style-scheme id="everforest_b" _name="Everforest Dark B" version="1.0">
<author>sacerdos</author>
<_description>Everforest</_description>
<!-- Tango Palette -->
<color name="forestgreen" value="#a8b370"/>
<color name="forestyellow" value="#8e8370"/>
<color name="foresttext" value="#d3c6ab"/>
<color name="forestblack" value="#1e201f"/>
<color name="forestred" value="#e76c69"/>
<color name="forestpink" value="#d698b5"/>
<color name="forestorange" value="#e59576"/>
<color name="forestgray" value="#75817b"/>
<color name="forestgraylight" value="#495156"/>
<color name="forestgreendark" value="#7fba90"/>
<color name="mocha_rosewater" value="#f5e0dc"/>
<color name="mocha_flamingo" value="#f2cdcd"/>
<color name="mocha_pink" value="#f5c2e7"/>
<color name="mocha_mauve" value="#cba6f7"/>
<color name="mocha_red" value="#f38ba8"/>
<color name="mocha_maroon" value="#eba0ac"/>
<color name="mocha_peach" value="#fab387"/>
<color name="mocha_yellow" value="#f9e2af"/>
<color name="mocha_green" value="#a6e3a1"/>
<color name="mocha_teal" value="#94e2d5"/>
<color name="mocha_sky" value="#89dceb"/>
<color name="mocha_sapphire" value="#74c7ec"/>
<color name="mocha_blue" value="#89b4fa"/>
<color name="mocha_lavender" value="#b4befe"/>
<color name="mocha_text" value="#cdd6f4"/>
<color name="mocha_subtext1" value="#bac2de"/>
<color name="mocha_subtext0" value="#a6adc8"/>
<color name="mocha_overlay2" value="#9399b2"/>
<color name="mocha_overlay1" value="#7f849c"/>
<color name="mocha_overlay0" value="#6c7086"/>
<color name="mocha_surface2" value="#585b70"/>
<color name="mocha_surface1" value="#45475a"/>
<color name="mocha_surface0" value="#313244"/>
<color name="mocha_base" value="#1e1e2e"/>
<color name="mocha_mantle" value="#181825"/>
<color name="mocha_crust" value="#11111b"/>
<!-- Global Settings -->
<style name="text" foreground="foresttext" background = "forestblack"/>
<style name="selection" foreground="foresttext" background="forestgray"/>
<style name="cursor" foreground="forestpink"/>
<style name="secondary-cursor" foreground="forestpink"/>
<style name="current-line" background="forestblack"/>
<style name="line-numbers" foreground="foresttext" background="forestblack"/>
<style name="draw-spaces" foreground="foresttext"/>
<style name="background-pattern" background="forestblack"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="forestgraylight"/>
<style name="bracket-mismatch" foreground="foresttext" background="forestorange"/>
<!-- Right Margin -->
<style name="right-margin" foreground="foresttext" background="forestblack"/>
<!-- Search Matching -->
<style name="search-match" foreground="foresttext" background="forestgreendark"/>
<!-- Comments -->
<style name="def:comment" foreground="forestgray"/>
<style name="def:shebang" foreground="forestgray" bold="true"/>
<style name="def:doc-comment-element" italic="true"/>
<!-- Constants -->
<style name="def:constant" foreground="forestgreen"/>
<style name="def:string" foreground="forestgreen"/>
<style name="def:special-char" foreground="forestpink"/>
<style name="def:special-constant" foreground="forestpink"/>
<style name="def:floating-point" foreground="forestpink"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="forestgreendark"/>
<!-- Statements -->
<style name="def:statement" foreground="forestorange" bold="true"/>
<!-- Types -->
<style name="def:type" foreground="forestred" bold="true"/>
<!-- Markup -->
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" foreground="forestyellow" bold="true"/>
<style name="def:inline-code" foreground="forestgreen"/>
<style name="def:insertion" underline="single"/>
<style name="def:deletion" strikethrough="true"/>
<style name="def:link-text" foreground="foresttext"/>
<style name="def:link-symbol" foreground="forestgreendark" bold="true"/>
<style name="def:link-destination" foreground="forestgreendark" italic="true" underline="single"/>
<style name="def:heading" foreground="forest" bold="true"/>
<style name="def:thematic-break" foreground="forestgreendark" bold="true"/>
<style name="def:preformatted-section" foreground="forestgreen"/>
<style name="def:list-marker" foreground="forestorange" bold="true"/>
<!-- Others -->
<style name="def:preprocessor" foreground="forestred"/>
<style name="def:error" foreground="forestred" bold="true"/>
<style name="def:warning" foreground="forestorange"/>
<style name="def:note" foreground="forestgreendark" bold="true"/>
<style name="def:net-address" italic="true" underline="single"/>
</style-scheme>
@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of GtkSourceView
Copyright (C) 2016 Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com>
Color scheme by morhetz - https://github.com/morhetz/gruvbox
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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-->
<style-scheme id="gruvbox-dark" _name="Gruvbox-Dark" version="1.0">
<author>Jean-Patrick Guerrero</author>
<_description>Dark color scheme using the Gruvbox color palette</_description>
<!-- Gruvbox Palette -->
<color name="dark0_hard" value="#1d2021"/>
<color name="dark0" value="#282828"/>
<color name="dark0_soft" value="#32302f"/>
<color name="dark1" value="#3c3836"/>
<color name="dark2" value="#504945"/>
<color name="dark3" value="#665c54"/>
<color name="dark4" value="#7c6f64"/>
<color name="gray" value="#928374"/>
<color name="light0_hard" value="#f9f5d7"/>
<color name="light0" value="#fbf1c7"/>
<color name="light0_soft" value="#f2e5bc"/>
<color name="light1" value="#ebdbb2"/>
<color name="light2" value="#d5c4a1"/>
<color name="light3" value="#bdae93"/>
<color name="light4" value="#a89984"/>
<color name="bright_red" value="#fb4934"/>
<color name="bright_green" value="#b8bb26"/>
<color name="bright_yellow" value="#fabd2f"/>
<color name="bright_blue" value="#83a598"/>
<color name="bright_purple" value="#d3869b"/>
<color name="bright_aqua" value="#8ec07c"/>
<color name="bright_orange" value="#fe8019"/>
<color name="neutral_red" value="#cc241d"/>
<color name="neutral_green" value="#98971a"/>
<color name="neutral_yellow" value="#d79921"/>
<color name="neutral_blue" value="#458588"/>
<color name="neutral_purple" value="#b16286"/>
<color name="neutral_aqua" value="#689d6a"/>
<color name="neutral_orange" value="#d65d0e"/>
<color name="faded_red" value="#9d0006"/>
<color name="faded_green" value="#79740e"/>
<color name="faded_yellow" value="#b57614"/>
<color name="faded_blue" value="#076678"/>
<color name="faded_purple" value="#8f3f71"/>
<color name="faded_aqua" value="#427b58"/>
<color name="faded_orange" value="#af3a03"/>
<!-- Global Settings -->
<style name="text" foreground="light0" background="dark0"/>
<style name="selection" foreground="light0" background="dark4"/>
<style name="cursor" foreground="light1"/>
<style name="secondary-cursor" foreground="light1"/>
<style name="current-line" background="dark1"/>
<style name="line-numbers" foreground="dark4" background="dark0_hard"/>
<style name="draw-spaces" foreground="light2"/>
<style name="background-pattern" background="#2e2c2b"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="bright_orange"/>
<style name="bracket-mismatch" foreground="dark0" background="bright_red"/>
<!-- Right Margin -->
<style name="right-margin" foreground="light0" background="light1"/>
<!-- Search Matching -->
<style name="search-match" foreground="dark0" background="bright_orange"/>
<!-- Code -->
<style name="def:base-n-integer" foreground="bright_purple"/>
<style name="def:boolean" foreground="bright_purple"/>
<style name="def:builtin" foreground="bright_orange"/>
<style name="def:character" foreground="bright_purple"/>
<style name="def:comment" foreground="gray"/>
<style name="def:complex" foreground="bright_purple"/>
<style name="def:decimal" foreground="bright_purple"/>
<style name="def:doc-comment" foreground="gray"/>
<style name="def:doc-comment-element" italic="true"/>
<style name="def:error" foreground="dark0" background="bright_red" bold="true"/>
<style name="def:floating-point" foreground="bright_purple"/>
<style name="def:function" foreground="bright_green"/>
<style name="def:identifier" foreground="bright_blue"/>
<style name="def:keyword" foreground="bright_orange"/>
<style name="def:note" foreground="gray"/>
<style name="def:number" foreground="bright_purple"/>
<style name="def:operator" foreground="bright_purple"/>
<style name="def:preprocessor" foreground="bright_aqua"/>
<style name="def:reserved" foreground="bright_aqua"/>
<style name="def:shebang" foreground="gray"/>
<style name="def:special-char" foreground="bright_orange"/>
<style name="def:special-constant" foreground="bright_purple"/>
<style name="def:statement" foreground="bright_orange"/>
<style name="def:string" foreground="bright_green"/>
<style name="def:type" foreground="bright_yellow"/>
<style name="def:underlined" italic="true" underline="single"/>
<style name="def:warning" foreground="dark0" background="bright_red"/>
</style-scheme>
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2021 Christian Hergert <chergert@redhat.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<style-scheme id="peninsula-dark" name="Peninsula Dark" version="1.0">
<author>Christian Hergert</author>
<metadata>
<property name="variant">dark</property>
<property name="dark-variant">peninsula-light</property>
</metadata>
<style name="text" foreground="#dfdfe0" background="#292a30"/>
<style name="selection" background="#3169b0"/>
<style name="search-match" background="#3169b0"/>
<style name="cursor" foreground="#dfdfe0"/>
<style name="current-line" background="#dfdfe011"/>
<style name="current-line-number" background="#dfdfe011"/>
<style name="line-numbers" foreground="#dfdfe0" background="#292a30"/>
<style name="draw-spaces" foreground="#4f535f"/>
<style name="background-pattern" background="#2f2f2f"/>
<style name="bracket-match" background="#585859" bold="true"/>
<style name="bracket-mismatch" underline="error" bold="true"/>
<style name="right-margin" foreground="#9a9a9a" background="#9a9a9a"/>
<style name="map-overlay" background="#9a9a9a"/>
<style name="def:string" foreground="#ff806c"/>
<style name="def:type" foreground="#ff78b2" bold="true"/>
<style name="def:comment" foreground="#7f8c99"/>
<style name="def:list-marker" foreground="#d9c880" bold="true"/>
<style name="def:heading" bold="true"/>
<style name="def:identifier" foreground="#75c2b3"/>
<style name="def:preprocessor" foreground="#8d8e95"/>
<style name="def:keyword" foreground="#ff78b2" bold="true"/>
<style name="def:variable" foreground="#75c2b3"/>
<style name="def:special-constant" foreground="#ffa245" bold="true"/>
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" italic="true" bold="true"/>
<style name="def:net-address" foreground="#3e8ee3"/>
<style name="def:link-destination" foreground="#3e8ee3"/>
<style name="def:link-text" foreground="#3e8ee3"/>
<style name="def:floating-point" foreground="#d7c781"/>
<style name="def:decimal" foreground="#d7c781"/>
<style name="def:base-n-integer" foreground="#d7c781"/>
<style name="def:boolean" foreground="#ff78b2"/>
<style name="gtk-doc:function-name" foreground="#75c2b3"/>
<style name="gtk-doc:function" foreground="#75c2b3"/>
<style name="gtk-doc:parameter" bold="true"/>
<style name="gtk-doc:constant" bold="true"/>
<style name="gtk-doc:type" bold="true"/>
<style name="gtk-doc:since" bold="true"/>
<style name="gtk-doc:return" bold="true"/>
<style name="gtk-doc:deprecated" bold="true"/>
<style name="gtk-doc:signal-name" bold="true"/>
<style name="gtk-doc:property-name" bold="true"/>
</style-scheme>
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2021 Christian Hergert <chergert@redhat.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<style-scheme id="peninsula" name="Peninsula" version="1.0">
<author>Christian Hergert</author>
<metadata>
<property name="variant">light</property>
<property name="dark-variant">peninsula-dark</property>
<property name="headerbar_bg_color">#f6f2f4</property>
<property name="headerbar_fg_color">#4c4c4c</property>
</metadata>
<color name="dark1" value="#232526"/>
<color name="dark2" value="#262626"/>
<color name="dark3" value="#4a4a4a"/>
<color name="dark4" value="#707f8c"/>
<color name="dark5" value="#9a9a9a"/>
<color name="dark6" value="#a6a6a6"/>
<color name="light1" value="#e3e3e3"/>
<color name="light2" value="#edf5ff"/>
<color name="light3" value="#eaeaea"/>
<color name="blue1" value="#007bff"/>
<color name="blue2" value="#1437ff"/>
<color name="brown" value="#78492a"/>
<color name="magenta" value="#ad3da4"/>
<color name="purple" value="#210460"/>
<color name="red" value="#d12f1b"/>
<color name="teal" value="#1180b2"/>
<color name="white" value="#ffffff"/>
<style name="text" foreground="dark2" background="white"/>
<style name="selection" background="blue1"/>
<style name="search-match" foreground="white" background="blue1"/>
<style name="cursor" foreground="dark3"/>
<style name="current-line" background="light2"/>
<style name="current-line-number" background="light2" foreground="dark1" bold="false"/>
<style name="line-numbers" foreground="dark6" background="white"/>
<style name="draw-spaces" foreground="light3"/>
<style name="background-pattern" foreground="light1"/>
<style name="bracket-match" bold="true"/>
<style name="bracket-mismatch" underline="error" bold="true"/>
<style name="right-margin" foreground="dark5" background="dark5"/>
<style name="map-overlay" background="dark5"/>
<style name="def:string" foreground="red"/>
<style name="def:type" foreground="magenta" bold="true"/>
<style name="def:comment" foreground="dark4"/>
<style name="def:list-marker" foreground="brown" bold="true"/>
<style name="def:heading" bold="true"/>
<style name="def:identifier" foreground="teal"/>
<style name="def:preprocessor" foreground="brown"/>
<style name="def:keyword" foreground="magenta" bold="true"/>
<style name="def:variable" foreground="blue1"/>
<style name="def:special-constant" foreground="magenta" bold="true"/>
<style name="def:emphasis" italic="true"/>
<style name="def:strong-emphasis" italic="true" bold="true"/>
<style name="def:net-address" foreground="blue2"/>
<style name="def:link-destination" foreground="blue2"/>
<style name="def:link-text" foreground="red"/>
<style name="def:floating-point" foreground="blue1"/>
<style name="def:decimal" foreground="blue1"/>
<style name="def:boolean" foreground="magenta"/>
<style name="def:base-n-integer" foreground="blue1"/>
<style name="gtk-doc:function-name" foreground="teal"/>
<style name="gtk-doc:function" foreground="teal"/>
<style name="gtk-doc:parameter" bold="true"/>
<style name="gtk-doc:constant" bold="true"/>
<style name="gtk-doc:type" bold="true"/>
<style name="gtk-doc:since" bold="true"/>
<style name="gtk-doc:return" bold="true"/>
<style name="gtk-doc:deprecated" bold="true"/>
<style name="gtk-doc:signal-name" bold="true"/>
<style name="gtk-doc:property-name" bold="true"/>
</style-scheme>
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2022 Christian Hergert
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="printing" _name="Printing" version="1.0">
<author>Christian Hergert</author>
<_description>A style scheme focused on print-quality</_description>
<metadata>
<property name="variant">light</property>
</metadata>
<!-- Named Colors -->
<color name="black" value="#000000"/>
<color name="gray-01" value="#101010"/>
<color name="gray-02" value="#202020"/>
<color name="gray-03" value="#303030"/>
<color name="gray-04" value="#404040"/>
<color name="gray-05" value="#505050"/>
<color name="gray-06" value="#606060"/>
<color name="gray-07" value="#707070"/>
<color name="gray-08" value="#808080"/>
<color name="gray-09" value="#909090"/>
<color name="gray-10" value="#a0a0a0"/>
<color name="gray-11" value="#b0b0b0"/>
<color name="gray-12" value="#c0c0c0"/>
<color name="gray-13" value="#d0d0d0"/>
<color name="gray-14" value="#e0e0e0"/>
<color name="gray-15" value="#f0f0f0"/>
<color name="gray-16" value="#f6f6f6"/>
<color name="white" value="#ffffff"/>
<!-- Global Styles -->
<style name="background-pattern" background="gray-16"/>
<style name="current-line" background="gray-16"/>
<style name="current-line-number" background="gray-16" foreground="gray-04" bold="false"/>
<style name="draw-spaces" foreground="gray-14"/>
<style name="line-numbers" foreground="gray-13"/>
<style name="map-overlay" background="gray-03"/>
<style name="right-margin" background="gray-04" foreground="gray-02"/>
<style name="text" background="white" foreground="gray-03"/>
<!-- Defaults -->
<style name="def:base-n-integer" foreground="black"/>
<style name="def:boolean" foreground="gray-02"/>
<style name="def:comment" foreground="gray-09"/>
<style name="def:decimal" foreground="black"/>
<style name="def:doc-comment" foreground="gray-07"/>
<style name="def:doc-comment-element" foreground="gray-04" bold="false" italic="false"/>
<style name="def:floating-point" foreground="black" italic="false"/>
<style name="def:heading" bold="true"/>
<style name="def:keyword" bold="true"/>
<style name="def:link-destination" underline="low"/>
<style name="def:link-text" bold="true"/>
<style name="def:net-address" underline="low"/>
<style name="def:note" foreground="gray-05" bold="true"/>
<style name="def:preformatted-section" foreground="gray-06"/>
<style name="def:preprocessor" foreground="gray-07"/>
<style name="def:shebang" foreground="gray-06" bold="true"/>
<style name="def:special-char" foreground="gray-01" bold="true"/>
<style name="def:special-constant" foreground="black" bold="false"/>
<style name="def:string" foreground="gray-07" bold="false"/>
<style name="def:type" bold="true"/>
<style name="def:warning" underline="error" underline-color="gray-10"/>
</style-scheme>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="tokyo_night_dark" _name="Tokyo_Night_Dark" version="1.0">
<author>fkorpsvart</author>
<_description>Tokyo Night Dark theme for Gedit</_description>
<!-- Colors -->
<color name="off_white" value="#c0caf5"/>
<color name="off_white2" value="#9aa5ce"/>
<color name="black_grey" value="#1a1b26"/>
<color name="tinted_grey" value="#24283b"/>
<color name="dark_grey" value="#414868"/>
<color name="med_grey" value="#565f89"/>
<color name="light_grey" value="#565a6e"/>
<color name="olive_green" value="#9ece6a"/>
<color name="washed_orange" value="#ff9e64"/>
<color name="faded_violet" value="#9d7cd8"/>
<color name="faded_cornwall" value="#ff007c"/>
<color name="pink_sandstone" value="#f7768e"/>
<color name="steelblue3" value="#7aa2f7"/>
<color name="light_brown" value="#bb9af7"/>
<color name="super_faded_orange" value="#e0af68"/>
<color name="dark_maroon" value="#41a6b5"/>
<color name="yellow" value="#f9ee98"/>
<!-- Global Settings -->
<style name="text" foreground="off_white" background="black_grey"/>
<style name="cursor" foreground="off_white"/>
<style name="current-line" background="tinted_grey"/>
<style name="line-numbers" foreground="med_grey" background="black_grey" bold="true" />
<style name="selection" foreground="off_white2" background="tinted_grey" />
<style name="selection-unfocused" foreground="off_white2" background="tinted_grey" />
<!-- Bracket Matching -->
<style name="bracket-match" background="steelblue3"/>
<style name="bracket-mismatch" background="dark_maroon" bold="true"/>
<style name="search-match" foreground="off_white" background="steelblue3"/>
<!-- Comments -->
<style name="def:comment" foreground="light_grey" italic="true"/>
<style name="def:shebang" foreground="light_grey" italic="true"/>
<style name="def:doc-comment-element" foreground="dark_grey" bold="true"/>
<!-- Constants and Variables-->
<style name="def:constant" foreground="faded_cornwall"/>
<style name="def:string" foreground="olive_green"/>
<style name="def:special-char" foreground="faded_cornwall"/>
<style name="def:special-constant" foreground="washed_orange" bold="true"/>
<style name="def:boolean" foreground="pink_sandstone"/>
<style name="def:number" foreground="pink_sandstone"/>
<style name="def:floating-point" foreground="pink_sandstone"/>
<style name="def:keyword" foreground="washed_orange" bold="true"/>
<style name="def:builtin" foreground="washed_orange" bold="true"/>
<style name="def:variable" foreground="faded_cornwall"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="faded_cornwall"/>
<!-- Statements -->
<style name="def:statement" foreground="washed_orange"/>
<!-- Types -->
<style name="def:type" foreground="faded_violet"/>
<!-- Others -->
<style name="def:error" foreground="off_white" background="dark_maroon" bold="true"/>
<style name="def:note" foreground="yellow" bold="true"/>
<style name="def:net-address-in-comment" foreground="steelblue3" italic="false" underline="true"/>
<style name="def:preprocessor" foreground="light_grey"/>
<style name="def:function" foreground="off_white" underline="true"/>
<!-- Unknown? -->
<style name="def:specials" background="faded_cornwall"/>
<!-- C Styles -->
<style name="c:preprocessor" map-to="def:special-char"/>
<!-- Diff Styles -->
<style name="diff:ignore" foreground="med_grey"/>
<!-- Ruby Styles -->
<style name="ruby:module-handler" foreground="washed_orange"/>
<style name="ruby:symbol" foreground="pink_sandstone"/>
<style name="ruby:regex" foreground="super_faded_orange"/>
<!-- SH Styles -->
<style name="sh:others" map-to="text"/>
<!-- XML Styles -->
<style name="xml:attribute-name" foreground="light_brown"/>
<style name="xml:element-name" foreground="faded_cornwall"/>
</style-scheme>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme id="tokyo_night_storm" _name="Tokyo_Night_Storm" version="1.0">
<author>fkorpsvart</author>
<_description>Tokyo Night Storm theme for Gedit</_description>
<!-- Colors -->
<color name="off_white" value="#c0caf5"/>
<color name="off_white2" value="#9aa5ce"/>
<color name="black_grey" value="#1a1b26"/>
<color name="tinted_grey" value="#24283b"/>
<color name="dark_grey" value="#414868"/>
<color name="med_grey" value="#565f89"/>
<color name="light_grey" value="#565a6e"/>
<color name="olive_green" value="#9ece6a"/>
<color name="washed_orange" value="#ff9e64"/>
<color name="faded_violet" value="#9d7cd8"/>
<color name="faded_cornwall" value="#ff007c"/>
<color name="pink_sandstone" value="#f7768e"/>
<color name="steelblue3" value="#7aa2f7"/>
<color name="light_brown" value="#bb9af7"/>
<color name="super_faded_orange" value="#e0af68"/>
<color name="dark_maroon" value="#41a6b5"/>
<color name="yellow" value="#f9ee98"/>
<!-- Global Settings -->
<style name="text" foreground="off_white" background="tinted_grey"/>
<style name="cursor" foreground="off_white"/>
<style name="current-line" background="black_grey"/>
<style name="line-numbers" foreground="med_grey" background="tinted_grey" bold="true" />
<style name="selection" foreground="off_white2" background="black_grey" />
<style name="selection-unfocused" foreground="off_white2" background="black_grey" />
<!-- Bracket Matching -->
<style name="bracket-match" background="steelblue3"/>
<style name="bracket-mismatch" background="dark_maroon" bold="true"/>
<style name="search-match" foreground="off_white" background="steelblue3"/>
<!-- Comments -->
<style name="def:comment" foreground="light_grey" italic="true"/>
<style name="def:shebang" foreground="light_grey" italic="true"/>
<style name="def:doc-comment-element" foreground="dark_grey" bold="true"/>
<!-- Constants and Variables-->
<style name="def:constant" foreground="faded_cornwall"/>
<style name="def:string" foreground="olive_green"/>
<style name="def:special-char" foreground="faded_cornwall"/>
<style name="def:special-constant" foreground="washed_orange" bold="true"/>
<style name="def:boolean" foreground="pink_sandstone"/>
<style name="def:number" foreground="pink_sandstone"/>
<style name="def:floating-point" foreground="pink_sandstone"/>
<style name="def:keyword" foreground="washed_orange" bold="true"/>
<style name="def:builtin" foreground="washed_orange" bold="true"/>
<style name="def:variable" foreground="faded_cornwall"/>
<!-- Identifiers -->
<style name="def:identifier" foreground="faded_cornwall"/>
<!-- Statements -->
<style name="def:statement" foreground="washed_orange"/>
<!-- Types -->
<style name="def:type" foreground="faded_violet"/>
<!-- Others -->
<style name="def:error" foreground="off_white" background="dark_maroon" bold="true"/>
<style name="def:note" foreground="yellow" bold="true"/>
<style name="def:net-address-in-comment" foreground="steelblue3" italic="false" underline="true"/>
<style name="def:preprocessor" foreground="light_grey"/>
<style name="def:function" foreground="off_white" underline="true"/>
<!-- Unknown? -->
<style name="def:specials" background="faded_cornwall"/>
<!-- C Styles -->
<style name="c:preprocessor" map-to="def:special-char"/>
<!-- Diff Styles -->
<style name="diff:ignore" foreground="med_grey"/>
<!-- Ruby Styles -->
<style name="ruby:module-handler" foreground="washed_orange"/>
<style name="ruby:symbol" foreground="pink_sandstone"/>
<style name="ruby:regex" foreground="super_faded_orange"/>
<!-- SH Styles -->
<style name="sh:others" map-to="text"/>
<!-- XML Styles -->
<style name="xml:attribute-name" foreground="light_brown"/>
<style name="xml:element-name" foreground="faded_cornwall"/>
</style-scheme>
@@ -0,0 +1 @@
{"background":{"id":"AlVnN3ZSpf3i","key":"background/image","display":{"blur":0,"luminosity":-0.2}},"data/default-time":{"mode":"digital","hour12":false,"showDate":true,"showMinutes":true,"showSeconds":false,"showDayPeriod":true,"timeZone":null},"focus":false,"widget/JVcm-ptH22CB":null,"widget/default-greeting":null,"widget/default-time":{"id":"default-time","key":"widget/time","order":0,"display":{"position":"middleCentre","fontFamily":"Gabarito","fontSize":22}},"data/Oe8h0ATqABMw":{"username":"end-4","showSummary":false},"widget/Oe8h0ATqABMw":{"id":"Oe8h0ATqABMw","key":"widget/github","order":1,"display":{"position":"bottomCentre"}},"widget/u2ZuwyqO-tka":null,"widget/TbRxrpl9QgjK":{"id":"TbRxrpl9QgjK","key":"widget/quote","order":2,"display":{"position":"middleCentre"}},"widget/2J2Q2Cw962KN":null,"widget/tK_0dJhtQXPS":null,"widget/OwW65aQzXLLs":{"id":"OwW65aQzXLLs","key":"widget/links","order":3,"display":{"position":"middleCentre","fontFamily":"JetBrainsMono Nerd Font"}},"data/OwW65aQzXLLs":{"columns":6,"links":[{"url":"https://www.facebook.com/messages/","name":"󰈌"},{"url":"https://discord.com/app","name":"󰙯 ","icon":""},{"url":"https://youtube.com","icon":"","name":""},{"url":"https://soundcloud.com","icon":"","name":""},{"url":"https://github.com","icon":"","name":""},{"url":"https://reddit.com","icon":"","name":" "}],"visible":true,"linkOpenStyle":false},"locale":"en","timeZone":null,"version":3}