forked from Shinonome/dots-hyprland
101 lines
4.9 KiB
XML
101 lines
4.9 KiB
XML
<?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>
|