Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Editors

GtkSourceView

One style scheme for everything built on GtkSourceView: GNOME Text Editor, Builder, gedit and Meld. Walnut and Enamel are paired, so GNOME Text Editor switches between them with the system style.

Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.

GtkSourceView Report a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this port

The quick way

The installer sets it up for you, then tells you the one thing it can't do. More ways to install

curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor walnut --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only gtksourceview
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only gtksourceview

Turn it on

In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'subway-seat'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'subway-seat'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'subway-seat'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'subway-seat-tunnel'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'subway-seat-tunnel'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'subway-seat-tunnel'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'subway-seat-enamel'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'subway-seat-enamel'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'subway-seat-enamel'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'london-moquette'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'london-moquette'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'london-moquette'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'london-deep-level'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'london-deep-level'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'london-deep-level'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'london-portland'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'london-portland'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'london-portland'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'paris-guimard'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'paris-guimard'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'paris-guimard'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'paris-catacombes'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'paris-catacombes'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'paris-catacombes'  # Builder
In a shell (one line per app), or the app's Preferences › Appearance (Font & Colors in gedit)
gsettings set org.gnome.TextEditor style-scheme 'paris-carrelage'  # GNOME Text Editor
gsettings set org.gnome.gedit.preferences.editor scheme 'paris-carrelage'  # gedit
gsettings set org.gnome.builder.editor style-scheme-name 'paris-carrelage'  # Builder

Follow light and dark

One setting that changes with your system’s light and dark mode, no switching by hand.

In a shell (GNOME Text Editor; pick Subway Seat or Enamel first)
gsettings set org.gnome.TextEditor style-variant 'follow'

The files

subway-seat.xmlsave as ~/.local/share/gtksourceview-5/styles/subway-seat.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="subway-seat" name="Subway Seat" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Walnut paneling and orange bucket seats. The original.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#20160E"/>
  <color name="mantle" value="#2A1D13"/>
  <color name="base" value="#362619"/>
  <color name="surface0" value="#43301F"/>
  <color name="surface1" value="#513B27"/>
  <color name="surface2" value="#634932"/>
  <color name="overlay0" value="#7B6047"/>
  <color name="overlay1" value="#967B5C"/>
  <color name="overlay2" value="#AE9575"/>
  <color name="subtext0" value="#C4AE8C"/>
  <color name="subtext1" value="#D9C6A3"/>
  <color name="text" value="#EDDCBC"/>
  <color name="text_hi" value="#F8ECD4"/>
  <color name="yellow" value="#F3BF45"/>
  <color name="yellow_hi" value="#FFD36B"/>
  <color name="orange" value="#EC7F31"/>
  <color name="orange_hi" value="#FF9D55"/>
  <color name="red" value="#E05C45"/>
  <color name="red_hi" value="#FF8373"/>
  <color name="green" value="#ADB956"/>
  <color name="green_hi" value="#BFCB63"/>
  <color name="sage" value="#86AD95"/>
  <color name="sage_hi" value="#A5C9B0"/>
  <color name="denim" value="#7F9BAE"/>
  <color name="denim_hi" value="#9DB6C6"/>
  <color name="clay" value="#F4A87E"/>
  <color name="tint_add" value="#3F3A1E"/>
  <color name="tint_add_emph" value="#504D26"/>
  <color name="tint_add_dim" value="#342D18"/>
  <color name="tint_del" value="#52281C"/>
  <color name="tint_del_emph" value="#6D3224"/>
  <color name="tint_del_dim" value="#412217"/>
  <color name="tint_chg" value="#423117"/>
  <color name="tint_chg_emph" value="#57421C"/>
  <color name="tint_info" value="#40362E"/>
  <color name="tint_hint" value="#41392A"/>
  <color name="tint_search" value="#6F5426"/>
  <color name="tint_search_cur" value="#915225"/>
  <color name="selection_unfocused" value="#4F3927"/>
  <color name="bracket_bg" value="#513B27"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

