Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Terminals

Rio

Normal, light and dim colors, both cursors, tabs, splits, selection, search and hints.

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

Rio 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 rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only rio
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only rio

Turn it on

In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "subway-seat"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "subway-seat-tunnel"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "subway-seat-enamel"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "london-moquette"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "london-deep-level"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "london-portland"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "paris-guimard"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "paris-catacombes"
In ~/.config/rio/config.toml, at the top level (above any [section])
theme = "paris-carrelage"

Follow light and dark

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

In ~/.config/rio/config.toml
[adaptive-theme]
light = "subway-seat-enamel"
dark = "subway-seat"

The files

subway-seat.tomlsave as ~/.config/rio/themes/subway-seat.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#EDDCBC'
background                      = '#362619'
black                           = '#513B27'
red                             = '#E05C45'
green                           = '#ADB956'
yellow                          = '#F3BF45'
blue                            = '#7F9BAE'
magenta                         = '#EC7F31'
cyan                            = '#86AD95'
white                           = '#D9C6A3'
cursor                          = '#F3BF45'
vi-cursor                       = '#86AD95'
tabs                            = '#967B5C'
tabs-active                     = '#F3BF45'
split                           = '#43301F'
split-active                    = '#F3BF45'
selection-foreground            = '#F8ECD4'
selection-background            = '#634932'
search-match-foreground         = '#EDDCBC'
search-match-background         = '#6F5426'
search-focused-match-foreground = '#F8ECD4'
search-focused-match-background = '#915225'
hint-foreground                 = '#362619'
hint-background                 = '#F3BF45'
dim-foreground                  = '#AE9575'
light-foreground                = '#F8ECD4'
dim-black                       = '#483422'
dim-red                         = '#A64A36'
dim-green                       = '#858741'
dim-yellow                      = '#B38B36'
dim-blue                        = '#66737B'
dim-magenta                     = '#AE6129'
dim-cyan                        = '#6B7F6B'
dim-white                       = '#A29074'
light-black                     = '#967B5C'
light-red                       = '#FF8373'
light-green                     = '#BFCB63'
light-yellow                    = '#FFD36B'
light-blue                      = '#9DB6C6'
light-magenta                   = '#FF9D55'
light-cyan                      = '#A5C9B0'
light-white                     = '#F8ECD4'
subway-seat-tunnel.tomlsave as ~/.config/rio/themes/subway-seat-tunnel.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#E9D8B6'
background                      = '#24180E'
black                           = '#3D2C1D'
red                             = '#E05C45'
green                           = '#ADB956'
yellow                          = '#F3BF45'
blue                            = '#7F9BAE'
magenta                         = '#EC7F31'
cyan                            = '#86AD95'
white                           = '#D6C3A0'
cursor                          = '#F3BF45'
vi-cursor                       = '#86AD95'
tabs                            = '#917759'
tabs-active                     = '#F3BF45'
split                           = '#302115'
split-active                    = '#F3BF45'
selection-foreground            = '#F6EAD1'
selection-background            = '#4F3927'
search-match-foreground         = '#E9D8B6'
search-match-background         = '#624A1E'
search-focused-match-foreground = '#F6EAD1'
search-focused-match-background = '#884C20'
hint-foreground                 = '#24180E'
hint-background                 = '#F3BF45'
dim-foreground                  = '#AA9171'
light-foreground                = '#F6EAD1'
dim-black                       = '#342518'
dim-red                         = '#A04532'
dim-green                       = '#7E823E'
dim-yellow                      = '#AD8632'
dim-blue                        = '#606E78'
dim-magenta                     = '#A85C25'
dim-cyan                        = '#657A67'
dim-white                       = '#99896E'
light-black                     = '#917759'
light-red                       = '#FF8373'
light-green                     = '#BFCB63'
light-yellow                    = '#FFD36B'
light-blue                      = '#9DB6C6'
light-magenta                   = '#FF9D55'
light-cyan                      = '#A5C9B0'
light-white                     = '#F6EAD1'
subway-seat-enamel.tomlsave as ~/.config/rio/themes/subway-seat-enamel.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#3E2C1E'
background                      = '#F8EFDF'
black                           = '#54402F'
red                             = '#992418'
green                           = '#66740F'
yellow                          = '#976608'
blue                            = '#3F6480'
magenta                         = '#A04800'
cyan                            = '#3E7157'
white                           = '#BAA380'
cursor                          = '#A04800'
vi-cursor                       = '#3E7157'
tabs                            = '#8C7254'
tabs-active                     = '#A04800'
split                           = '#E4D8C0'
split-active                    = '#A04800'
selection-foreground            = '#2A1D13'
selection-background            = '#CBB898'
search-match-foreground         = '#3E2C1E'
search-match-background         = '#DBC69E'
search-focused-match-foreground = '#2A1D13'
search-focused-match-background = '#CC9C70'
hint-foreground                 = '#F8EFDF'
hint-background                 = '#A04800'
dim-foreground                  = '#735C44'
light-foreground                = '#2A1D13'
dim-black                       = '#8C7C6B'
dim-red                         = '#B9695C'
dim-green                       = '#989E56'
dim-yellow                      = '#B89551'
dim-blue                        = '#7E93A0'
dim-magenta                     = '#BE814C'
dim-cyan                        = '#7D9C85'
dim-white                       = '#CFBDA0'
light-black                     = '#8C7254'
light-red                       = '#BF4233'
light-green                     = '#697813'
light-yellow                    = '#A9720A'
light-blue                      = '#517791'
light-magenta                   = '#BA4D0A'
light-cyan                      = '#4C8367'
light-white                     = '#CBB898'
london-moquette.tomlsave as ~/.config/rio/themes/london-moquette.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#D8DEEA'
background                      = '#1E2941'
black                           = '#303F61'
red                             = '#DB6052'
green                           = '#77C581'
yellow                          = '#F2C03F'
blue                            = '#7595DA'
magenta                         = '#DE8946'
cyan                            = '#54B4B5'
white                           = '#C1C9D8'
cursor                          = '#F2C03F'
vi-cursor                       = '#54B4B5'
tabs                            = '#73819C'
tabs-active                     = '#F2C03F'
split                           = '#263451'
split-active                    = '#F2C03F'
selection-foreground            = '#E9EDF5'
selection-background            = '#3D4F72'
search-match-foreground         = '#D8DEEA'
search-match-background         = '#5E5640'
search-focused-match-foreground = '#E9EDF5'
search-focused-match-background = '#7E5944'
hint-foreground                 = '#1E2941'
hint-background                 = '#F2C03F'
dim-foreground                  = '#8F9AB0'
light-foreground                = '#E9EDF5'
dim-black                       = '#2A3856'
dim-red                         = '#9B4D4C'
dim-green                       = '#59906B'
dim-yellow                      = '#AA8D40'
dim-blue                        = '#5770A6'
dim-magenta                     = '#9D6844'
dim-cyan                        = '#42858E'
dim-white                       = '#8A93A5'
light-black                     = '#73819C'
light-red                       = '#FE8474'
light-green                     = '#9AD2A0'
light-yellow                    = '#FFD36C'
light-blue                      = '#8BB0FF'
light-magenta                   = '#E5AA7F'
light-cyan                      = '#72D1D3'
light-white                     = '#E9EDF5'
london-deep-level.tomlsave as ~/.config/rio/themes/london-deep-level.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#D4DAE7'
background                      = '#121A2D'
black                           = '#232F49'
red                             = '#DB6052'
green                           = '#77C581'
yellow                          = '#F2C03F'
blue                            = '#7595DA'
magenta                         = '#DE8946'
cyan                            = '#54B4B5'
white                           = '#BEC6D5'
cursor                          = '#F2C03F'
vi-cursor                       = '#54B4B5'
tabs                            = '#6F7C97'
tabs-active                     = '#F2C03F'
split                           = '#1A243A'
split-active                    = '#F2C03F'
selection-foreground            = '#E7EBF3'
selection-background            = '#303E5B'
search-match-foreground         = '#D4DAE7'
search-match-background         = '#554C32'
search-focused-match-foreground = '#E7EBF3'
search-focused-match-background = '#78523A'
hint-foreground                 = '#121A2D'
hint-background                 = '#F2C03F'
dim-foreground                  = '#8B96AC'
light-foreground                = '#E7EBF3'
dim-black                       = '#1D283F'
dim-red                         = '#974845'
dim-green                       = '#558B64'
dim-yellow                      = '#A68839'
dim-blue                        = '#536B9F'
dim-magenta                     = '#99633E'
dim-cyan                        = '#3E8087'
dim-white                       = '#848C9C'
light-black                     = '#6F7C97'
light-red                       = '#FE8474'
light-green                     = '#9AD2A0'
light-yellow                    = '#FFD36C'
light-blue                      = '#8BB0FF'
light-magenta                   = '#E5AA7F'
light-cyan                      = '#72D1D3'
light-white                     = '#E7EBF3'
london-portland.tomlsave as ~/.config/rio/themes/london-portland.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#293040'
background                      = '#E8F0FF'
black                           = '#3C4557'
red                             = '#9B211A'
green                           = '#0D8131'
yellow                          = '#8D6C08'
blue                            = '#0019A8'
magenta                         = '#A54300'
cyan                            = '#007376'
white                           = '#93A7CF'
cursor                          = '#A54300'
vi-cursor                       = '#007376'
tabs                            = '#697794'
tabs-active                     = '#A54300'
split                           = '#CCDAF2'
split-active                    = '#A54300'
selection-foreground            = '#1B202B'
selection-background            = '#A8BBE2'
search-match-foreground         = '#293040'
search-match-background         = '#CDC8B5'
search-focused-match-foreground = '#1B202B'
search-focused-match-background = '#C69A80'
hint-foreground                 = '#E8F0FF'
hint-background                 = '#A54300'
dim-foreground                  = '#556179'
light-foreground                = '#1B202B'
dim-black                       = '#767F90'
dim-red                         = '#B56768'
dim-green                       = '#57A777'
dim-yellow                      = '#AC995C'
dim-blue                        = '#4F62C6'
dim-magenta                     = '#BC7E57'
dim-cyan                        = '#4F9EA5'
dim-white                       = '#B0C0DF'
light-black                     = '#697794'
light-red                       = '#CC2E25'
light-green                     = '#008730'
light-yellow                    = '#9B770A'
light-blue                      = '#4A6EBD'
light-magenta                   = '#AC5A00'
light-cyan                      = '#008688'
light-white                     = '#A8BBE2'
paris-guimard.tomlsave as ~/.config/rio/themes/paris-guimard.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#D9E1DB'
background                      = '#1E2E26'
black                           = '#30463B'
red                             = '#C7665B'
green                           = '#70CAA9'
yellow                          = '#F1BF4B'
blue                            = '#709BC8'
magenta                         = '#CA9245'
cyan                            = '#549B9F'
white                           = '#C2CBC5'
cursor                          = '#F1BF4B'
vi-cursor                       = '#549B9F'
tabs                            = '#74857C'
tabs-active                     = '#F1BF4B'
split                           = '#263930'
split-active                    = '#F1BF4B'
selection-foreground            = '#E9EEEC'
selection-background            = '#3E554A'
search-match-foreground         = '#D9E1DB'
search-match-background         = '#5D5A31'
search-focused-match-foreground = '#E9EEEC'
search-focused-match-background = '#746036'
hint-foreground                 = '#1E2E26'
hint-background                 = '#F1BF4B'
dim-foreground                  = '#909E96'
light-foreground                = '#E9EEEC'
dim-black                       = '#2A3E34'
dim-red                         = '#8E5349'
dim-green                       = '#54957C'
dim-yellow                      = '#A98E3E'
dim-blue                        = '#547691'
dim-magenta                     = '#90703A'
dim-cyan                        = '#427676'
dim-white                       = '#8A968F'
light-black                     = '#74857C'
light-red                       = '#E7877B'
light-green                     = '#89DEBE'
light-yellow                    = '#FFD57A'
light-blue                      = '#8DB6E2'
light-magenta                   = '#DFAA61'
light-cyan                      = '#70B5B9'
light-white                     = '#E9EEEC'
paris-catacombes.tomlsave as ~/.config/rio/themes/paris-catacombes.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#D4DDD7'
background                      = '#121E19'
black                           = '#24342C'
red                             = '#C7665B'
green                           = '#70CAA9'
yellow                          = '#F1BF4B'
blue                            = '#709BC8'
magenta                         = '#CA9245'
cyan                            = '#549B9F'
white                           = '#BFC8C2'
cursor                          = '#F1BF4B'
vi-cursor                       = '#549B9F'
tabs                            = '#708178'
tabs-active                     = '#F1BF4B'
split                           = '#1A2921'
split-active                    = '#F1BF4B'
selection-foreground            = '#E7ECEA'
selection-background            = '#31433A'
search-match-foreground         = '#D4DDD7'
search-match-background         = '#554E28'
search-focused-match-foreground = '#E7ECEA'
search-focused-match-background = '#6E582F'
hint-foreground                 = '#121E19'
hint-background                 = '#F1BF4B'
dim-foreground                  = '#8C9A92'
light-foreground                = '#E7ECEA'
dim-black                       = '#1E2D26'
dim-red                         = '#894E45'
dim-green                       = '#509078'
dim-yellow                      = '#A5883A'
dim-blue                        = '#50718C'
dim-magenta                     = '#8B6B36'
dim-cyan                        = '#3E7171'
dim-white                       = '#848E89'
light-black                     = '#708178'
light-red                       = '#E7877B'
light-green                     = '#89DEBE'
light-yellow                    = '#FFD57A'
light-blue                      = '#8DB6E2'
light-magenta                   = '#DFAA61'
light-cyan                      = '#70B5B9'
light-white                     = '#E7ECEA'
paris-carrelage.tomlsave as ~/.config/rio/themes/paris-carrelage.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
[colors]
foreground                      = '#27342F'
background                      = '#EEF2F1'
black                           = '#3B4742'
red                             = '#88251E'
green                           = '#218366'
yellow                          = '#916D07'
blue                            = '#25629B'
magenta                         = '#764C00'
cyan                            = '#006267'
white                           = '#99ABA6'
cursor                          = '#764C00'
vi-cursor                       = '#006267'
tabs                            = '#6C7C76'
tabs-active                     = '#764C00'
split                           = '#D5DBDA'
split-active                    = '#764C00'
selection-foreground            = '#19221E'
selection-background            = '#B0BFBB'
search-match-foreground         = '#27342F'
search-match-background         = '#D2CAAB'
search-focused-match-foreground = '#19221E'
search-focused-match-background = '#B29F78'
hint-foreground                 = '#EEF2F1'
hint-background                 = '#764C00'
dim-foreground                  = '#56645F'
light-foreground                = '#19221E'
dim-black                       = '#78817E'
dim-red                         = '#AB6B66'
dim-green                       = '#67A995'
dim-yellow                      = '#B19A57'
dim-blue                        = '#6993B8'
dim-magenta                     = '#9F8452'
dim-cyan                        = '#519396'
dim-white                       = '#B6C3C0'
light-black                     = '#6C7C76'
light-red                       = '#AC3B32'
light-green                     = '#278D6E'
light-yellow                    = '#A07A12'
light-blue                      = '#3D75AD'
light-magenta                   = '#885A00'
light-cyan                      = '#027479'
light-white                     = '#B0BFBB'