Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Terminals

Tilix

Palette, cursor, selection highlight, bold and badge colors. Tilix doesn't switch color schemes with the system style, so pick one flavor.

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

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

Turn it on

In Preferences › Profiles › Color › Color scheme
Subway Seat
In Preferences › Profiles › Color › Color scheme
Subway Seat Tunnel
In Preferences › Profiles › Color › Color scheme
Subway Seat Enamel
In Preferences › Profiles › Color › Color scheme
London Moquette
In Preferences › Profiles › Color › Color scheme
London Deep Level
In Preferences › Profiles › Color › Color scheme
London Portland
In Preferences › Profiles › Color › Color scheme
Paris Guimard
In Preferences › Profiles › Color › Color scheme
Paris Catacombes
In Preferences › Profiles › Color › Color scheme
Paris Carrelage

The files

subway-seat.jsonsave as ~/.config/tilix/schemes/subway-seat.json
{
  "name": "Subway Seat",
  "comment": "Walnut paneling and orange bucket seats. The original.",
  "use-theme-colors": false,
  "background-color": "#362619",
  "foreground-color": "#EDDCBC",
  "palette": [
    "#513B27",
    "#E05C45",
    "#ADB956",
    "#F3BF45",
    "#7F9BAE",
    "#EC7F31",
    "#86AD95",
    "#D9C6A3",
    "#967B5C",
    "#FF8373",
    "#BFCB63",
    "#FFD36B",
    "#9DB6C6",
    "#FF9D55",
    "#A5C9B0",
    "#F8ECD4"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F3BF45",
  "cursor-foreground-color": "#362619",
  "use-highlight-color": true,
  "highlight-background-color": "#634932",
  "highlight-foreground-color": "#F8ECD4",
  "use-bold-color": true,
  "bold-color": "#F8ECD4",
  "use-badge-color": true,
  "badge-color": "#EC7F31"
}
subway-seat-tunnel.jsonsave as ~/.config/tilix/schemes/subway-seat-tunnel.json
{
  "name": "Subway Seat Tunnel",
  "comment": "The late local after midnight: espresso-deep, same warm lights.",
  "use-theme-colors": false,
  "background-color": "#24180E",
  "foreground-color": "#E9D8B6",
  "palette": [
    "#3D2C1D",
    "#E05C45",
    "#ADB956",
    "#F3BF45",
    "#7F9BAE",
    "#EC7F31",
    "#86AD95",
    "#D6C3A0",
    "#917759",
    "#FF8373",
    "#BFCB63",
    "#FFD36B",
    "#9DB6C6",
    "#FF9D55",
    "#A5C9B0",
    "#F6EAD1"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F3BF45",
  "cursor-foreground-color": "#24180E",
  "use-highlight-color": true,
  "highlight-background-color": "#4F3927",
  "highlight-foreground-color": "#F6EAD1",
  "use-bold-color": true,
  "bold-color": "#F6EAD1",
  "use-badge-color": true,
  "badge-color": "#EC7F31"
}
subway-seat-enamel.jsonsave as ~/.config/tilix/schemes/subway-seat-enamel.json
{
  "name": "Subway Seat Enamel",
  "comment": "Cream enamel panels in the morning sun. The light one.",
  "use-theme-colors": false,
  "background-color": "#F8EFDF",
  "foreground-color": "#3E2C1E",
  "palette": [
    "#54402F",
    "#992418",
    "#66740F",
    "#976608",
    "#3F6480",
    "#A04800",
    "#3E7157",
    "#BAA380",
    "#8C7254",
    "#BF4233",
    "#697813",
    "#A9720A",
    "#517791",
    "#BA4D0A",
    "#4C8367",
    "#CBB898"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#A04800",
  "cursor-foreground-color": "#F8EFDF",
  "use-highlight-color": true,
  "highlight-background-color": "#CBB898",
  "highlight-foreground-color": "#2A1D13",
  "use-bold-color": true,
  "bold-color": "#2A1D13",
  "use-badge-color": true,
  "badge-color": "#A04800"
}
london-moquette.jsonsave as ~/.config/tilix/schemes/london-moquette.json
{
  "name": "London Moquette",
  "comment": "The seat you're sitting on. Corporate Blue, turned right down.",
  "use-theme-colors": false,
  "background-color": "#1E2941",
  "foreground-color": "#D8DEEA",
  "palette": [
    "#303F61",
    "#DB6052",
    "#77C581",
    "#F2C03F",
    "#7595DA",
    "#DE8946",
    "#54B4B5",
    "#C1C9D8",
    "#73819C",
    "#FE8474",
    "#9AD2A0",
    "#FFD36C",
    "#8BB0FF",
    "#E5AA7F",
    "#72D1D3",
    "#E9EDF5"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F2C03F",
  "cursor-foreground-color": "#1E2941",
  "use-highlight-color": true,
  "highlight-background-color": "#3D4F72",
  "highlight-foreground-color": "#E9EDF5",
  "use-bold-color": true,
  "bold-color": "#E9EDF5",
  "use-badge-color": true,
  "badge-color": "#DE8946"
}
london-deep-level.jsonsave as ~/.config/tilix/schemes/london-deep-level.json
{
  "name": "London Deep Level",
  "comment": "Below the cut-and-cover lines. The ground drops; the signals don't.",
  "use-theme-colors": false,
  "background-color": "#121A2D",
  "foreground-color": "#D4DAE7",
  "palette": [
    "#232F49",
    "#DB6052",
    "#77C581",
    "#F2C03F",
    "#7595DA",
    "#DE8946",
    "#54B4B5",
    "#BEC6D5",
    "#6F7C97",
    "#FE8474",
    "#9AD2A0",
    "#FFD36C",
    "#8BB0FF",
    "#E5AA7F",
    "#72D1D3",
    "#E7EBF3"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F2C03F",
  "cursor-foreground-color": "#121A2D",
  "use-highlight-color": true,
  "highlight-background-color": "#303E5B",
  "highlight-foreground-color": "#E7EBF3",
  "use-bold-color": true,
  "bold-color": "#E7EBF3",
  "use-badge-color": true,
  "badge-color": "#DE8946"
}
london-portland.jsonsave as ~/.config/tilix/schemes/london-portland.json
{
  "name": "London Portland",
  "comment": "Holden's Portland stone. Links are the exact Corporate Blue.",
  "use-theme-colors": false,
  "background-color": "#E8F0FF",
  "foreground-color": "#293040",
  "palette": [
    "#3C4557",
    "#9B211A",
    "#0D8131",
    "#8D6C08",
    "#0019A8",
    "#A54300",
    "#007376",
    "#93A7CF",
    "#697794",
    "#CC2E25",
    "#008730",
    "#9B770A",
    "#4A6EBD",
    "#AC5A00",
    "#008688",
    "#A8BBE2"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#A54300",
  "cursor-foreground-color": "#E8F0FF",
  "use-highlight-color": true,
  "highlight-background-color": "#A8BBE2",
  "highlight-foreground-color": "#1B202B",
  "use-bold-color": true,
  "bold-color": "#1B202B",
  "use-badge-color": true,
  "badge-color": "#A54300"
}
paris-guimard.jsonsave as ~/.config/tilix/schemes/paris-guimard.json
{
  "name": "Paris Guimard",
  "comment": "Cast iron off a Metro entrance, which is nearly black. Brass leads.",
  "use-theme-colors": false,
  "background-color": "#1E2E26",
  "foreground-color": "#D9E1DB",
  "palette": [
    "#30463B",
    "#C7665B",
    "#70CAA9",
    "#F1BF4B",
    "#709BC8",
    "#CA9245",
    "#549B9F",
    "#C2CBC5",
    "#74857C",
    "#E7877B",
    "#89DEBE",
    "#FFD57A",
    "#8DB6E2",
    "#DFAA61",
    "#70B5B9",
    "#E9EEEC"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F1BF4B",
  "cursor-foreground-color": "#1E2E26",
  "use-highlight-color": true,
  "highlight-background-color": "#3E554A",
  "highlight-foreground-color": "#E9EEEC",
  "use-bold-color": true,
  "bold-color": "#E9EEEC",
  "use-badge-color": true,
  "badge-color": "#CA9245"
}
paris-catacombes.jsonsave as ~/.config/tilix/schemes/paris-catacombes.json
{
  "name": "Paris Catacombes",
  "comment": "Under the quarries: the same green with the lights turned down.",
  "use-theme-colors": false,
  "background-color": "#121E19",
  "foreground-color": "#D4DDD7",
  "palette": [
    "#24342C",
    "#C7665B",
    "#70CAA9",
    "#F1BF4B",
    "#709BC8",
    "#CA9245",
    "#549B9F",
    "#BFC8C2",
    "#708178",
    "#E7877B",
    "#89DEBE",
    "#FFD57A",
    "#8DB6E2",
    "#DFAA61",
    "#70B5B9",
    "#E7ECEA"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#F1BF4B",
  "cursor-foreground-color": "#121E19",
  "use-highlight-color": true,
  "highlight-background-color": "#31433A",
  "highlight-foreground-color": "#E7ECEA",
  "use-bold-color": true,
  "bold-color": "#E7ECEA",
  "use-badge-color": true,
  "badge-color": "#CA9245"
}
paris-carrelage.jsonsave as ~/.config/tilix/schemes/paris-carrelage.json
{
  "name": "Paris Carrelage",
  "comment": "Bevelled white tile under a vaulted platform. The light one.",
  "use-theme-colors": false,
  "background-color": "#EEF2F1",
  "foreground-color": "#27342F",
  "palette": [
    "#3B4742",
    "#88251E",
    "#218366",
    "#916D07",
    "#25629B",
    "#764C00",
    "#006267",
    "#99ABA6",
    "#6C7C76",
    "#AC3B32",
    "#278D6E",
    "#A07A12",
    "#3D75AD",
    "#885A00",
    "#027479",
    "#B0BFBB"
  ],
  "use-cursor-color": true,
  "cursor-background-color": "#764C00",
  "cursor-foreground-color": "#EEF2F1",
  "use-highlight-color": true,
  "highlight-background-color": "#B0BFBB",
  "highlight-foreground-color": "#19221E",
  "use-bold-color": true,
  "bold-color": "#19221E",
  "use-badge-color": true,
  "badge-color": "#764C00"
}