subway-seat-tunnel.xmlsave as ~/.local/share/gtksourceview-5/styles/subway-seat-tunnel.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="subway-seat-tunnel" name="Subway Seat Tunnel" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>The late local after midnight: espresso-deep, same warm lights.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#140D07"/>
  <color name="mantle" value="#1B120A"/>
  <color name="base" value="#24180E"/>
  <color name="surface0" value="#302115"/>
  <color name="surface1" value="#3D2C1D"/>
  <color name="surface2" value="#4F3927"/>
  <color name="overlay0" value="#745B45"/>
  <color name="overlay1" value="#917759"/>
  <color name="overlay2" value="#AA9171"/>
  <color name="subtext0" value="#C0AA88"/>
  <color name="subtext1" value="#D6C3A0"/>
  <color name="text" value="#E9D8B6"/>
  <color name="text_hi" value="#F6EAD1"/>
  <color name="yellow" value="#F3BF45"/>
  <color name="yellow_hi" value="#FFD36B"/>
  <color name="orange" value="#EC7F31"/>
  <color name="orange_hi" value="#FF9D55"/>
  <color name="red" value="#E05C45"/>
  <color name="red_hi" value="#FF8373"/>
  <color name="green" value="#ADB956"/>
  <color name="green_hi" value="#BFCB63"/>
  <color name="sage" value="#86AD95"/>
  <color name="sage_hi" value="#A5C9B0"/>
  <color name="denim" value="#7F9BAE"/>
  <color name="denim_hi" value="#9DB6C6"/>
  <color name="clay" value="#F4A87E"/>
  <color name="tint_add" value="#363318"/>
  <color name="tint_add_emph" value="#484722"/>
  <color name="tint_add_dim" value="#292512"/>
  <color name="tint_del" value="#492217"/>
  <color name="tint_del_emph" value="#662D20"/>
  <color name="tint_del_dim" value="#371A12"/>
  <color name="tint_chg" value="#382911"/>
  <color name="tint_chg_emph" value="#4E3B17"/>
  <color name="tint_info" value="#312A24"/>
  <color name="tint_hint" value="#322D21"/>
  <color name="tint_search" value="#624A1E"/>
  <color name="tint_search_cur" value="#884C20"/>
  <color name="selection_unfocused" value="#3C2A1C"/>
  <color name="bracket_bg" value="#3D2C1D"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

subway-seat-enamel.xmlsave as ~/.local/share/gtksourceview-5/styles/subway-seat-enamel.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="subway-seat-enamel" name="Subway Seat Enamel" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Cream enamel panels in the morning sun. The light one.</description>
  <metadata>
    <property name="variant">light</property>
    <property name="dark-variant">subway-seat</property>
  </metadata>

  <color name="crust" value="#E4D8C0"/>
  <color name="mantle" value="#EEE4D0"/>
  <color name="base" value="#F8EFDF"/>
  <color name="surface0" value="#DBCDB3"/>
  <color name="surface1" value="#CBB898"/>
  <color name="surface2" value="#BAA380"/>
  <color name="overlay0" value="#A58D6D"/>
  <color name="overlay1" value="#8C7254"/>
  <color name="overlay2" value="#735C44"/>
  <color name="subtext0" value="#654F3B"/>
  <color name="subtext1" value="#54402F"/>
  <color name="text" value="#3E2C1E"/>
  <color name="text_hi" value="#2A1D13"/>
  <color name="yellow" value="#976608"/>
  <color name="yellow_hi" value="#A9720A"/>
  <color name="orange" value="#A04800"/>
  <color name="orange_hi" value="#BA4D0A"/>
  <color name="red" value="#992418"/>
  <color name="red_hi" value="#BF4233"/>
  <color name="green" value="#66740F"/>
  <color name="green_hi" value="#697813"/>
  <color name="sage" value="#3E7157"/>
  <color name="sage_hi" value="#4C8367"/>
  <color name="denim" value="#3F6480"/>
  <color name="denim_hi" value="#517791"/>
  <color name="clay" value="#843811"/>
  <color name="tint_add" value="#D7DBC1"/>
  <color name="tint_add_emph" value="#C2C79F"/>
  <color name="tint_add_dim" value="#E7E9D9"/>
  <color name="tint_del" value="#EBD3D1"/>
  <color name="tint_del_emph" value="#DEB9B5"/>
  <color name="tint_del_dim" value="#F3E5E3"/>
  <color name="tint_chg" value="#E4D7BF"/>
  <color name="tint_chg_emph" value="#DECEB0"/>
  <color name="tint_info" value="#DEDCD2"/>
  <color name="tint_hint" value="#DEDDCC"/>
  <color name="tint_search" value="#DBC69E"/>
  <color name="tint_search_cur" value="#CC9C70"/>
  <color name="selection_unfocused" value="#DFD1B8"/>
  <color name="bracket_bg" value="#EBE1D1"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface1"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="orange"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="mantle"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="orange" background="mantle" bold="true"/>
  <style name="bracket-match" foreground="orange" background="bracket_bg" bold="true"/>
  <style name="bracket-mismatch" foreground="base" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="base" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

