Palettes & formats
Base16 / Base24 / Tinted8
Base16, Base24 and Tinted8 schemes. In base16 and base24 the accent slots follow the terminal colors, so keywords stay burnt orange and strings avocado, but their templates show functions in denim and classes in harvest gold. Tinted8 sets every syntax and UI color by name, so its templates use the editor themes' colors. The Tinted8 files use the key names tinty 0.34 reads.
Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.
Base16 / Base24 / Tinted8 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 base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only base16
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only base16
Turn it on
d="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/subway-seat.yaml "$d/"
tinty apply base16-subway-seatd="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/subway-seat-tunnel.yaml "$d/"
tinty apply base16-subway-seat-tunneld="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/subway-seat-enamel.yaml "$d/"
tinty apply base16-subway-seat-enameld="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/london-moquette.yaml "$d/"
tinty apply base16-london-moquetted="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/london-deep-level.yaml "$d/"
tinty apply base16-london-deep-leveld="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/london-portland.yaml "$d/"
tinty apply base16-london-portlandd="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/paris-guimard.yaml "$d/"
tinty apply base16-paris-guimardd="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/paris-catacombes.yaml "$d/"
tinty apply base16-paris-catacombesd="$(tinty config --data-dir-path)/custom-schemes/base16"
mkdir -p "$d" && cp base16/paris-carrelage.yaml "$d/"
tinty apply base16-paris-carrelageThe files
Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)Download all (.zip)base16/subway-seat.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/subway-seat.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Subway Seat"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#362619" # base (Paneling)
base01: "#43301F" # surface0 (Coppertone)
base02: "#634932" # surface2 (Corduroy)
base03: "#967B5C" # overlay1 (Cardboard)
base04: "#C4AE8C" # subtext0 (Khaki)
base05: "#EDDCBC" # text (Parchment)
base06: "#F8ECD4" # text_hi (Ivory)
base07: "#F8ECD4" # text_hi (Ivory)
base08: "#E05C45" # red (Redbird)
base09: "#FF8373" # red_hi (Redbird bright)
base0A: "#F3BF45" # yellow (Harvest gold)
base0B: "#ADB956" # green (Avocado)
base0C: "#86AD95" # sage (Seafoam tile)
base0D: "#7F9BAE" # denim (Faded denim)
base0E: "#EC7F31" # orange (Burnt orange)
base0F: "#F4A87E" # clay (Terracotta)base24/subway-seat.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/subway-seat.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Subway Seat"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#362619" # base (Paneling)
base01: "#43301F" # surface0 (Coppertone)
base02: "#634932" # surface2 (Corduroy)
base03: "#967B5C" # overlay1 (Cardboard)
base04: "#C4AE8C" # subtext0 (Khaki)
base05: "#EDDCBC" # text (Parchment)
base06: "#F8ECD4" # text_hi (Ivory)
base07: "#F8ECD4" # text_hi (Ivory)
base08: "#E05C45" # red (Redbird)
base09: "#FF8373" # red_hi (Redbird bright)
base0A: "#F3BF45" # yellow (Harvest gold)
base0B: "#ADB956" # green (Avocado)
base0C: "#86AD95" # sage (Seafoam tile)
base0D: "#7F9BAE" # denim (Faded denim)
base0E: "#EC7F31" # orange (Burnt orange)
base0F: "#F4A87E" # clay (Terracotta)
base10: "#2A1D13" # mantle (Espresso)
base11: "#20160E" # crust (Blackout)
base12: "#FF8373" # red_hi (Redbird bright)
base13: "#FFD36B" # yellow_hi (Broadway yellow)
base14: "#BFCB63" # green_hi (Avocado bright)
base15: "#A5C9B0" # sage_hi (Seafoam bright)
base16: "#9DB6C6" # denim_hi (Denim bright)
base17: "#FF9D55" # orange_hi (Sixth Avenue)tinted8/subway-seat.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/subway-seat.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Subway Seat"
slug: "subway-seat"
family: "Subway Seat"
style: "Walnut"
description: "Walnut paneling and orange bucket seats. The original."
variant: "dark"
palette:
black: "#362619"
black-bright: "#513B27"
black-dim: "#2A1D13"
white: "#EDDCBC"
white-bright: "#F8ECD4"
white-dim: "#D9C6A3"
gray: "#967B5C"
gray-bright: "#AE9575"
gray-dim: "#7B6047"
red: "#E05C45"
red-bright: "#FF8373"
green: "#ADB956"
green-bright: "#BFCB63"
yellow: "#F3BF45"
yellow-bright: "#FFD36B"
blue: "#7F9BAE"
blue-bright: "#9DB6C6"
magenta: "#EC7F31"
magenta-bright: "#FF9D55"
cyan: "#86AD95"
cyan-bright: "#A5C9B0"
orange: "#EC7F31"
orange-bright: "#FF9D55"
brown: "#F4A87E"
syntax:
comment: "#967B5C" # comment
punctuation.definition.comment: "#967B5C" # comment
constant: "#FF8373" # constant
constant.numeric: "#FF8373" # number
constant.language: "#FF8373" # boolean
constant.character: "#F4A87E" # string.escape
entity.name: "#EDDCBC" # variable
entity.name.function: "#F3BF45" # function
entity.name.class: "#86AD95" # type
entity.name.type: "#86AD95" # type
entity.name.namespace: "#C4AE8C" # namespace
entity.name.tag: "#EC7F31" # tag
entity.name.label: "#F4A87E" # decorator
entity.name.section: "#F3BF45" # heading
entity.other: "#EDDCBC" # variable
entity.other.attribute-name: "#F3BF45" # attribute
entity.other.inherited-class: "#86AD95" # type
invalid: "#E05C45" # invalid
invalid.deprecated: "#F4A87E" # clay
keyword: "#EC7F31" # keyword
keyword.operator: "#AE9575" # operator
markup: "#EDDCBC" # text
markup.bold: "#F8ECD4" # strong
markup.italic: "#EDDCBC" # emphasis
markup.heading: "#F3BF45" # heading
markup.link: "#7F9BAE" # link
markup.list: "#EC7F31" # keyword
markup.quote: "#C4AE8C" # quote
markup.raw: "#ADB956" # code
markup.inserted: "#ADB956" # green
markup.deleted: "#FF8373" # red_hi
markup.changed: "#F3BF45" # yellow
meta: "#EDDCBC" # text
meta.annotation: "#F4A87E" # decorator
punctuation: "#AE9575" # punctuation
punctuation.definition.string: "#ADB956" # string
punctuation.section: "#AE9575" # punctuation
storage: "#EC7F31" # storage
string: "#ADB956" # string
string.regexp: "#F4A87E" # regexp
string.interpolated: "#F4A87E" # string.escape
support: "#F3BF45" # function
support.class: "#86AD95" # type
support.type: "#86AD95" # type.builtin
support.constant: "#FF8373" # constant
support.function.builtin: "#F3BF45" # function.builtin
support.variable: "#FF8373" # variable.builtin
variable: "#EDDCBC" # variable
variable.language: "#FF8373" # variable.builtin
variable.parameter: "#D9C6A3" # parameter
variable.other.property: "#D9C6A3" # property
ui:
accent:
normal: "#EC7F31"
border:
normal: "#43301F"
chrome:
background:
normal: "#2A1D13"
dark: "#20160E"
light: "#43301F"
foreground:
normal: "#D9C6A3"
dark: "#C4AE8C"
light: "#EDDCBC"
cursor:
normal:
background: "#F3BF45"
foreground: "#20160E"
muted:
background: "#967B5C"
foreground: "#362619"
deprecated: "#F4A87E"
global:
background:
normal: "#362619"
dark: "#2A1D13"
light: "#43301F"
foreground:
normal: "#EDDCBC"
dark: "#D9C6A3"
light: "#F8ECD4"
gutter:
background: "#362619"
foreground: "#967B5C"
highlight:
button:
background: "#513B27"
foreground: "#F8ECD4"
line:
background: "#43301F"
foreground: "#F3BF45"
search:
background: "#6F5426"
foreground: "#F8ECD4"
text:
background: "#513B27"
foreground: "#EDDCBC"
active-background: "#634932"
active-foreground: "#F8ECD4"
indent-guide:
background: "#513B27"
active-background: "#7B6047"
link:
normal:
background: "#362619"
foreground: "#7F9BAE"
selection:
background: "#634932"
foreground: "#F8ECD4"
inactive-background: "#513B27"
status:Showing 150 of 159 lines.
base16/subway-seat-tunnel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/subway-seat-tunnel.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Subway Seat Tunnel"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#24180E" # base (Paneling)
base01: "#302115" # surface0 (Coppertone)
base02: "#4F3927" # surface2 (Corduroy)
base03: "#917759" # overlay1 (Cardboard)
base04: "#C0AA88" # subtext0 (Khaki)
base05: "#E9D8B6" # text (Parchment)
base06: "#F6EAD1" # text_hi (Ivory)
base07: "#F6EAD1" # text_hi (Ivory)
base08: "#E05C45" # red (Redbird)
base09: "#FF8373" # red_hi (Redbird bright)
base0A: "#F3BF45" # yellow (Harvest gold)
base0B: "#ADB956" # green (Avocado)
base0C: "#86AD95" # sage (Seafoam tile)
base0D: "#7F9BAE" # denim (Faded denim)
base0E: "#EC7F31" # orange (Burnt orange)
base0F: "#F4A87E" # clay (Terracotta)base24/subway-seat-tunnel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/subway-seat-tunnel.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Subway Seat Tunnel"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#24180E" # base (Paneling)
base01: "#302115" # surface0 (Coppertone)
base02: "#4F3927" # surface2 (Corduroy)
base03: "#917759" # overlay1 (Cardboard)
base04: "#C0AA88" # subtext0 (Khaki)
base05: "#E9D8B6" # text (Parchment)
base06: "#F6EAD1" # text_hi (Ivory)
base07: "#F6EAD1" # text_hi (Ivory)
base08: "#E05C45" # red (Redbird)
base09: "#FF8373" # red_hi (Redbird bright)
base0A: "#F3BF45" # yellow (Harvest gold)
base0B: "#ADB956" # green (Avocado)
base0C: "#86AD95" # sage (Seafoam tile)
base0D: "#7F9BAE" # denim (Faded denim)
base0E: "#EC7F31" # orange (Burnt orange)
base0F: "#F4A87E" # clay (Terracotta)
base10: "#1B120A" # mantle (Espresso)
base11: "#140D07" # crust (Blackout)
base12: "#FF8373" # red_hi (Redbird bright)
base13: "#FFD36B" # yellow_hi (Broadway yellow)
base14: "#BFCB63" # green_hi (Avocado bright)
base15: "#A5C9B0" # sage_hi (Seafoam bright)
base16: "#9DB6C6" # denim_hi (Denim bright)
base17: "#FF9D55" # orange_hi (Sixth Avenue)tinted8/subway-seat-tunnel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/subway-seat-tunnel.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Subway Seat Tunnel"
slug: "subway-seat-tunnel"
family: "Subway Seat"
style: "Tunnel"
description: "The late local after midnight: espresso-deep, same warm lights."
variant: "dark"
palette:
black: "#24180E"
black-bright: "#3D2C1D"
black-dim: "#1B120A"
white: "#E9D8B6"
white-bright: "#F6EAD1"
white-dim: "#D6C3A0"
gray: "#917759"
gray-bright: "#AA9171"
gray-dim: "#745B45"
red: "#E05C45"
red-bright: "#FF8373"
green: "#ADB956"
green-bright: "#BFCB63"
yellow: "#F3BF45"
yellow-bright: "#FFD36B"
blue: "#7F9BAE"
blue-bright: "#9DB6C6"
magenta: "#EC7F31"
magenta-bright: "#FF9D55"
cyan: "#86AD95"
cyan-bright: "#A5C9B0"
orange: "#EC7F31"
orange-bright: "#FF9D55"
brown: "#F4A87E"
syntax:
comment: "#917759" # comment
punctuation.definition.comment: "#917759" # comment
constant: "#FF8373" # constant
constant.numeric: "#FF8373" # number
constant.language: "#FF8373" # boolean
constant.character: "#F4A87E" # string.escape
entity.name: "#E9D8B6" # variable
entity.name.function: "#F3BF45" # function
entity.name.class: "#86AD95" # type
entity.name.type: "#86AD95" # type
entity.name.namespace: "#C0AA88" # namespace
entity.name.tag: "#EC7F31" # tag
entity.name.label: "#F4A87E" # decorator
entity.name.section: "#F3BF45" # heading
entity.other: "#E9D8B6" # variable
entity.other.attribute-name: "#F3BF45" # attribute
entity.other.inherited-class: "#86AD95" # type
invalid: "#E05C45" # invalid
invalid.deprecated: "#F4A87E" # clay
keyword: "#EC7F31" # keyword
keyword.operator: "#AA9171" # operator
markup: "#E9D8B6" # text
markup.bold: "#F6EAD1" # strong
markup.italic: "#E9D8B6" # emphasis
markup.heading: "#F3BF45" # heading
markup.link: "#7F9BAE" # link
markup.list: "#EC7F31" # keyword
markup.quote: "#C0AA88" # quote
markup.raw: "#ADB956" # code
markup.inserted: "#ADB956" # green
markup.deleted: "#FF8373" # red_hi
markup.changed: "#F3BF45" # yellow
meta: "#E9D8B6" # text
meta.annotation: "#F4A87E" # decorator
punctuation: "#AA9171" # punctuation
punctuation.definition.string: "#ADB956" # string
punctuation.section: "#AA9171" # punctuation
storage: "#EC7F31" # storage
string: "#ADB956" # string
string.regexp: "#F4A87E" # regexp
string.interpolated: "#F4A87E" # string.escape
support: "#F3BF45" # function
support.class: "#86AD95" # type
support.type: "#86AD95" # type.builtin
support.constant: "#FF8373" # constant
support.function.builtin: "#F3BF45" # function.builtin
support.variable: "#FF8373" # variable.builtin
variable: "#E9D8B6" # variable
variable.language: "#FF8373" # variable.builtin
variable.parameter: "#D6C3A0" # parameter
variable.other.property: "#D6C3A0" # property
ui:
accent:
normal: "#EC7F31"
border:
normal: "#302115"
chrome:
background:
normal: "#1B120A"
dark: "#140D07"
light: "#302115"
foreground:
normal: "#D6C3A0"
dark: "#C0AA88"
light: "#E9D8B6"
cursor:
normal:
background: "#F3BF45"
foreground: "#140D07"
muted:
background: "#917759"
foreground: "#24180E"
deprecated: "#F4A87E"
global:
background:
normal: "#24180E"
dark: "#1B120A"
light: "#302115"
foreground:
normal: "#E9D8B6"
dark: "#D6C3A0"
light: "#F6EAD1"
gutter:
background: "#24180E"
foreground: "#917759"
highlight:
button:
background: "#3D2C1D"
foreground: "#F6EAD1"
line:
background: "#302115"
foreground: "#F3BF45"
search:
background: "#624A1E"
foreground: "#F6EAD1"
text:
background: "#3D2C1D"
foreground: "#E9D8B6"
active-background: "#4F3927"
active-foreground: "#F6EAD1"
indent-guide:
background: "#3D2C1D"
active-background: "#745B45"
link:
normal:
background: "#24180E"
foreground: "#7F9BAE"
selection:
background: "#4F3927"
foreground: "#F6EAD1"
inactive-background: "#3D2C1D"
status:Showing 150 of 159 lines.
base16/subway-seat-enamel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/subway-seat-enamel.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Subway Seat Enamel"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#F8EFDF" # base (Enamel base)
base01: "#DBCDB3" # surface0 (Enamel surface0)
base02: "#CBB898" # surface1 (Enamel surface1)
base03: "#8C7254" # overlay1 (Enamel overlay1)
base04: "#654F3B" # subtext0 (Enamel subtext0)
base05: "#3E2C1E" # text (Enamel text)
base06: "#2A1D13" # text_hi (Enamel text hi)
base07: "#2A1D13" # text_hi (Enamel text hi)
base08: "#992418" # red (Redbird)
base09: "#BF4233" # red_hi (Redbird bright)
base0A: "#976608" # yellow (Harvest gold)
base0B: "#66740F" # green (Avocado)
base0C: "#3E7157" # sage (Seafoam tile)
base0D: "#3F6480" # denim (Faded denim)
base0E: "#A04800" # orange (Burnt orange)
base0F: "#843811" # clay (Terracotta)base24/subway-seat-enamel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/subway-seat-enamel.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Subway Seat Enamel"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#F8EFDF" # base (Enamel base)
base01: "#DBCDB3" # surface0 (Enamel surface0)
base02: "#CBB898" # surface1 (Enamel surface1)
base03: "#8C7254" # overlay1 (Enamel overlay1)
base04: "#654F3B" # subtext0 (Enamel subtext0)
base05: "#3E2C1E" # text (Enamel text)
base06: "#2A1D13" # text_hi (Enamel text hi)
base07: "#2A1D13" # text_hi (Enamel text hi)
base08: "#992418" # red (Redbird)
base09: "#BF4233" # red_hi (Redbird bright)
base0A: "#976608" # yellow (Harvest gold)
base0B: "#66740F" # green (Avocado)
base0C: "#3E7157" # sage (Seafoam tile)
base0D: "#3F6480" # denim (Faded denim)
base0E: "#A04800" # orange (Burnt orange)
base0F: "#843811" # clay (Terracotta)
base10: "#EEE4D0" # mantle (Enamel mantle)
base11: "#E4D8C0" # crust (Enamel crust)
base12: "#BF4233" # red_hi (Redbird bright)
base13: "#A9720A" # yellow_hi (Broadway yellow)
base14: "#697813" # green_hi (Avocado bright)
base15: "#4C8367" # sage_hi (Seafoam bright)
base16: "#517791" # denim_hi (Denim bright)
base17: "#BA4D0A" # orange_hi (Sixth Avenue)tinted8/subway-seat-enamel.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/subway-seat-enamel.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Subway Seat Enamel"
slug: "subway-seat-enamel"
family: "Subway Seat"
style: "Enamel"
description: "Cream enamel panels in the morning sun. The light one."
variant: "light"
palette:
black: "#3E2C1E"
black-bright: "#54402F"
black-dim: "#2A1D13"
white: "#F8EFDF"
white-bright: "#FCF7EF"
white-dim: "#EEE4D0"
gray: "#8C7254"
gray-bright: "#A58D6D"
gray-dim: "#735C44"
red: "#992418"
red-bright: "#BF4233"
green: "#66740F"
green-bright: "#697813"
yellow: "#976608"
yellow-bright: "#A9720A"
blue: "#3F6480"
blue-bright: "#517791"
magenta: "#A04800"
magenta-bright: "#BA4D0A"
cyan: "#3E7157"
cyan-bright: "#4C8367"
orange: "#A04800"
orange-bright: "#BA4D0A"
brown: "#843811"
syntax:
comment: "#8C7254" # comment
punctuation.definition.comment: "#8C7254" # comment
constant: "#BF4233" # constant
constant.numeric: "#BF4233" # number
constant.language: "#BF4233" # boolean
constant.character: "#843811" # string.escape
entity.name: "#3E2C1E" # variable
entity.name.function: "#976608" # function
entity.name.class: "#3E7157" # type
entity.name.type: "#3E7157" # type
entity.name.namespace: "#654F3B" # namespace
entity.name.tag: "#A04800" # tag
entity.name.label: "#843811" # decorator
entity.name.section: "#976608" # heading
entity.other: "#3E2C1E" # variable
entity.other.attribute-name: "#976608" # attribute
entity.other.inherited-class: "#3E7157" # type
invalid: "#992418" # invalid
invalid.deprecated: "#843811" # clay
keyword: "#A04800" # keyword
keyword.operator: "#735C44" # operator
markup: "#3E2C1E" # text
markup.bold: "#2A1D13" # strong
markup.italic: "#3E2C1E" # emphasis
markup.heading: "#976608" # heading
markup.link: "#3F6480" # link
markup.list: "#A04800" # keyword
markup.quote: "#654F3B" # quote
markup.raw: "#66740F" # code
markup.inserted: "#66740F" # green
markup.deleted: "#BF4233" # red_hi
markup.changed: "#976608" # yellow
meta: "#3E2C1E" # text
meta.annotation: "#843811" # decorator
punctuation: "#735C44" # punctuation
punctuation.definition.string: "#66740F" # string
punctuation.section: "#735C44" # punctuation
storage: "#A04800" # storage
string: "#66740F" # string
string.regexp: "#843811" # regexp
string.interpolated: "#843811" # string.escape
support: "#976608" # function
support.class: "#3E7157" # type
support.type: "#3E7157" # type.builtin
support.constant: "#BF4233" # constant
support.function.builtin: "#976608" # function.builtin
support.variable: "#BF4233" # variable.builtin
variable: "#3E2C1E" # variable
variable.language: "#BF4233" # variable.builtin
variable.parameter: "#54402F" # parameter
variable.other.property: "#54402F" # property
ui:
accent:
normal: "#A04800"
border:
normal: "#CBB898"
chrome:
background:
normal: "#EEE4D0"
dark: "#E4D8C0"
light: "#FCF7EF"
foreground:
normal: "#54402F"
dark: "#654F3B"
light: "#3E2C1E"
cursor:
normal:
background: "#A04800"
foreground: "#F8EFDF"
muted:
background: "#8C7254"
foreground: "#F8EFDF"
deprecated: "#843811"
global:
background:
normal: "#F8EFDF"
dark: "#EEE4D0"
light: "#FCF7EF"
foreground:
normal: "#3E2C1E"
dark: "#54402F"
light: "#2A1D13"
gutter:
background: "#F8EFDF"
foreground: "#8C7254"
highlight:
button:
background: "#DBCDB3"
foreground: "#2A1D13"
line:
background: "#EEE4D0"
foreground: "#A04800"
search:
background: "#DBC69E"
foreground: "#2A1D13"
text:
background: "#DBCDB3"
foreground: "#3E2C1E"
active-background: "#CBB898"
active-foreground: "#2A1D13"
indent-guide:
background: "#DBCDB3"
active-background: "#A58D6D"
link:
normal:
background: "#F8EFDF"
foreground: "#3F6480"
selection:
background: "#CBB898"
foreground: "#2A1D13"
inactive-background: "#DBCDB3"
status:Showing 150 of 159 lines.
base16/london-moquette.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/london-moquette.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "London Moquette"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#1E2941" # base (Paneling)
base01: "#263451" # surface0 (Coppertone)
base02: "#3D4F72" # surface2 (Corduroy)
base03: "#73819C" # overlay1 (Cardboard)
base04: "#A9B2C4" # subtext0 (Khaki)
base05: "#D8DEEA" # text (Parchment)
base06: "#E9EDF5" # text_hi (Ivory)
base07: "#E9EDF5" # text_hi (Ivory)
base08: "#DB6052" # red (Redbird)
base09: "#FE8474" # red_hi (Redbird bright)
base0A: "#F2C03F" # yellow (Harvest gold)
base0B: "#77C581" # green (Avocado)
base0C: "#54B4B5" # sage (Seafoam tile)
base0D: "#7595DA" # denim (Faded denim)
base0E: "#DE8946" # orange (Burnt orange)
base0F: "#AE9EDC" # clay (Terracotta)base24/london-moquette.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/london-moquette.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "London Moquette"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#1E2941" # base (Paneling)
base01: "#263451" # surface0 (Coppertone)
base02: "#3D4F72" # surface2 (Corduroy)
base03: "#73819C" # overlay1 (Cardboard)
base04: "#A9B2C4" # subtext0 (Khaki)
base05: "#D8DEEA" # text (Parchment)
base06: "#E9EDF5" # text_hi (Ivory)
base07: "#E9EDF5" # text_hi (Ivory)
base08: "#DB6052" # red (Redbird)
base09: "#FE8474" # red_hi (Redbird bright)
base0A: "#F2C03F" # yellow (Harvest gold)
base0B: "#77C581" # green (Avocado)
base0C: "#54B4B5" # sage (Seafoam tile)
base0D: "#7595DA" # denim (Faded denim)
base0E: "#DE8946" # orange (Burnt orange)
base0F: "#AE9EDC" # clay (Terracotta)
base10: "#172032" # mantle (Espresso)
base11: "#121826" # crust (Blackout)
base12: "#FE8474" # red_hi (Redbird bright)
base13: "#FFD36C" # yellow_hi (Broadway yellow)
base14: "#9AD2A0" # green_hi (Avocado bright)
base15: "#72D1D3" # sage_hi (Seafoam bright)
base16: "#8BB0FF" # denim_hi (Denim bright)
base17: "#E5AA7F" # orange_hi (Sixth Avenue)tinted8/london-moquette.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/london-moquette.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "London Moquette"
slug: "london-moquette"
family: "Subway Seat"
style: "London Moquette"
description: "The seat you're sitting on. Corporate Blue, turned right down."
variant: "dark"
palette:
black: "#1E2941"
black-bright: "#303F61"
black-dim: "#172032"
white: "#D8DEEA"
white-bright: "#E9EDF5"
white-dim: "#C1C9D8"
gray: "#73819C"
gray-bright: "#8F9AB0"
gray-dim: "#576685"
red: "#DB6052"
red-bright: "#FE8474"
green: "#77C581"
green-bright: "#9AD2A0"
yellow: "#F2C03F"
yellow-bright: "#FFD36C"
blue: "#7595DA"
blue-bright: "#8BB0FF"
magenta: "#DE8946"
magenta-bright: "#E5AA7F"
cyan: "#54B4B5"
cyan-bright: "#72D1D3"
orange: "#DE8946"
orange-bright: "#E5AA7F"
brown: "#AE9EDC"
syntax:
comment: "#73819C" # comment
punctuation.definition.comment: "#73819C" # comment
constant: "#FE8474" # constant
constant.numeric: "#FE8474" # number
constant.language: "#FE8474" # boolean
constant.character: "#AE9EDC" # string.escape
entity.name: "#D8DEEA" # variable
entity.name.function: "#F2C03F" # function
entity.name.class: "#54B4B5" # type
entity.name.type: "#54B4B5" # type
entity.name.namespace: "#A9B2C4" # namespace
entity.name.tag: "#DE8946" # tag
entity.name.label: "#AE9EDC" # decorator
entity.name.section: "#F2C03F" # heading
entity.other: "#D8DEEA" # variable
entity.other.attribute-name: "#F2C03F" # attribute
entity.other.inherited-class: "#54B4B5" # type
invalid: "#DB6052" # invalid
invalid.deprecated: "#AE9EDC" # clay
keyword: "#DE8946" # keyword
keyword.operator: "#8F9AB0" # operator
markup: "#D8DEEA" # text
markup.bold: "#E9EDF5" # strong
markup.italic: "#D8DEEA" # emphasis
markup.heading: "#F2C03F" # heading
markup.link: "#7595DA" # link
markup.list: "#DE8946" # keyword
markup.quote: "#A9B2C4" # quote
markup.raw: "#77C581" # code
markup.inserted: "#77C581" # green
markup.deleted: "#FE8474" # red_hi
markup.changed: "#F2C03F" # yellow
meta: "#D8DEEA" # text
meta.annotation: "#AE9EDC" # decorator
punctuation: "#8F9AB0" # punctuation
punctuation.definition.string: "#77C581" # string
punctuation.section: "#8F9AB0" # punctuation
storage: "#DE8946" # storage
string: "#77C581" # string
string.regexp: "#AE9EDC" # regexp
string.interpolated: "#AE9EDC" # string.escape
support: "#F2C03F" # function
support.class: "#54B4B5" # type
support.type: "#54B4B5" # type.builtin
support.constant: "#FE8474" # constant
support.function.builtin: "#F2C03F" # function.builtin
support.variable: "#FE8474" # variable.builtin
variable: "#D8DEEA" # variable
variable.language: "#FE8474" # variable.builtin
variable.parameter: "#C1C9D8" # parameter
variable.other.property: "#C1C9D8" # property
ui:
accent:
normal: "#DE8946"
border:
normal: "#263451"
chrome:
background:
normal: "#172032"
dark: "#121826"
light: "#263451"
foreground:
normal: "#C1C9D8"
dark: "#A9B2C4"
light: "#D8DEEA"
cursor:
normal:
background: "#F2C03F"
foreground: "#121826"
muted:
background: "#73819C"
foreground: "#1E2941"
deprecated: "#AE9EDC"
global:
background:
normal: "#1E2941"
dark: "#172032"
light: "#263451"
foreground:
normal: "#D8DEEA"
dark: "#C1C9D8"
light: "#E9EDF5"
gutter:
background: "#1E2941"
foreground: "#73819C"
highlight:
button:
background: "#303F61"
foreground: "#E9EDF5"
line:
background: "#263451"
foreground: "#F2C03F"
search:
background: "#5E5640"
foreground: "#E9EDF5"
text:
background: "#303F61"
foreground: "#D8DEEA"
active-background: "#3D4F72"
active-foreground: "#E9EDF5"
indent-guide:
background: "#303F61"
active-background: "#576685"
link:
normal:
background: "#1E2941"
foreground: "#7595DA"
selection:
background: "#3D4F72"
foreground: "#E9EDF5"
inactive-background: "#303F61"
status:Showing 150 of 159 lines.
base16/london-deep-level.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/london-deep-level.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "London Deep Level"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#121A2D" # base (Paneling)
base01: "#1A243A" # surface0 (Coppertone)
base02: "#303E5B" # surface2 (Corduroy)
base03: "#6F7C97" # overlay1 (Cardboard)
base04: "#A5AEC0" # subtext0 (Khaki)
base05: "#D4DAE7" # text (Parchment)
base06: "#E7EBF3" # text_hi (Ivory)
base07: "#E7EBF3" # text_hi (Ivory)
base08: "#DB6052" # red (Redbird)
base09: "#FE8474" # red_hi (Redbird bright)
base0A: "#F2C03F" # yellow (Harvest gold)
base0B: "#77C581" # green (Avocado)
base0C: "#54B4B5" # sage (Seafoam tile)
base0D: "#7595DA" # denim (Faded denim)
base0E: "#DE8946" # orange (Burnt orange)
base0F: "#AE9EDC" # clay (Terracotta)base24/london-deep-level.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/london-deep-level.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "London Deep Level"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#121A2D" # base (Paneling)
base01: "#1A243A" # surface0 (Coppertone)
base02: "#303E5B" # surface2 (Corduroy)
base03: "#6F7C97" # overlay1 (Cardboard)
base04: "#A5AEC0" # subtext0 (Khaki)
base05: "#D4DAE7" # text (Parchment)
base06: "#E7EBF3" # text_hi (Ivory)
base07: "#E7EBF3" # text_hi (Ivory)
base08: "#DB6052" # red (Redbird)
base09: "#FE8474" # red_hi (Redbird bright)
base0A: "#F2C03F" # yellow (Harvest gold)
base0B: "#77C581" # green (Avocado)
base0C: "#54B4B5" # sage (Seafoam tile)
base0D: "#7595DA" # denim (Faded denim)
base0E: "#DE8946" # orange (Burnt orange)
base0F: "#AE9EDC" # clay (Terracotta)
base10: "#0D1421" # mantle (Espresso)
base11: "#0A0E18" # crust (Blackout)
base12: "#FE8474" # red_hi (Redbird bright)
base13: "#FFD36C" # yellow_hi (Broadway yellow)
base14: "#9AD2A0" # green_hi (Avocado bright)
base15: "#72D1D3" # sage_hi (Seafoam bright)
base16: "#8BB0FF" # denim_hi (Denim bright)
base17: "#E5AA7F" # orange_hi (Sixth Avenue)tinted8/london-deep-level.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/london-deep-level.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "London Deep Level"
slug: "london-deep-level"
family: "Subway Seat"
style: "London Deep Level"
description: "Below the cut-and-cover lines. The ground drops; the signals don't."
variant: "dark"
palette:
black: "#121A2D"
black-bright: "#232F49"
black-dim: "#0D1421"
white: "#D4DAE7"
white-bright: "#E7EBF3"
white-dim: "#BEC6D5"
gray: "#6F7C97"
gray-bright: "#8B96AC"
gray-dim: "#53617D"
red: "#DB6052"
red-bright: "#FE8474"
green: "#77C581"
green-bright: "#9AD2A0"
yellow: "#F2C03F"
yellow-bright: "#FFD36C"
blue: "#7595DA"
blue-bright: "#8BB0FF"
magenta: "#DE8946"
magenta-bright: "#E5AA7F"
cyan: "#54B4B5"
cyan-bright: "#72D1D3"
orange: "#DE8946"
orange-bright: "#E5AA7F"
brown: "#AE9EDC"
syntax:
comment: "#6F7C97" # comment
punctuation.definition.comment: "#6F7C97" # comment
constant: "#FE8474" # constant
constant.numeric: "#FE8474" # number
constant.language: "#FE8474" # boolean
constant.character: "#AE9EDC" # string.escape
entity.name: "#D4DAE7" # variable
entity.name.function: "#F2C03F" # function
entity.name.class: "#54B4B5" # type
entity.name.type: "#54B4B5" # type
entity.name.namespace: "#A5AEC0" # namespace
entity.name.tag: "#DE8946" # tag
entity.name.label: "#AE9EDC" # decorator
entity.name.section: "#F2C03F" # heading
entity.other: "#D4DAE7" # variable
entity.other.attribute-name: "#F2C03F" # attribute
entity.other.inherited-class: "#54B4B5" # type
invalid: "#DB6052" # invalid
invalid.deprecated: "#AE9EDC" # clay
keyword: "#DE8946" # keyword
keyword.operator: "#8B96AC" # operator
markup: "#D4DAE7" # text
markup.bold: "#E7EBF3" # strong
markup.italic: "#D4DAE7" # emphasis
markup.heading: "#F2C03F" # heading
markup.link: "#7595DA" # link
markup.list: "#DE8946" # keyword
markup.quote: "#A5AEC0" # quote
markup.raw: "#77C581" # code
markup.inserted: "#77C581" # green
markup.deleted: "#FE8474" # red_hi
markup.changed: "#F2C03F" # yellow
meta: "#D4DAE7" # text
meta.annotation: "#AE9EDC" # decorator
punctuation: "#8B96AC" # punctuation
punctuation.definition.string: "#77C581" # string
punctuation.section: "#8B96AC" # punctuation
storage: "#DE8946" # storage
string: "#77C581" # string
string.regexp: "#AE9EDC" # regexp
string.interpolated: "#AE9EDC" # string.escape
support: "#F2C03F" # function
support.class: "#54B4B5" # type
support.type: "#54B4B5" # type.builtin
support.constant: "#FE8474" # constant
support.function.builtin: "#F2C03F" # function.builtin
support.variable: "#FE8474" # variable.builtin
variable: "#D4DAE7" # variable
variable.language: "#FE8474" # variable.builtin
variable.parameter: "#BEC6D5" # parameter
variable.other.property: "#BEC6D5" # property
ui:
accent:
normal: "#DE8946"
border:
normal: "#1A243A"
chrome:
background:
normal: "#0D1421"
dark: "#0A0E18"
light: "#1A243A"
foreground:
normal: "#BEC6D5"
dark: "#A5AEC0"
light: "#D4DAE7"
cursor:
normal:
background: "#F2C03F"
foreground: "#0A0E18"
muted:
background: "#6F7C97"
foreground: "#121A2D"
deprecated: "#AE9EDC"
global:
background:
normal: "#121A2D"
dark: "#0D1421"
light: "#1A243A"
foreground:
normal: "#D4DAE7"
dark: "#BEC6D5"
light: "#E7EBF3"
gutter:
background: "#121A2D"
foreground: "#6F7C97"
highlight:
button:
background: "#232F49"
foreground: "#E7EBF3"
line:
background: "#1A243A"
foreground: "#F2C03F"
search:
background: "#554C32"
foreground: "#E7EBF3"
text:
background: "#232F49"
foreground: "#D4DAE7"
active-background: "#303E5B"
active-foreground: "#E7EBF3"
indent-guide:
background: "#232F49"
active-background: "#53617D"
link:
normal:
background: "#121A2D"
foreground: "#7595DA"
selection:
background: "#303E5B"
foreground: "#E7EBF3"
inactive-background: "#232F49"
status:Showing 150 of 159 lines.
base16/london-portland.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/london-portland.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "London Portland"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#E8F0FF" # base (Portland base)
base01: "#BFCFF1" # surface0 (Portland surface0)
base02: "#A8BBE2" # surface1 (Portland surface1)
base03: "#697794" # overlay1 (Portland overlay1)
base04: "#4A5469" # subtext0 (Portland subtext0)
base05: "#293040" # text (Portland text)
base06: "#1B202B" # text_hi (Portland text hi)
base07: "#1B202B" # text_hi (Portland text hi)
base08: "#9B211A" # red (Redbird)
base09: "#CC2E25" # red_hi (Redbird bright)
base0A: "#8D6C08" # yellow (Harvest gold)
base0B: "#0D8131" # green (Avocado)
base0C: "#007376" # sage (Seafoam tile)
base0D: "#0019A8" # denim (Faded denim)
base0E: "#A54300" # orange (Burnt orange)
base0F: "#755FA9" # clay (Terracotta)base24/london-portland.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/london-portland.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "London Portland"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#E8F0FF" # base (Portland base)
base01: "#BFCFF1" # surface0 (Portland surface0)
base02: "#A8BBE2" # surface1 (Portland surface1)
base03: "#697794" # overlay1 (Portland overlay1)
base04: "#4A5469" # subtext0 (Portland subtext0)
base05: "#293040" # text (Portland text)
base06: "#1B202B" # text_hi (Portland text hi)
base07: "#1B202B" # text_hi (Portland text hi)
base08: "#9B211A" # red (Redbird)
base09: "#CC2E25" # red_hi (Redbird bright)
base0A: "#8D6C08" # yellow (Harvest gold)
base0B: "#0D8131" # green (Avocado)
base0C: "#007376" # sage (Seafoam tile)
base0D: "#0019A8" # denim (Faded denim)
base0E: "#A54300" # orange (Burnt orange)
base0F: "#755FA9" # clay (Terracotta)
base10: "#DCE5F7" # mantle (Portland mantle)
base11: "#CCDAF2" # crust (Portland crust)
base12: "#CC2E25" # red_hi (Redbird bright)
base13: "#9B770A" # yellow_hi (Broadway yellow)
base14: "#008730" # green_hi (Avocado bright)
base15: "#008688" # sage_hi (Seafoam bright)
base16: "#4A6EBD" # denim_hi (Denim bright)
base17: "#AC5A00" # orange_hi (Sixth Avenue)tinted8/london-portland.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/london-portland.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "London Portland"
slug: "london-portland"
family: "Subway Seat"
style: "London Portland"
description: "Holden's Portland stone. Links are the exact Corporate Blue."
variant: "light"
palette:
black: "#293040"
black-bright: "#3C4557"
black-dim: "#1B202B"
white: "#E8F0FF"
white-bright: "#F4F8FF"
white-dim: "#DCE5F7"
gray: "#697794"
gray-bright: "#8192B4"
gray-dim: "#556179"
red: "#9B211A"
red-bright: "#CC2E25"
green: "#0D8131"
green-bright: "#008730"
yellow: "#8D6C08"
yellow-bright: "#9B770A"
blue: "#0019A8"
blue-bright: "#4A6EBD"
magenta: "#A54300"
magenta-bright: "#AC5A00"
cyan: "#007376"
cyan-bright: "#008688"
orange: "#A54300"
orange-bright: "#AC5A00"
brown: "#755FA9"
syntax:
comment: "#697794" # comment
punctuation.definition.comment: "#697794" # comment
constant: "#CC2E25" # constant
constant.numeric: "#CC2E25" # number
constant.language: "#CC2E25" # boolean
constant.character: "#755FA9" # string.escape
entity.name: "#293040" # variable
entity.name.function: "#8D6C08" # function
entity.name.class: "#007376" # type
entity.name.type: "#007376" # type
entity.name.namespace: "#4A5469" # namespace
entity.name.tag: "#A54300" # tag
entity.name.label: "#755FA9" # decorator
entity.name.section: "#8D6C08" # heading
entity.other: "#293040" # variable
entity.other.attribute-name: "#8D6C08" # attribute
entity.other.inherited-class: "#007376" # type
invalid: "#9B211A" # invalid
invalid.deprecated: "#755FA9" # clay
keyword: "#A54300" # keyword
keyword.operator: "#556179" # operator
markup: "#293040" # text
markup.bold: "#1B202B" # strong
markup.italic: "#293040" # emphasis
markup.heading: "#8D6C08" # heading
markup.link: "#0019A8" # link
markup.list: "#A54300" # keyword
markup.quote: "#4A5469" # quote
markup.raw: "#0D8131" # code
markup.inserted: "#0D8131" # green
markup.deleted: "#CC2E25" # red_hi
markup.changed: "#8D6C08" # yellow
meta: "#293040" # text
meta.annotation: "#755FA9" # decorator
punctuation: "#556179" # punctuation
punctuation.definition.string: "#0D8131" # string
punctuation.section: "#556179" # punctuation
storage: "#A54300" # storage
string: "#0D8131" # string
string.regexp: "#755FA9" # regexp
string.interpolated: "#755FA9" # string.escape
support: "#8D6C08" # function
support.class: "#007376" # type
support.type: "#007376" # type.builtin
support.constant: "#CC2E25" # constant
support.function.builtin: "#8D6C08" # function.builtin
support.variable: "#CC2E25" # variable.builtin
variable: "#293040" # variable
variable.language: "#CC2E25" # variable.builtin
variable.parameter: "#3C4557" # parameter
variable.other.property: "#3C4557" # property
ui:
accent:
normal: "#A54300"
border:
normal: "#A8BBE2"
chrome:
background:
normal: "#DCE5F7"
dark: "#CCDAF2"
light: "#F4F8FF"
foreground:
normal: "#3C4557"
dark: "#4A5469"
light: "#293040"
cursor:
normal:
background: "#A54300"
foreground: "#E8F0FF"
muted:
background: "#697794"
foreground: "#E8F0FF"
deprecated: "#755FA9"
global:
background:
normal: "#E8F0FF"
dark: "#DCE5F7"
light: "#F4F8FF"
foreground:
normal: "#293040"
dark: "#3C4557"
light: "#1B202B"
gutter:
background: "#E8F0FF"
foreground: "#697794"
highlight:
button:
background: "#BFCFF1"
foreground: "#1B202B"
line:
background: "#DCE5F7"
foreground: "#A54300"
search:
background: "#CDC8B5"
foreground: "#1B202B"
text:
background: "#BFCFF1"
foreground: "#293040"
active-background: "#A8BBE2"
active-foreground: "#1B202B"
indent-guide:
background: "#BFCFF1"
active-background: "#8192B4"
link:
normal:
background: "#E8F0FF"
foreground: "#0019A8"
selection:
background: "#A8BBE2"
foreground: "#1B202B"
inactive-background: "#BFCFF1"
status:Showing 150 of 159 lines.
base16/paris-guimard.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/paris-guimard.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Paris Guimard"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#1E2E26" # base (Paneling)
base01: "#263930" # surface0 (Coppertone)
base02: "#3E554A" # surface2 (Corduroy)
base03: "#74857C" # overlay1 (Cardboard)
base04: "#A9B5AE" # subtext0 (Khaki)
base05: "#D9E1DB" # text (Parchment)
base06: "#E9EEEC" # text_hi (Ivory)
base07: "#E9EEEC" # text_hi (Ivory)
base08: "#C7665B" # red (Redbird)
base09: "#E7877B" # red_hi (Redbird bright)
base0A: "#F1BF4B" # yellow (Harvest gold)
base0B: "#70CAA9" # green (Avocado)
base0C: "#549B9F" # sage (Seafoam tile)
base0D: "#709BC8" # denim (Faded denim)
base0E: "#CA9245" # orange (Burnt orange)
base0F: "#FAB49C" # clay (Terracotta)base24/paris-guimard.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/paris-guimard.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Paris Guimard"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#1E2E26" # base (Paneling)
base01: "#263930" # surface0 (Coppertone)
base02: "#3E554A" # surface2 (Corduroy)
base03: "#74857C" # overlay1 (Cardboard)
base04: "#A9B5AE" # subtext0 (Khaki)
base05: "#D9E1DB" # text (Parchment)
base06: "#E9EEEC" # text_hi (Ivory)
base07: "#E9EEEC" # text_hi (Ivory)
base08: "#C7665B" # red (Redbird)
base09: "#E7877B" # red_hi (Redbird bright)
base0A: "#F1BF4B" # yellow (Harvest gold)
base0B: "#70CAA9" # green (Avocado)
base0C: "#549B9F" # sage (Seafoam tile)
base0D: "#709BC8" # denim (Faded denim)
base0E: "#CA9245" # orange (Burnt orange)
base0F: "#FAB49C" # clay (Terracotta)
base10: "#18241D" # mantle (Espresso)
base11: "#131A17" # crust (Blackout)
base12: "#E7877B" # red_hi (Redbird bright)
base13: "#FFD57A" # yellow_hi (Broadway yellow)
base14: "#89DEBE" # green_hi (Avocado bright)
base15: "#70B5B9" # sage_hi (Seafoam bright)
base16: "#8DB6E2" # denim_hi (Denim bright)
base17: "#DFAA61" # orange_hi (Sixth Avenue)tinted8/paris-guimard.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/paris-guimard.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Paris Guimard"
slug: "paris-guimard"
family: "Subway Seat"
style: "Paris Guimard"
description: "Cast iron off a Metro entrance, which is nearly black. Brass leads."
variant: "dark"
palette:
black: "#1E2E26"
black-bright: "#30463B"
black-dim: "#18241D"
white: "#D9E1DB"
white-bright: "#E9EEEC"
white-dim: "#C2CBC5"
gray: "#74857C"
gray-bright: "#909E96"
gray-dim: "#586B61"
red: "#C7665B"
red-bright: "#E7877B"
green: "#70CAA9"
green-bright: "#89DEBE"
yellow: "#F1BF4B"
yellow-bright: "#FFD57A"
blue: "#709BC8"
blue-bright: "#8DB6E2"
magenta: "#CA9245"
magenta-bright: "#DFAA61"
cyan: "#549B9F"
cyan-bright: "#70B5B9"
orange: "#CA9245"
orange-bright: "#DFAA61"
brown: "#FAB49C"
syntax:
comment: "#74857C" # comment
punctuation.definition.comment: "#74857C" # comment
constant: "#E7877B" # constant
constant.numeric: "#E7877B" # number
constant.language: "#E7877B" # boolean
constant.character: "#FAB49C" # string.escape
entity.name: "#D9E1DB" # variable
entity.name.function: "#F1BF4B" # function
entity.name.class: "#549B9F" # type
entity.name.type: "#549B9F" # type
entity.name.namespace: "#A9B5AE" # namespace
entity.name.tag: "#CA9245" # tag
entity.name.label: "#FAB49C" # decorator
entity.name.section: "#F1BF4B" # heading
entity.other: "#D9E1DB" # variable
entity.other.attribute-name: "#F1BF4B" # attribute
entity.other.inherited-class: "#549B9F" # type
invalid: "#C7665B" # invalid
invalid.deprecated: "#FAB49C" # clay
keyword: "#CA9245" # keyword
keyword.operator: "#909E96" # operator
markup: "#D9E1DB" # text
markup.bold: "#E9EEEC" # strong
markup.italic: "#D9E1DB" # emphasis
markup.heading: "#F1BF4B" # heading
markup.link: "#709BC8" # link
markup.list: "#CA9245" # keyword
markup.quote: "#A9B5AE" # quote
markup.raw: "#70CAA9" # code
markup.inserted: "#70CAA9" # green
markup.deleted: "#E7877B" # red_hi
markup.changed: "#F1BF4B" # yellow
meta: "#D9E1DB" # text
meta.annotation: "#FAB49C" # decorator
punctuation: "#909E96" # punctuation
punctuation.definition.string: "#70CAA9" # string
punctuation.section: "#909E96" # punctuation
storage: "#CA9245" # storage
string: "#70CAA9" # string
string.regexp: "#FAB49C" # regexp
string.interpolated: "#FAB49C" # string.escape
support: "#F1BF4B" # function
support.class: "#549B9F" # type
support.type: "#549B9F" # type.builtin
support.constant: "#E7877B" # constant
support.function.builtin: "#F1BF4B" # function.builtin
support.variable: "#E7877B" # variable.builtin
variable: "#D9E1DB" # variable
variable.language: "#E7877B" # variable.builtin
variable.parameter: "#C2CBC5" # parameter
variable.other.property: "#C2CBC5" # property
ui:
accent:
normal: "#CA9245"
border:
normal: "#263930"
chrome:
background:
normal: "#18241D"
dark: "#131A17"
light: "#263930"
foreground:
normal: "#C2CBC5"
dark: "#A9B5AE"
light: "#D9E1DB"
cursor:
normal:
background: "#F1BF4B"
foreground: "#131A17"
muted:
background: "#74857C"
foreground: "#1E2E26"
deprecated: "#FAB49C"
global:
background:
normal: "#1E2E26"
dark: "#18241D"
light: "#263930"
foreground:
normal: "#D9E1DB"
dark: "#C2CBC5"
light: "#E9EEEC"
gutter:
background: "#1E2E26"
foreground: "#74857C"
highlight:
button:
background: "#30463B"
foreground: "#E9EEEC"
line:
background: "#263930"
foreground: "#F1BF4B"
search:
background: "#5D5A31"
foreground: "#E9EEEC"
text:
background: "#30463B"
foreground: "#D9E1DB"
active-background: "#3E554A"
active-foreground: "#E9EEEC"
indent-guide:
background: "#30463B"
active-background: "#586B61"
link:
normal:
background: "#1E2E26"
foreground: "#709BC8"
selection:
background: "#3E554A"
foreground: "#E9EEEC"
inactive-background: "#30463B"
status:Showing 150 of 159 lines.
base16/paris-catacombes.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/paris-catacombes.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Paris Catacombes"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#121E19" # base (Paneling)
base01: "#1A2921" # surface0 (Coppertone)
base02: "#31433A" # surface2 (Corduroy)
base03: "#708178" # overlay1 (Cardboard)
base04: "#A5B1AA" # subtext0 (Khaki)
base05: "#D4DDD7" # text (Parchment)
base06: "#E7ECEA" # text_hi (Ivory)
base07: "#E7ECEA" # text_hi (Ivory)
base08: "#C7665B" # red (Redbird)
base09: "#E7877B" # red_hi (Redbird bright)
base0A: "#F1BF4B" # yellow (Harvest gold)
base0B: "#70CAA9" # green (Avocado)
base0C: "#549B9F" # sage (Seafoam tile)
base0D: "#709BC8" # denim (Faded denim)
base0E: "#CA9245" # orange (Burnt orange)
base0F: "#FAB49C" # clay (Terracotta)base24/paris-catacombes.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/paris-catacombes.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Paris Catacombes"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "dark"
palette:
base00: "#121E19" # base (Paneling)
base01: "#1A2921" # surface0 (Coppertone)
base02: "#31433A" # surface2 (Corduroy)
base03: "#708178" # overlay1 (Cardboard)
base04: "#A5B1AA" # subtext0 (Khaki)
base05: "#D4DDD7" # text (Parchment)
base06: "#E7ECEA" # text_hi (Ivory)
base07: "#E7ECEA" # text_hi (Ivory)
base08: "#C7665B" # red (Redbird)
base09: "#E7877B" # red_hi (Redbird bright)
base0A: "#F1BF4B" # yellow (Harvest gold)
base0B: "#70CAA9" # green (Avocado)
base0C: "#549B9F" # sage (Seafoam tile)
base0D: "#709BC8" # denim (Faded denim)
base0E: "#CA9245" # orange (Burnt orange)
base0F: "#FAB49C" # clay (Terracotta)
base10: "#0D1711" # mantle (Espresso)
base11: "#0A100D" # crust (Blackout)
base12: "#E7877B" # red_hi (Redbird bright)
base13: "#FFD57A" # yellow_hi (Broadway yellow)
base14: "#89DEBE" # green_hi (Avocado bright)
base15: "#70B5B9" # sage_hi (Seafoam bright)
base16: "#8DB6E2" # denim_hi (Denim bright)
base17: "#DFAA61" # orange_hi (Sixth Avenue)tinted8/paris-catacombes.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/paris-catacombes.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Paris Catacombes"
slug: "paris-catacombes"
family: "Subway Seat"
style: "Paris Catacombes"
description: "Under the quarries: the same green with the lights turned down."
variant: "dark"
palette:
black: "#121E19"
black-bright: "#24342C"
black-dim: "#0D1711"
white: "#D4DDD7"
white-bright: "#E7ECEA"
white-dim: "#BFC8C2"
gray: "#708178"
gray-bright: "#8C9A92"
gray-dim: "#54655C"
red: "#C7665B"
red-bright: "#E7877B"
green: "#70CAA9"
green-bright: "#89DEBE"
yellow: "#F1BF4B"
yellow-bright: "#FFD57A"
blue: "#709BC8"
blue-bright: "#8DB6E2"
magenta: "#CA9245"
magenta-bright: "#DFAA61"
cyan: "#549B9F"
cyan-bright: "#70B5B9"
orange: "#CA9245"
orange-bright: "#DFAA61"
brown: "#FAB49C"
syntax:
comment: "#708178" # comment
punctuation.definition.comment: "#708178" # comment
constant: "#E7877B" # constant
constant.numeric: "#E7877B" # number
constant.language: "#E7877B" # boolean
constant.character: "#FAB49C" # string.escape
entity.name: "#D4DDD7" # variable
entity.name.function: "#F1BF4B" # function
entity.name.class: "#549B9F" # type
entity.name.type: "#549B9F" # type
entity.name.namespace: "#A5B1AA" # namespace
entity.name.tag: "#CA9245" # tag
entity.name.label: "#FAB49C" # decorator
entity.name.section: "#F1BF4B" # heading
entity.other: "#D4DDD7" # variable
entity.other.attribute-name: "#F1BF4B" # attribute
entity.other.inherited-class: "#549B9F" # type
invalid: "#C7665B" # invalid
invalid.deprecated: "#FAB49C" # clay
keyword: "#CA9245" # keyword
keyword.operator: "#8C9A92" # operator
markup: "#D4DDD7" # text
markup.bold: "#E7ECEA" # strong
markup.italic: "#D4DDD7" # emphasis
markup.heading: "#F1BF4B" # heading
markup.link: "#709BC8" # link
markup.list: "#CA9245" # keyword
markup.quote: "#A5B1AA" # quote
markup.raw: "#70CAA9" # code
markup.inserted: "#70CAA9" # green
markup.deleted: "#E7877B" # red_hi
markup.changed: "#F1BF4B" # yellow
meta: "#D4DDD7" # text
meta.annotation: "#FAB49C" # decorator
punctuation: "#8C9A92" # punctuation
punctuation.definition.string: "#70CAA9" # string
punctuation.section: "#8C9A92" # punctuation
storage: "#CA9245" # storage
string: "#70CAA9" # string
string.regexp: "#FAB49C" # regexp
string.interpolated: "#FAB49C" # string.escape
support: "#F1BF4B" # function
support.class: "#549B9F" # type
support.type: "#549B9F" # type.builtin
support.constant: "#E7877B" # constant
support.function.builtin: "#F1BF4B" # function.builtin
support.variable: "#E7877B" # variable.builtin
variable: "#D4DDD7" # variable
variable.language: "#E7877B" # variable.builtin
variable.parameter: "#BFC8C2" # parameter
variable.other.property: "#BFC8C2" # property
ui:
accent:
normal: "#CA9245"
border:
normal: "#1A2921"
chrome:
background:
normal: "#0D1711"
dark: "#0A100D"
light: "#1A2921"
foreground:
normal: "#BFC8C2"
dark: "#A5B1AA"
light: "#D4DDD7"
cursor:
normal:
background: "#F1BF4B"
foreground: "#0A100D"
muted:
background: "#708178"
foreground: "#121E19"
deprecated: "#FAB49C"
global:
background:
normal: "#121E19"
dark: "#0D1711"
light: "#1A2921"
foreground:
normal: "#D4DDD7"
dark: "#BFC8C2"
light: "#E7ECEA"
gutter:
background: "#121E19"
foreground: "#708178"
highlight:
button:
background: "#24342C"
foreground: "#E7ECEA"
line:
background: "#1A2921"
foreground: "#F1BF4B"
search:
background: "#554E28"
foreground: "#E7ECEA"
text:
background: "#24342C"
foreground: "#D4DDD7"
active-background: "#31433A"
active-foreground: "#E7ECEA"
indent-guide:
background: "#24342C"
active-background: "#54655C"
link:
normal:
background: "#121E19"
foreground: "#709BC8"
selection:
background: "#31433A"
foreground: "#E7ECEA"
inactive-background: "#24342C"
status:Showing 150 of 159 lines.
base16/paris-carrelage.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base16/paris-carrelage.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base16"
name: "Paris Carrelage"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#EEF2F1" # base (Carrelage base)
base01: "#C6D2CF" # surface0 (Carrelage surface0)
base02: "#B0BFBB" # surface1 (Carrelage surface1)
base03: "#6C7C76" # overlay1 (Carrelage overlay1)
base04: "#4A5752" # subtext0 (Carrelage subtext0)
base05: "#27342F" # text (Carrelage text)
base06: "#19221E" # text_hi (Carrelage text hi)
base07: "#19221E" # text_hi (Carrelage text hi)
base08: "#88251E" # red (Redbird)
base09: "#AC3B32" # red_hi (Redbird bright)
base0A: "#916D07" # yellow (Harvest gold)
base0B: "#218366" # green (Avocado)
base0C: "#006267" # sage (Seafoam tile)
base0D: "#25629B" # denim (Faded denim)
base0E: "#764C00" # orange (Burnt orange)
base0F: "#B36B51" # clay (Terracotta)base24/paris-carrelage.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/base24/paris-carrelage.yamltinty's data folder;
tinty config --data-dir-path shows where yours is# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
system: "base24"
name: "Paris Carrelage"
author: "oddurs (https://github.com/oddurs/subway-seat)"
variant: "light"
palette:
base00: "#EEF2F1" # base (Carrelage base)
base01: "#C6D2CF" # surface0 (Carrelage surface0)
base02: "#B0BFBB" # surface1 (Carrelage surface1)
base03: "#6C7C76" # overlay1 (Carrelage overlay1)
base04: "#4A5752" # subtext0 (Carrelage subtext0)
base05: "#27342F" # text (Carrelage text)
base06: "#19221E" # text_hi (Carrelage text hi)
base07: "#19221E" # text_hi (Carrelage text hi)
base08: "#88251E" # red (Redbird)
base09: "#AC3B32" # red_hi (Redbird bright)
base0A: "#916D07" # yellow (Harvest gold)
base0B: "#218366" # green (Avocado)
base0C: "#006267" # sage (Seafoam tile)
base0D: "#25629B" # denim (Faded denim)
base0E: "#764C00" # orange (Burnt orange)
base0F: "#B36B51" # clay (Terracotta)
base10: "#E1E6E5" # mantle (Carrelage mantle)
base11: "#D5DBDA" # crust (Carrelage crust)
base12: "#AC3B32" # red_hi (Redbird bright)
base13: "#A07A12" # yellow_hi (Broadway yellow)
base14: "#278D6E" # green_hi (Avocado bright)
base15: "#027479" # sage_hi (Seafoam bright)
base16: "#3D75AD" # denim_hi (Denim bright)
base17: "#885A00" # orange_hi (Sixth Avenue)tinted8/paris-carrelage.yamlsave as ~/.local/share/tinted-theming/tinty/custom-schemes/tinted8/paris-carrelage.yamltinty's data folder;
tinty apply tinted8-… needs templates that support Tinted8# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
scheme:
system: "tinted8"
supports:
styling-spec: "0.2.0"
author: "oddurs (https://github.com/oddurs/subway-seat)"
name: "Paris Carrelage"
slug: "paris-carrelage"
family: "Subway Seat"
style: "Paris Carrelage"
description: "Bevelled white tile under a vaulted platform. The light one."
variant: "light"
palette:
black: "#27342F"
black-bright: "#3B4742"
black-dim: "#19221E"
white: "#EEF2F1"
white-bright: "#F6F8F8"
white-dim: "#E1E6E5"
gray: "#6C7C76"
gray-bright: "#859792"
gray-dim: "#56645F"
red: "#88251E"
red-bright: "#AC3B32"
green: "#218366"
green-bright: "#278D6E"
yellow: "#916D07"
yellow-bright: "#A07A12"
blue: "#25629B"
blue-bright: "#3D75AD"
magenta: "#764C00"
magenta-bright: "#885A00"
cyan: "#006267"
cyan-bright: "#027479"
orange: "#764C00"
orange-bright: "#885A00"
brown: "#B36B51"
syntax:
comment: "#6C7C76" # comment
punctuation.definition.comment: "#6C7C76" # comment
constant: "#AC3B32" # constant
constant.numeric: "#AC3B32" # number
constant.language: "#AC3B32" # boolean
constant.character: "#B36B51" # string.escape
entity.name: "#27342F" # variable
entity.name.function: "#916D07" # function
entity.name.class: "#006267" # type
entity.name.type: "#006267" # type
entity.name.namespace: "#4A5752" # namespace
entity.name.tag: "#764C00" # tag
entity.name.label: "#B36B51" # decorator
entity.name.section: "#916D07" # heading
entity.other: "#27342F" # variable
entity.other.attribute-name: "#916D07" # attribute
entity.other.inherited-class: "#006267" # type
invalid: "#88251E" # invalid
invalid.deprecated: "#B36B51" # clay
keyword: "#764C00" # keyword
keyword.operator: "#56645F" # operator
markup: "#27342F" # text
markup.bold: "#19221E" # strong
markup.italic: "#27342F" # emphasis
markup.heading: "#916D07" # heading
markup.link: "#25629B" # link
markup.list: "#764C00" # keyword
markup.quote: "#4A5752" # quote
markup.raw: "#218366" # code
markup.inserted: "#218366" # green
markup.deleted: "#AC3B32" # red_hi
markup.changed: "#916D07" # yellow
meta: "#27342F" # text
meta.annotation: "#B36B51" # decorator
punctuation: "#56645F" # punctuation
punctuation.definition.string: "#218366" # string
punctuation.section: "#56645F" # punctuation
storage: "#764C00" # storage
string: "#218366" # string
string.regexp: "#B36B51" # regexp
string.interpolated: "#B36B51" # string.escape
support: "#916D07" # function
support.class: "#006267" # type
support.type: "#006267" # type.builtin
support.constant: "#AC3B32" # constant
support.function.builtin: "#916D07" # function.builtin
support.variable: "#AC3B32" # variable.builtin
variable: "#27342F" # variable
variable.language: "#AC3B32" # variable.builtin
variable.parameter: "#3B4742" # parameter
variable.other.property: "#3B4742" # property
ui:
accent:
normal: "#764C00"
border:
normal: "#B0BFBB"
chrome:
background:
normal: "#E1E6E5"
dark: "#D5DBDA"
light: "#F6F8F8"
foreground:
normal: "#3B4742"
dark: "#4A5752"
light: "#27342F"
cursor:
normal:
background: "#764C00"
foreground: "#EEF2F1"
muted:
background: "#6C7C76"
foreground: "#EEF2F1"
deprecated: "#B36B51"
global:
background:
normal: "#EEF2F1"
dark: "#E1E6E5"
light: "#F6F8F8"
foreground:
normal: "#27342F"
dark: "#3B4742"
light: "#19221E"
gutter:
background: "#EEF2F1"
foreground: "#6C7C76"
highlight:
button:
background: "#C6D2CF"
foreground: "#19221E"
line:
background: "#E1E6E5"
foreground: "#764C00"
search:
background: "#D2CAAB"
foreground: "#19221E"
text:
background: "#C6D2CF"
foreground: "#27342F"
active-background: "#B0BFBB"
active-foreground: "#19221E"
indent-guide:
background: "#C6D2CF"
active-background: "#859792"
link:
normal:
background: "#EEF2F1"
foreground: "#25629B"
selection:
background: "#B0BFBB"
foreground: "#19221E"
inactive-background: "#C6D2CF"
status:Showing 150 of 159 lines.