TerminalsNeeds Alacritty 0.14+
Alacritty
Normal, bright and dim colors, both cursors, selection, search, hints, footer bar and line indicator. If your alacritty.toml already has a [general] table, add the import line to it; a second [general] is a TOML error. Alacritty doesn't follow the system light/dark setting, so pick one flavor.
Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.
Alacritty 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 alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only alacritty
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only alacritty
Turn it on
[general]
import = ["~/.config/alacritty/themes/subway-seat.toml"][general]
import = ["~/.config/alacritty/themes/subway-seat-tunnel.toml"][general]
import = ["~/.config/alacritty/themes/subway-seat-enamel.toml"][general]
import = ["~/.config/alacritty/themes/london-moquette.toml"][general]
import = ["~/.config/alacritty/themes/london-deep-level.toml"][general]
import = ["~/.config/alacritty/themes/london-portland.toml"][general]
import = ["~/.config/alacritty/themes/paris-guimard.toml"][general]
import = ["~/.config/alacritty/themes/paris-catacombes.toml"][general]
import = ["~/.config/alacritty/themes/paris-carrelage.toml"]The files
subway-seat.tomlsave as ~/.config/alacritty/themes/subway-seat.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat
[colors.primary]
background = "#362619"
foreground = "#EDDCBC"
dim_foreground = "#AE9575"
bright_foreground = "#F8ECD4"
[colors.cursor]
text = "#362619"
cursor = "#F3BF45"
[colors.vi_mode_cursor]
text = "#362619"
cursor = "#86AD95"
[colors.search.matches]
foreground = "#EDDCBC"
background = "#6F5426"
[colors.search.focused_match]
foreground = "#F8ECD4"
background = "#915225"
[colors.footer_bar]
foreground = "#EDDCBC"
background = "#513B27"
[colors.hints.start]
foreground = "#362619"
background = "#F3BF45"
[colors.hints.end]
foreground = "#362619"
background = "#AE9575"
[colors.line_indicator]
foreground = "#C4AE8C"
background = "#43301F"
[colors.selection]
text = "#F8ECD4"
background = "#634932"
[colors.normal]
black = "#513B27"
red = "#E05C45"
green = "#ADB956"
yellow = "#F3BF45"
blue = "#7F9BAE"
magenta = "#EC7F31"
cyan = "#86AD95"
white = "#D9C6A3"
[colors.bright]
black = "#967B5C"
red = "#FF8373"
green = "#BFCB63"
yellow = "#FFD36B"
blue = "#9DB6C6"
magenta = "#FF9D55"
cyan = "#A5C9B0"
white = "#F8ECD4"
[colors.dim]
black = "#483422"
red = "#A64A36"
green = "#858741"
yellow = "#B38B36"
blue = "#66737B"
magenta = "#AE6129"
cyan = "#6B7F6B"
white = "#A29074"subway-seat-tunnel.tomlsave as ~/.config/alacritty/themes/subway-seat-tunnel.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Tunnel
[colors.primary]
background = "#24180E"
foreground = "#E9D8B6"
dim_foreground = "#AA9171"
bright_foreground = "#F6EAD1"
[colors.cursor]
text = "#24180E"
cursor = "#F3BF45"
[colors.vi_mode_cursor]
text = "#24180E"
cursor = "#86AD95"
[colors.search.matches]
foreground = "#E9D8B6"
background = "#624A1E"
[colors.search.focused_match]
foreground = "#F6EAD1"
background = "#884C20"
[colors.footer_bar]
foreground = "#E9D8B6"
background = "#3D2C1D"
[colors.hints.start]
foreground = "#24180E"
background = "#F3BF45"
[colors.hints.end]
foreground = "#24180E"
background = "#AA9171"
[colors.line_indicator]
foreground = "#C0AA88"
background = "#302115"
[colors.selection]
text = "#F6EAD1"
background = "#4F3927"
[colors.normal]
black = "#3D2C1D"
red = "#E05C45"
green = "#ADB956"
yellow = "#F3BF45"
blue = "#7F9BAE"
magenta = "#EC7F31"
cyan = "#86AD95"
white = "#D6C3A0"
[colors.bright]
black = "#917759"
red = "#FF8373"
green = "#BFCB63"
yellow = "#FFD36B"
blue = "#9DB6C6"
magenta = "#FF9D55"
cyan = "#A5C9B0"
white = "#F6EAD1"
[colors.dim]
black = "#342518"
red = "#A04532"
green = "#7E823E"
yellow = "#AD8632"
blue = "#606E78"
magenta = "#A85C25"
cyan = "#657A67"
white = "#99896E"subway-seat-enamel.tomlsave as ~/.config/alacritty/themes/subway-seat-enamel.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Enamel
[colors.primary]
background = "#F8EFDF"
foreground = "#3E2C1E"
dim_foreground = "#735C44"
bright_foreground = "#2A1D13"
[colors.cursor]
text = "#F8EFDF"
cursor = "#A04800"
[colors.vi_mode_cursor]
text = "#F8EFDF"
cursor = "#3E7157"
[colors.search.matches]
foreground = "#3E2C1E"
background = "#DBC69E"
[colors.search.focused_match]
foreground = "#2A1D13"
background = "#CC9C70"
[colors.footer_bar]
foreground = "#3E2C1E"
background = "#CBB898"
[colors.hints.start]
foreground = "#F8EFDF"
background = "#A04800"
[colors.hints.end]
foreground = "#F8EFDF"
background = "#735C44"
[colors.line_indicator]
foreground = "#654F3B"
background = "#DBCDB3"
[colors.selection]
text = "#2A1D13"
background = "#CBB898"
[colors.normal]
black = "#54402F"
red = "#992418"
green = "#66740F"
yellow = "#976608"
blue = "#3F6480"
magenta = "#A04800"
cyan = "#3E7157"
white = "#BAA380"
[colors.bright]
black = "#8C7254"
red = "#BF4233"
green = "#697813"
yellow = "#A9720A"
blue = "#517791"
magenta = "#BA4D0A"
cyan = "#4C8367"
white = "#CBB898"
[colors.dim]
black = "#8C7C6B"
red = "#B9695C"
green = "#989E56"
yellow = "#B89551"
blue = "#7E93A0"
magenta = "#BE814C"
cyan = "#7D9C85"
white = "#CFBDA0"london-moquette.tomlsave as ~/.config/alacritty/themes/london-moquette.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Moquette
[colors.primary]
background = "#1E2941"
foreground = "#D8DEEA"
dim_foreground = "#8F9AB0"
bright_foreground = "#E9EDF5"
[colors.cursor]
text = "#1E2941"
cursor = "#F2C03F"
[colors.vi_mode_cursor]
text = "#1E2941"
cursor = "#54B4B5"
[colors.search.matches]
foreground = "#D8DEEA"
background = "#5E5640"
[colors.search.focused_match]
foreground = "#E9EDF5"
background = "#7E5944"
[colors.footer_bar]
foreground = "#D8DEEA"
background = "#303F61"
[colors.hints.start]
foreground = "#1E2941"
background = "#F2C03F"
[colors.hints.end]
foreground = "#1E2941"
background = "#8F9AB0"
[colors.line_indicator]
foreground = "#A9B2C4"
background = "#263451"
[colors.selection]
text = "#E9EDF5"
background = "#3D4F72"
[colors.normal]
black = "#303F61"
red = "#DB6052"
green = "#77C581"
yellow = "#F2C03F"
blue = "#7595DA"
magenta = "#DE8946"
cyan = "#54B4B5"
white = "#C1C9D8"
[colors.bright]
black = "#73819C"
red = "#FE8474"
green = "#9AD2A0"
yellow = "#FFD36C"
blue = "#8BB0FF"
magenta = "#E5AA7F"
cyan = "#72D1D3"
white = "#E9EDF5"
[colors.dim]
black = "#2A3856"
red = "#9B4D4C"
green = "#59906B"
yellow = "#AA8D40"
blue = "#5770A6"
magenta = "#9D6844"
cyan = "#42858E"
white = "#8A93A5"london-deep-level.tomlsave as ~/.config/alacritty/themes/london-deep-level.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Deep Level
[colors.primary]
background = "#121A2D"
foreground = "#D4DAE7"
dim_foreground = "#8B96AC"
bright_foreground = "#E7EBF3"
[colors.cursor]
text = "#121A2D"
cursor = "#F2C03F"
[colors.vi_mode_cursor]
text = "#121A2D"
cursor = "#54B4B5"
[colors.search.matches]
foreground = "#D4DAE7"
background = "#554C32"
[colors.search.focused_match]
foreground = "#E7EBF3"
background = "#78523A"
[colors.footer_bar]
foreground = "#D4DAE7"
background = "#232F49"
[colors.hints.start]
foreground = "#121A2D"
background = "#F2C03F"
[colors.hints.end]
foreground = "#121A2D"
background = "#8B96AC"
[colors.line_indicator]
foreground = "#A5AEC0"
background = "#1A243A"
[colors.selection]
text = "#E7EBF3"
background = "#303E5B"
[colors.normal]
black = "#232F49"
red = "#DB6052"
green = "#77C581"
yellow = "#F2C03F"
blue = "#7595DA"
magenta = "#DE8946"
cyan = "#54B4B5"
white = "#BEC6D5"
[colors.bright]
black = "#6F7C97"
red = "#FE8474"
green = "#9AD2A0"
yellow = "#FFD36C"
blue = "#8BB0FF"
magenta = "#E5AA7F"
cyan = "#72D1D3"
white = "#E7EBF3"
[colors.dim]
black = "#1D283F"
red = "#974845"
green = "#558B64"
yellow = "#A68839"
blue = "#536B9F"
magenta = "#99633E"
cyan = "#3E8087"
white = "#848C9C"london-portland.tomlsave as ~/.config/alacritty/themes/london-portland.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Portland
[colors.primary]
background = "#E8F0FF"
foreground = "#293040"
dim_foreground = "#556179"
bright_foreground = "#1B202B"
[colors.cursor]
text = "#E8F0FF"
cursor = "#A54300"
[colors.vi_mode_cursor]
text = "#E8F0FF"
cursor = "#007376"
[colors.search.matches]
foreground = "#293040"
background = "#CDC8B5"
[colors.search.focused_match]
foreground = "#1B202B"
background = "#C69A80"
[colors.footer_bar]
foreground = "#293040"
background = "#A8BBE2"
[colors.hints.start]
foreground = "#E8F0FF"
background = "#A54300"
[colors.hints.end]
foreground = "#E8F0FF"
background = "#556179"
[colors.line_indicator]
foreground = "#4A5469"
background = "#BFCFF1"
[colors.selection]
text = "#1B202B"
background = "#A8BBE2"
[colors.normal]
black = "#3C4557"
red = "#9B211A"
green = "#0D8131"
yellow = "#8D6C08"
blue = "#0019A8"
magenta = "#A54300"
cyan = "#007376"
white = "#93A7CF"
[colors.bright]
black = "#697794"
red = "#CC2E25"
green = "#008730"
yellow = "#9B770A"
blue = "#4A6EBD"
magenta = "#AC5A00"
cyan = "#008688"
white = "#A8BBE2"
[colors.dim]
black = "#767F90"
red = "#B56768"
green = "#57A777"
yellow = "#AC995C"
blue = "#4F62C6"
magenta = "#BC7E57"
cyan = "#4F9EA5"
white = "#B0C0DF"paris-guimard.tomlsave as ~/.config/alacritty/themes/paris-guimard.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Guimard
[colors.primary]
background = "#1E2E26"
foreground = "#D9E1DB"
dim_foreground = "#909E96"
bright_foreground = "#E9EEEC"
[colors.cursor]
text = "#1E2E26"
cursor = "#F1BF4B"
[colors.vi_mode_cursor]
text = "#1E2E26"
cursor = "#549B9F"
[colors.search.matches]
foreground = "#D9E1DB"
background = "#5D5A31"
[colors.search.focused_match]
foreground = "#E9EEEC"
background = "#746036"
[colors.footer_bar]
foreground = "#D9E1DB"
background = "#30463B"
[colors.hints.start]
foreground = "#1E2E26"
background = "#F1BF4B"
[colors.hints.end]
foreground = "#1E2E26"
background = "#909E96"
[colors.line_indicator]
foreground = "#A9B5AE"
background = "#263930"
[colors.selection]
text = "#E9EEEC"
background = "#3E554A"
[colors.normal]
black = "#30463B"
red = "#C7665B"
green = "#70CAA9"
yellow = "#F1BF4B"
blue = "#709BC8"
magenta = "#CA9245"
cyan = "#549B9F"
white = "#C2CBC5"
[colors.bright]
black = "#74857C"
red = "#E7877B"
green = "#89DEBE"
yellow = "#FFD57A"
blue = "#8DB6E2"
magenta = "#DFAA61"
cyan = "#70B5B9"
white = "#E9EEEC"
[colors.dim]
black = "#2A3E34"
red = "#8E5349"
green = "#54957C"
yellow = "#A98E3E"
blue = "#547691"
magenta = "#90703A"
cyan = "#427676"
white = "#8A968F"paris-catacombes.tomlsave as ~/.config/alacritty/themes/paris-catacombes.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Catacombes
[colors.primary]
background = "#121E19"
foreground = "#D4DDD7"
dim_foreground = "#8C9A92"
bright_foreground = "#E7ECEA"
[colors.cursor]
text = "#121E19"
cursor = "#F1BF4B"
[colors.vi_mode_cursor]
text = "#121E19"
cursor = "#549B9F"
[colors.search.matches]
foreground = "#D4DDD7"
background = "#554E28"
[colors.search.focused_match]
foreground = "#E7ECEA"
background = "#6E582F"
[colors.footer_bar]
foreground = "#D4DDD7"
background = "#24342C"
[colors.hints.start]
foreground = "#121E19"
background = "#F1BF4B"
[colors.hints.end]
foreground = "#121E19"
background = "#8C9A92"
[colors.line_indicator]
foreground = "#A5B1AA"
background = "#1A2921"
[colors.selection]
text = "#E7ECEA"
background = "#31433A"
[colors.normal]
black = "#24342C"
red = "#C7665B"
green = "#70CAA9"
yellow = "#F1BF4B"
blue = "#709BC8"
magenta = "#CA9245"
cyan = "#549B9F"
white = "#BFC8C2"
[colors.bright]
black = "#708178"
red = "#E7877B"
green = "#89DEBE"
yellow = "#FFD57A"
blue = "#8DB6E2"
magenta = "#DFAA61"
cyan = "#70B5B9"
white = "#E7ECEA"
[colors.dim]
black = "#1E2D26"
red = "#894E45"
green = "#509078"
yellow = "#A5883A"
blue = "#50718C"
magenta = "#8B6B36"
cyan = "#3E7171"
white = "#848E89"paris-carrelage.tomlsave as ~/.config/alacritty/themes/paris-carrelage.toml# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Carrelage
[colors.primary]
background = "#EEF2F1"
foreground = "#27342F"
dim_foreground = "#56645F"
bright_foreground = "#19221E"
[colors.cursor]
text = "#EEF2F1"
cursor = "#764C00"
[colors.vi_mode_cursor]
text = "#EEF2F1"
cursor = "#006267"
[colors.search.matches]
foreground = "#27342F"
background = "#D2CAAB"
[colors.search.focused_match]
foreground = "#19221E"
background = "#B29F78"
[colors.footer_bar]
foreground = "#27342F"
background = "#B0BFBB"
[colors.hints.start]
foreground = "#EEF2F1"
background = "#764C00"
[colors.hints.end]
foreground = "#EEF2F1"
background = "#56645F"
[colors.line_indicator]
foreground = "#4A5752"
background = "#C6D2CF"
[colors.selection]
text = "#19221E"
background = "#B0BFBB"
[colors.normal]
black = "#3B4742"
red = "#88251E"
green = "#218366"
yellow = "#916D07"
blue = "#25629B"
magenta = "#764C00"
cyan = "#006267"
white = "#99ABA6"
[colors.bright]
black = "#6C7C76"
red = "#AC3B32"
green = "#278D6E"
yellow = "#A07A12"
blue = "#3D75AD"
magenta = "#885A00"
cyan = "#027479"
white = "#B0BFBB"
[colors.dim]
black = "#78817E"
red = "#AB6B66"
green = "#67A995"
yellow = "#B19A57"
blue = "#6993B8"
magenta = "#9F8452"
cyan = "#519396"
white = "#B6C3C0"