london-moquette.xmlsave as ~/.local/share/gtksourceview-5/styles/london-moquette.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="london-moquette" name="London Moquette" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>The seat you're sitting on. Corporate Blue, turned right down.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#121826"/>
  <color name="mantle" value="#172032"/>
  <color name="base" value="#1E2941"/>
  <color name="surface0" value="#263451"/>
  <color name="surface1" value="#303F61"/>
  <color name="surface2" value="#3D4F72"/>
  <color name="overlay0" value="#576685"/>
  <color name="overlay1" value="#73819C"/>
  <color name="overlay2" value="#8F9AB0"/>
  <color name="subtext0" value="#A9B2C4"/>
  <color name="subtext1" value="#C1C9D8"/>
  <color name="text" value="#D8DEEA"/>
  <color name="text_hi" value="#E9EDF5"/>
  <color name="yellow" value="#F2C03F"/>
  <color name="yellow_hi" value="#FFD36C"/>
  <color name="orange" value="#DE8946"/>
  <color name="orange_hi" value="#E5AA7F"/>
  <color name="red" value="#DB6052"/>
  <color name="red_hi" value="#FE8474"/>
  <color name="green" value="#77C581"/>
  <color name="green_hi" value="#9AD2A0"/>
  <color name="sage" value="#54B4B5"/>
  <color name="sage_hi" value="#72D1D3"/>
  <color name="denim" value="#7595DA"/>
  <color name="denim_hi" value="#8BB0FF"/>
  <color name="clay" value="#AE9EDC"/>
  <color name="tint_add" value="#283E3A"/>
  <color name="tint_add_emph" value="#345345"/>
  <color name="tint_add_dim" value="#203033"/>
  <color name="tint_del" value="#462B31"/>
  <color name="tint_del_emph" value="#623538"/>
  <color name="tint_del_dim" value="#34242D"/>
  <color name="tint_chg" value="#36332A"/>
  <color name="tint_chg_emph" value="#4C442C"/>
  <color name="tint_info" value="#2A3856"/>
  <color name="tint_hint" value="#263C51"/>
  <color name="tint_search" value="#5E5640"/>
  <color name="tint_search_cur" value="#7E5944"/>
  <color name="selection_unfocused" value="#2F3E5C"/>
  <color name="bracket_bg" value="#303F61"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

london-deep-level.xmlsave as ~/.local/share/gtksourceview-5/styles/london-deep-level.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="london-deep-level" name="London Deep Level" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Below the cut-and-cover lines. The ground drops; the signals don't.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#0A0E18"/>
  <color name="mantle" value="#0D1421"/>
  <color name="base" value="#121A2D"/>
  <color name="surface0" value="#1A243A"/>
  <color name="surface1" value="#232F49"/>
  <color name="surface2" value="#303E5B"/>
  <color name="overlay0" value="#53617D"/>
  <color name="overlay1" value="#6F7C97"/>
  <color name="overlay2" value="#8B96AC"/>
  <color name="subtext0" value="#A5AEC0"/>
  <color name="subtext1" value="#BEC6D5"/>
  <color name="text" value="#D4DAE7"/>
  <color name="text_hi" value="#E7EBF3"/>
  <color name="yellow" value="#F2C03F"/>
  <color name="yellow_hi" value="#FFD36C"/>
  <color name="orange" value="#DE8946"/>
  <color name="orange_hi" value="#E5AA7F"/>
  <color name="red" value="#DB6052"/>
  <color name="red_hi" value="#FE8474"/>
  <color name="green" value="#77C581"/>
  <color name="green_hi" value="#9AD2A0"/>
  <color name="sage" value="#54B4B5"/>
  <color name="sage_hi" value="#72D1D3"/>
  <color name="denim" value="#7595DA"/>
  <color name="denim_hi" value="#8BB0FF"/>
  <color name="clay" value="#AE9EDC"/>
  <color name="tint_add" value="#22362F"/>
  <color name="tint_add_emph" value="#2F4C3C"/>
  <color name="tint_add_dim" value="#192827"/>
  <color name="tint_del" value="#402327"/>
  <color name="tint_del_emph" value="#5E2F2F"/>
  <color name="tint_del_dim" value="#2E1C22"/>
  <color name="tint_chg" value="#2F2A1E"/>
  <color name="tint_chg_emph" value="#463C22"/>
  <color name="tint_info" value="#202B45"/>
  <color name="tint_hint" value="#1B3040"/>
  <color name="tint_search" value="#554C32"/>
  <color name="tint_search_cur" value="#78523A"/>
  <color name="selection_unfocused" value="#222E46"/>
  <color name="bracket_bg" value="#232F49"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

london-portland.xmlsave as ~/.local/share/gtksourceview-5/styles/london-portland.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="london-portland" name="London Portland" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Holden's Portland stone. Links are the exact Corporate Blue.</description>
  <metadata>
    <property name="variant">light</property>
    <property name="dark-variant">subway-seat</property>
  </metadata>

  <color name="crust" value="#CCDAF2"/>
  <color name="mantle" value="#DCE5F7"/>
  <color name="base" value="#E8F0FF"/>
  <color name="surface0" value="#BFCFF1"/>
  <color name="surface1" value="#A8BBE2"/>
  <color name="surface2" value="#93A7CF"/>
  <color name="overlay0" value="#8192B4"/>
  <color name="overlay1" value="#697794"/>
  <color name="overlay2" value="#556179"/>
  <color name="subtext0" value="#4A5469"/>
  <color name="subtext1" value="#3C4557"/>
  <color name="text" value="#293040"/>
  <color name="text_hi" value="#1B202B"/>
  <color name="yellow" value="#8D6C08"/>
  <color name="yellow_hi" value="#9B770A"/>
  <color name="orange" value="#A54300"/>
  <color name="orange_hi" value="#AC5A00"/>
  <color name="red" value="#9B211A"/>
  <color name="red_hi" value="#CC2E25"/>
  <color name="green" value="#0D8131"/>
  <color name="green_hi" value="#008730"/>
  <color name="sage" value="#007376"/>
  <color name="sage_hi" value="#008688"/>
  <color name="denim" value="#0019A8"/>
  <color name="denim_hi" value="#4A6EBD"/>
  <color name="clay" value="#755FA9"/>
  <color name="tint_add" value="#C0DEC9"/>
  <color name="tint_add_emph" value="#9ECDAD"/>
  <color name="tint_add_dim" value="#D8EBDE"/>
  <color name="tint_del" value="#EBD3D1"/>
  <color name="tint_del_emph" value="#DFB8B6"/>
  <color name="tint_del_dim" value="#F3E4E4"/>
  <color name="tint_chg" value="#E1D9BF"/>
  <color name="tint_chg_emph" value="#DBD0B0"/>
  <color name="tint_info" value="#C8D2F3"/>
  <color name="tint_hint" value="#C8DEEC"/>
  <color name="tint_search" value="#CDC8B5"/>
  <color name="tint_search_cur" value="#C69A80"/>
  <color name="selection_unfocused" value="#C5D3EF"/>
  <color name="bracket_bg" value="#DBE2F2"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface1"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="orange"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="mantle"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="orange" background="mantle" bold="true"/>
  <style name="bracket-match" foreground="orange" background="bracket_bg" bold="true"/>
  <style name="bracket-mismatch" foreground="base" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="base" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

paris-guimard.xmlsave as ~/.local/share/gtksourceview-5/styles/paris-guimard.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="paris-guimard" name="Paris Guimard" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Cast iron off a Metro entrance, which is nearly black. Brass leads.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#131A17"/>
  <color name="mantle" value="#18241D"/>
  <color name="base" value="#1E2E26"/>
  <color name="surface0" value="#263930"/>
  <color name="surface1" value="#30463B"/>
  <color name="surface2" value="#3E554A"/>
  <color name="overlay0" value="#586B61"/>
  <color name="overlay1" value="#74857C"/>
  <color name="overlay2" value="#909E96"/>
  <color name="subtext0" value="#A9B5AE"/>
  <color name="subtext1" value="#C2CBC5"/>
  <color name="text" value="#D9E1DB"/>
  <color name="text_hi" value="#E9EEEC"/>
  <color name="yellow" value="#F1BF4B"/>
  <color name="yellow_hi" value="#FFD57A"/>
  <color name="orange" value="#CA9245"/>
  <color name="orange_hi" value="#DFAA61"/>
  <color name="red" value="#C7665B"/>
  <color name="red_hi" value="#E7877B"/>
  <color name="green" value="#70CAA9"/>
  <color name="green_hi" value="#89DEBE"/>
  <color name="sage" value="#549B9F"/>
  <color name="sage_hi" value="#70B5B9"/>
  <color name="denim" value="#709BC8"/>
  <color name="denim_hi" value="#8DB6E2"/>
  <color name="clay" value="#FAB49C"/>
  <color name="tint_add" value="#274137"/>
  <color name="tint_add_emph" value="#335649"/>
  <color name="tint_add_dim" value="#20332B"/>
  <color name="tint_del" value="#422E29"/>
  <color name="tint_del_emph" value="#5B3832"/>
  <color name="tint_del_dim" value="#322723"/>
  <color name="tint_chg" value="#37341F"/>
  <color name="tint_chg_emph" value="#4D4525"/>
  <color name="tint_info" value="#293D3D"/>
  <color name="tint_hint" value="#263D37"/>
  <color name="tint_search" value="#5D5A31"/>
  <color name="tint_search_cur" value="#746036"/>
  <color name="selection_unfocused" value="#30433A"/>
  <color name="bracket_bg" value="#30463B"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

paris-catacombes.xmlsave as ~/.local/share/gtksourceview-5/styles/paris-catacombes.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="paris-catacombes" name="Paris Catacombes" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Under the quarries: the same green with the lights turned down.</description>
  <metadata>
    <property name="variant">dark</property>
    <property name="light-variant">subway-seat-enamel</property>
  </metadata>

  <color name="crust" value="#0A100D"/>
  <color name="mantle" value="#0D1711"/>
  <color name="base" value="#121E19"/>
  <color name="surface0" value="#1A2921"/>
  <color name="surface1" value="#24342C"/>
  <color name="surface2" value="#31433A"/>
  <color name="overlay0" value="#54655C"/>
  <color name="overlay1" value="#708178"/>
  <color name="overlay2" value="#8C9A92"/>
  <color name="subtext0" value="#A5B1AA"/>
  <color name="subtext1" value="#BFC8C2"/>
  <color name="text" value="#D4DDD7"/>
  <color name="text_hi" value="#E7ECEA"/>
  <color name="yellow" value="#F1BF4B"/>
  <color name="yellow_hi" value="#FFD57A"/>
  <color name="orange" value="#CA9245"/>
  <color name="orange_hi" value="#DFAA61"/>
  <color name="red" value="#C7665B"/>
  <color name="red_hi" value="#E7877B"/>
  <color name="green" value="#70CAA9"/>
  <color name="green_hi" value="#89DEBE"/>
  <color name="sage" value="#549B9F"/>
  <color name="sage_hi" value="#70B5B9"/>
  <color name="denim" value="#709BC8"/>
  <color name="denim_hi" value="#8DB6E2"/>
  <color name="clay" value="#FAB49C"/>
  <color name="tint_add" value="#20392F"/>
  <color name="tint_add_emph" value="#2D4F42"/>
  <color name="tint_add_dim" value="#182A23"/>
  <color name="tint_del" value="#3B2621"/>
  <color name="tint_del_emph" value="#56322C"/>
  <color name="tint_del_dim" value="#2A1F1A"/>
  <color name="tint_chg" value="#2F2C17"/>
  <color name="tint_chg_emph" value="#463E1D"/>
  <color name="tint_info" value="#1F3032"/>
  <color name="tint_hint" value="#1B302C"/>
  <color name="tint_search" value="#554E28"/>
  <color name="tint_search_cur" value="#6E582F"/>
  <color name="selection_unfocused" value="#23322B"/>
  <color name="bracket_bg" value="#24342C"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface2"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="yellow"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="surface0"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="yellow" background="surface0" bold="true"/>
  <style name="bracket-match" foreground="yellow_hi" background="surface1" bold="true"/>
  <style name="bracket-mismatch" foreground="crust" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="crust" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.

paris-carrelage.xmlsave as ~/.local/share/gtksourceview-5/styles/paris-carrelage.xml
gedit reads ~/.local/share/gtksourceview-4/styles (libgedit-gtksourceview-300/styles from gedit 45)
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<style-scheme id="paris-carrelage" name="Paris Carrelage" version="1.0">
  <author>Oddur Sigurdsson</author>
  <description>Bevelled white tile under a vaulted platform. The light one.</description>
  <metadata>
    <property name="variant">light</property>
    <property name="dark-variant">subway-seat</property>
  </metadata>

  <color name="crust" value="#D5DBDA"/>
  <color name="mantle" value="#E1E6E5"/>
  <color name="base" value="#EEF2F1"/>
  <color name="surface0" value="#C6D2CF"/>
  <color name="surface1" value="#B0BFBB"/>
  <color name="surface2" value="#99ABA6"/>
  <color name="overlay0" value="#859792"/>
  <color name="overlay1" value="#6C7C76"/>
  <color name="overlay2" value="#56645F"/>
  <color name="subtext0" value="#4A5752"/>
  <color name="subtext1" value="#3B4742"/>
  <color name="text" value="#27342F"/>
  <color name="text_hi" value="#19221E"/>
  <color name="yellow" value="#916D07"/>
  <color name="yellow_hi" value="#A07A12"/>
  <color name="orange" value="#764C00"/>
  <color name="orange_hi" value="#885A00"/>
  <color name="red" value="#88251E"/>
  <color name="red_hi" value="#AC3B32"/>
  <color name="green" value="#218366"/>
  <color name="green_hi" value="#278D6E"/>
  <color name="sage" value="#006267"/>
  <color name="sage_hi" value="#027479"/>
  <color name="denim" value="#25629B"/>
  <color name="denim_hi" value="#3D75AD"/>
  <color name="clay" value="#B36B51"/>
  <color name="tint_add" value="#C5DFD7"/>
  <color name="tint_add_emph" value="#A6CDC2"/>
  <color name="tint_add_dim" value="#DBEBE7"/>
  <color name="tint_del" value="#E7D3D2"/>
  <color name="tint_del_emph" value="#D9B9B7"/>
  <color name="tint_del_dim" value="#F1E5E4"/>
  <color name="tint_chg" value="#E2D9BF"/>
  <color name="tint_chg_emph" value="#DCD0B0"/>
  <color name="tint_info" value="#D2DEE5"/>
  <color name="tint_hint" value="#CDDEDE"/>
  <color name="tint_search" value="#D2CAAB"/>
  <color name="tint_search_cur" value="#B29F78"/>
  <color name="selection_unfocused" value="#CCD6D3"/>
  <color name="bracket_bg" value="#E0E5E3"/>

  <style name="text" foreground="text" background="base"/>
  <style name="selection" foreground="text_hi" background="surface1"/>
  <style name="selection-unfocused" foreground="text" background="selection_unfocused"/>
  <style name="cursor" foreground="orange"/>
  <style name="secondary-cursor" foreground="overlay2"/>
  <style name="current-line" background="mantle"/>
  <style name="line-numbers" foreground="overlay0" background="base"/>
  <style name="line-numbers-border" background="base"/>
  <style name="current-line-number" foreground="orange" background="mantle" bold="true"/>
  <style name="bracket-match" foreground="orange" background="bracket_bg" bold="true"/>
  <style name="bracket-mismatch" foreground="base" background="red_hi"/>
  <style name="right-margin" foreground="surface1" background="mantle"/>
  <style name="draw-spaces" foreground="surface2"/>
  <style name="background-pattern" background="mantle"/>
  <style name="search-match" background="tint_search"/>
  <style name="map-overlay" background="surface1"/>
  <style name="snippet-focus" background="tint_chg"/>
  <style name="def:comment" foreground="overlay1" italic="true"/>
  <style name="def:shebang" foreground="overlay1" italic="true" bold="true"/>
  <style name="def:doc-comment" foreground="overlay1" italic="true"/>
  <style name="def:doc-comment-element" foreground="overlay2" italic="true" bold="true"/>
  <style name="def:constant" foreground="red_hi"/>
  <style name="def:character" foreground="green"/>
  <style name="def:string" foreground="green"/>
  <style name="def:special-char" foreground="clay"/>
  <style name="def:number" foreground="red_hi"/>
  <style name="def:floating-point" foreground="red_hi"/>
  <style name="def:decimal" foreground="red_hi"/>
  <style name="def:base-n-integer" foreground="red_hi"/>
  <style name="def:complex" foreground="red_hi"/>
  <style name="def:special-constant" foreground="red_hi"/>
  <style name="def:boolean" foreground="red_hi"/>
  <style name="def:identifier" foreground="text"/>
  <style name="def:function" foreground="yellow"/>
  <style name="def:builtin" foreground="yellow" italic="true"/>
  <style name="def:statement" foreground="orange"/>
  <style name="def:keyword" foreground="orange"/>
  <style name="def:operator" foreground="overlay2"/>
  <style name="def:type" foreground="sage"/>
  <style name="def:preprocessor" foreground="clay"/>
  <style name="def:error" foreground="red_hi" underline="error" underline-color="red_hi"/>
  <style name="def:warning" underline="error" underline-color="yellow"/>
  <style name="def:note" foreground="base" background="yellow" bold="true"/>
  <style name="def:net-address" foreground="denim" underline="single"/>
  <style name="def:underlined" underline="single"/>
  <style name="def:emphasis" foreground="text" italic="true"/>
  <style name="def:strong-emphasis" foreground="text_hi" bold="true"/>
  <style name="def:inline-code" foreground="green"/>
  <style name="def:insertion" foreground="green" underline="single"/>
  <style name="def:deletion" foreground="red_hi" strikethrough="true"/>
  <style name="def:link-text" foreground="denim"/>
  <style name="def:link-symbol" foreground="overlay2"/>
  <style name="def:link-destination" foreground="denim" underline="single"/>
  <style name="def:heading" foreground="yellow" bold="true"/>
  <style name="def:heading0" foreground="orange" bold="true"/>
  <style name="def:heading1" foreground="orange" bold="true"/>
  <style name="def:heading2" foreground="yellow" bold="true"/>
  <style name="def:heading3" foreground="green" bold="true"/>
  <style name="def:heading4" foreground="sage" bold="true"/>
  <style name="def:heading5" foreground="clay" bold="true"/>
  <style name="def:heading6" foreground="subtext1" bold="true"/>
  <style name="def:thematic-break" foreground="overlay1" bold="true"/>
  <style name="def:preformatted-section" foreground="green"/>
  <style name="def:list-marker" foreground="orange"/>
  <style name="c:preprocessor" foreground="clay"/>
  <style name="c:included-file" foreground="green"/>
  <style name="c:common-defines" foreground="red_hi"/>
  <style name="c:printf" foreground="clay"/>
  <style name="c:signal-name" foreground="green"/>
  <style name="c:storage-class" foreground="orange"/>
  <style name="c:type-keyword" foreground="orange"/>
  <style name="c-sharp:format" foreground="clay"/>
  <style name="c-sharp:preprocessor" foreground="clay"/>
  <style name="go:printf" foreground="clay"/>
  <style name="vala:attributes" foreground="clay" italic="true"/>
  <style name="css:property-name" foreground="subtext1"/>
  <style name="css:type-selector" foreground="orange"/>
  <style name="css:id-selector" foreground="yellow" italic="true"/>
  <style name="css:pseudo-selector" foreground="clay" italic="true"/>
  <style name="css:selector-symbol" foreground="overlay2"/>
  <style name="css:vendor-specific" foreground="overlay1"/>
  <style name="diff:added-line" foreground="green"/>
  <style name="diff:removed-line" foreground="red_hi"/>
  <style name="diff:changed-line" foreground="yellow"/>
  <style name="diff:location" foreground="denim"/>
  <style name="diff:diff-file" foreground="text_hi" bold="true"/>
  <style name="diff:special-case" foreground="clay"/>
  <style name="js:built-in-constructor" foreground="sage"/>
  <style name="json:keyname" foreground="yellow"/>
  <style name="latex:command" foreground="orange"/>
  <style name="latex:include" foreground="orange"/>
  <style name="latex:display-math" foreground="clay"/>
  <style name="latex:inline-math" foreground="clay"/>
  <style name="latex:math-boundary" foreground="overlay2"/>
  <style name="perl:pod" foreground="overlay1" italic="true"/>
  <style name="python:builtin-function" foreground="yellow" italic="true"/>
  <style name="python:builtin-constant" foreground="red_hi"/>
  <style name="python:builtin-object" foreground="sage" italic="true"/>
  <style name="python:boolean" foreground="red_hi"/>

Showing 150 of 169 lines.