Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Terminals

WezTerm

Colors, cursor, selection, splits, copy mode, quick select and the tab bar. On Windows the folder is %USERPROFILE%\.config\wezterm\colors.

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

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

Turn it on

In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Subway Seat'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/subway-seat.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Subway Seat Tunnel'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/subway-seat-tunnel.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Subway Seat Enamel'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/subway-seat-enamel.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'London Moquette'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/london-moquette.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'London Deep Level'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/london-deep-level.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'London Portland'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/london-portland.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Paris Guimard'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/paris-guimard.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Paris Catacombes'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/paris-catacombes.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }
In ~/.config/wezterm/wezterm.lua
config.color_scheme = 'Paris Carrelage'
-- the fancy tab bar's strip comes from window_frame, which a scheme file can't set
local colors = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/paris-carrelage.toml')
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }

Follow light and dark

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

In ~/.config/wezterm/wezterm.lua (WezTerm reloads it when the appearance changes)
local dark = not wezterm.gui or wezterm.gui.get_appearance():find('Dark')
local slug = dark and 'subway-seat' or 'subway-seat-enamel'
local colors, meta = wezterm.color.load_scheme(wezterm.home_dir .. '/.config/wezterm/colors/' .. slug .. '.toml')
config.color_scheme = meta.name
config.window_frame = { active_titlebar_bg = colors.tab_bar.background, inactive_titlebar_bg = colors.tab_bar.background }

The files

subway-seat.tomlsave as ~/.config/wezterm/colors/subway-seat.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#EDDCBC"
background = "#362619"
cursor_bg = "#F3BF45"
cursor_border = "#F3BF45"
cursor_fg = "#362619"
compose_cursor = "#F4A87E"
selection_bg = "#634932"
selection_fg = "#F8ECD4"
scrollbar_thumb = "#634932"
split = "#43301F"
visual_bell = "#43301F"
ansi = [
  "#513B27",
  "#E05C45",
  "#ADB956",
  "#F3BF45",
  "#7F9BAE",
  "#EC7F31",
  "#86AD95",
  "#D9C6A3",
]
brights = [
  "#967B5C",
  "#FF8373",
  "#BFCB63",
  "#FFD36B",
  "#9DB6C6",
  "#FF9D55",
  "#A5C9B0",
  "#F8ECD4",
]
copy_mode_active_highlight_bg = { Color = "#915225" }
copy_mode_active_highlight_fg = { Color = "#F8ECD4" }
copy_mode_inactive_highlight_bg = { Color = "#6F5426" }
copy_mode_inactive_highlight_fg = { Color = "#EDDCBC" }
quick_select_label_bg = { Color = "#EC7F31" }
quick_select_label_fg = { Color = "#362619" }
quick_select_match_bg = { Color = "#6F5426" }
quick_select_match_fg = { Color = "#EDDCBC" }

[colors.tab_bar]
background = "#20160E"
inactive_tab_edge = "#43301F"

[colors.tab_bar.active_tab]
bg_color = "#362619"
fg_color = "#F3BF45"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#2A1D13"
fg_color = "#967B5C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#43301F"
fg_color = "#EDDCBC"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#20160E"
fg_color = "#967B5C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#43301F"
fg_color = "#F3BF45"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Subway Seat"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
subway-seat-tunnel.tomlsave as ~/.config/wezterm/colors/subway-seat-tunnel.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#E9D8B6"
background = "#24180E"
cursor_bg = "#F3BF45"
cursor_border = "#F3BF45"
cursor_fg = "#24180E"
compose_cursor = "#F4A87E"
selection_bg = "#4F3927"
selection_fg = "#F6EAD1"
scrollbar_thumb = "#4F3927"
split = "#302115"
visual_bell = "#302115"
ansi = [
  "#3D2C1D",
  "#E05C45",
  "#ADB956",
  "#F3BF45",
  "#7F9BAE",
  "#EC7F31",
  "#86AD95",
  "#D6C3A0",
]
brights = [
  "#917759",
  "#FF8373",
  "#BFCB63",
  "#FFD36B",
  "#9DB6C6",
  "#FF9D55",
  "#A5C9B0",
  "#F6EAD1",
]
copy_mode_active_highlight_bg = { Color = "#884C20" }
copy_mode_active_highlight_fg = { Color = "#F6EAD1" }
copy_mode_inactive_highlight_bg = { Color = "#624A1E" }
copy_mode_inactive_highlight_fg = { Color = "#E9D8B6" }
quick_select_label_bg = { Color = "#EC7F31" }
quick_select_label_fg = { Color = "#24180E" }
quick_select_match_bg = { Color = "#624A1E" }
quick_select_match_fg = { Color = "#E9D8B6" }

[colors.tab_bar]
background = "#140D07"
inactive_tab_edge = "#302115"

[colors.tab_bar.active_tab]
bg_color = "#24180E"
fg_color = "#F3BF45"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#1B120A"
fg_color = "#917759"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#302115"
fg_color = "#E9D8B6"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#140D07"
fg_color = "#917759"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#302115"
fg_color = "#F3BF45"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Subway Seat Tunnel"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
subway-seat-enamel.tomlsave as ~/.config/wezterm/colors/subway-seat-enamel.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#3E2C1E"
background = "#F8EFDF"
cursor_bg = "#A04800"
cursor_border = "#A04800"
cursor_fg = "#F8EFDF"
compose_cursor = "#843811"
selection_bg = "#CBB898"
selection_fg = "#2A1D13"
scrollbar_thumb = "#BAA380"
split = "#E4D8C0"
visual_bell = "#DBCDB3"
ansi = [
  "#54402F",
  "#992418",
  "#66740F",
  "#976608",
  "#3F6480",
  "#A04800",
  "#3E7157",
  "#BAA380",
]
brights = [
  "#8C7254",
  "#BF4233",
  "#697813",
  "#A9720A",
  "#517791",
  "#BA4D0A",
  "#4C8367",
  "#CBB898",
]
copy_mode_active_highlight_bg = { Color = "#CC9C70" }
copy_mode_active_highlight_fg = { Color = "#2A1D13" }
copy_mode_inactive_highlight_bg = { Color = "#DBC69E" }
copy_mode_inactive_highlight_fg = { Color = "#3E2C1E" }
quick_select_label_bg = { Color = "#A04800" }
quick_select_label_fg = { Color = "#F8EFDF" }
quick_select_match_bg = { Color = "#DBC69E" }
quick_select_match_fg = { Color = "#3E2C1E" }

[colors.tab_bar]
background = "#E4D8C0"
inactive_tab_edge = "#DBCDB3"

[colors.tab_bar.active_tab]
bg_color = "#F8EFDF"
fg_color = "#A04800"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#EEE4D0"
fg_color = "#8C7254"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#DBCDB3"
fg_color = "#3E2C1E"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#E4D8C0"
fg_color = "#8C7254"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#DBCDB3"
fg_color = "#A04800"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Subway Seat Enamel"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
london-moquette.tomlsave as ~/.config/wezterm/colors/london-moquette.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#D8DEEA"
background = "#1E2941"
cursor_bg = "#F2C03F"
cursor_border = "#F2C03F"
cursor_fg = "#1E2941"
compose_cursor = "#AE9EDC"
selection_bg = "#3D4F72"
selection_fg = "#E9EDF5"
scrollbar_thumb = "#3D4F72"
split = "#263451"
visual_bell = "#263451"
ansi = [
  "#303F61",
  "#DB6052",
  "#77C581",
  "#F2C03F",
  "#7595DA",
  "#DE8946",
  "#54B4B5",
  "#C1C9D8",
]
brights = [
  "#73819C",
  "#FE8474",
  "#9AD2A0",
  "#FFD36C",
  "#8BB0FF",
  "#E5AA7F",
  "#72D1D3",
  "#E9EDF5",
]
copy_mode_active_highlight_bg = { Color = "#7E5944" }
copy_mode_active_highlight_fg = { Color = "#E9EDF5" }
copy_mode_inactive_highlight_bg = { Color = "#5E5640" }
copy_mode_inactive_highlight_fg = { Color = "#D8DEEA" }
quick_select_label_bg = { Color = "#DE8946" }
quick_select_label_fg = { Color = "#1E2941" }
quick_select_match_bg = { Color = "#5E5640" }
quick_select_match_fg = { Color = "#D8DEEA" }

[colors.tab_bar]
background = "#121826"
inactive_tab_edge = "#263451"

[colors.tab_bar.active_tab]
bg_color = "#1E2941"
fg_color = "#F2C03F"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#172032"
fg_color = "#73819C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#263451"
fg_color = "#D8DEEA"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#121826"
fg_color = "#73819C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#263451"
fg_color = "#F2C03F"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "London Moquette"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
london-deep-level.tomlsave as ~/.config/wezterm/colors/london-deep-level.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#D4DAE7"
background = "#121A2D"
cursor_bg = "#F2C03F"
cursor_border = "#F2C03F"
cursor_fg = "#121A2D"
compose_cursor = "#AE9EDC"
selection_bg = "#303E5B"
selection_fg = "#E7EBF3"
scrollbar_thumb = "#303E5B"
split = "#1A243A"
visual_bell = "#1A243A"
ansi = [
  "#232F49",
  "#DB6052",
  "#77C581",
  "#F2C03F",
  "#7595DA",
  "#DE8946",
  "#54B4B5",
  "#BEC6D5",
]
brights = [
  "#6F7C97",
  "#FE8474",
  "#9AD2A0",
  "#FFD36C",
  "#8BB0FF",
  "#E5AA7F",
  "#72D1D3",
  "#E7EBF3",
]
copy_mode_active_highlight_bg = { Color = "#78523A" }
copy_mode_active_highlight_fg = { Color = "#E7EBF3" }
copy_mode_inactive_highlight_bg = { Color = "#554C32" }
copy_mode_inactive_highlight_fg = { Color = "#D4DAE7" }
quick_select_label_bg = { Color = "#DE8946" }
quick_select_label_fg = { Color = "#121A2D" }
quick_select_match_bg = { Color = "#554C32" }
quick_select_match_fg = { Color = "#D4DAE7" }

[colors.tab_bar]
background = "#0A0E18"
inactive_tab_edge = "#1A243A"

[colors.tab_bar.active_tab]
bg_color = "#121A2D"
fg_color = "#F2C03F"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#0D1421"
fg_color = "#6F7C97"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#1A243A"
fg_color = "#D4DAE7"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#0A0E18"
fg_color = "#6F7C97"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#1A243A"
fg_color = "#F2C03F"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "London Deep Level"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
london-portland.tomlsave as ~/.config/wezterm/colors/london-portland.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#293040"
background = "#E8F0FF"
cursor_bg = "#A54300"
cursor_border = "#A54300"
cursor_fg = "#E8F0FF"
compose_cursor = "#755FA9"
selection_bg = "#A8BBE2"
selection_fg = "#1B202B"
scrollbar_thumb = "#93A7CF"
split = "#CCDAF2"
visual_bell = "#BFCFF1"
ansi = [
  "#3C4557",
  "#9B211A",
  "#0D8131",
  "#8D6C08",
  "#0019A8",
  "#A54300",
  "#007376",
  "#93A7CF",
]
brights = [
  "#697794",
  "#CC2E25",
  "#008730",
  "#9B770A",
  "#4A6EBD",
  "#AC5A00",
  "#008688",
  "#A8BBE2",
]
copy_mode_active_highlight_bg = { Color = "#C69A80" }
copy_mode_active_highlight_fg = { Color = "#1B202B" }
copy_mode_inactive_highlight_bg = { Color = "#CDC8B5" }
copy_mode_inactive_highlight_fg = { Color = "#293040" }
quick_select_label_bg = { Color = "#A54300" }
quick_select_label_fg = { Color = "#E8F0FF" }
quick_select_match_bg = { Color = "#CDC8B5" }
quick_select_match_fg = { Color = "#293040" }

[colors.tab_bar]
background = "#CCDAF2"
inactive_tab_edge = "#BFCFF1"

[colors.tab_bar.active_tab]
bg_color = "#E8F0FF"
fg_color = "#A54300"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#DCE5F7"
fg_color = "#697794"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#BFCFF1"
fg_color = "#293040"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#CCDAF2"
fg_color = "#697794"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#BFCFF1"
fg_color = "#A54300"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "London Portland"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
paris-guimard.tomlsave as ~/.config/wezterm/colors/paris-guimard.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#D9E1DB"
background = "#1E2E26"
cursor_bg = "#F1BF4B"
cursor_border = "#F1BF4B"
cursor_fg = "#1E2E26"
compose_cursor = "#FAB49C"
selection_bg = "#3E554A"
selection_fg = "#E9EEEC"
scrollbar_thumb = "#3E554A"
split = "#263930"
visual_bell = "#263930"
ansi = [
  "#30463B",
  "#C7665B",
  "#70CAA9",
  "#F1BF4B",
  "#709BC8",
  "#CA9245",
  "#549B9F",
  "#C2CBC5",
]
brights = [
  "#74857C",
  "#E7877B",
  "#89DEBE",
  "#FFD57A",
  "#8DB6E2",
  "#DFAA61",
  "#70B5B9",
  "#E9EEEC",
]
copy_mode_active_highlight_bg = { Color = "#746036" }
copy_mode_active_highlight_fg = { Color = "#E9EEEC" }
copy_mode_inactive_highlight_bg = { Color = "#5D5A31" }
copy_mode_inactive_highlight_fg = { Color = "#D9E1DB" }
quick_select_label_bg = { Color = "#CA9245" }
quick_select_label_fg = { Color = "#1E2E26" }
quick_select_match_bg = { Color = "#5D5A31" }
quick_select_match_fg = { Color = "#D9E1DB" }

[colors.tab_bar]
background = "#131A17"
inactive_tab_edge = "#263930"

[colors.tab_bar.active_tab]
bg_color = "#1E2E26"
fg_color = "#F1BF4B"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#18241D"
fg_color = "#74857C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#263930"
fg_color = "#D9E1DB"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#131A17"
fg_color = "#74857C"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#263930"
fg_color = "#F1BF4B"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Paris Guimard"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
paris-catacombes.tomlsave as ~/.config/wezterm/colors/paris-catacombes.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#D4DDD7"
background = "#121E19"
cursor_bg = "#F1BF4B"
cursor_border = "#F1BF4B"
cursor_fg = "#121E19"
compose_cursor = "#FAB49C"
selection_bg = "#31433A"
selection_fg = "#E7ECEA"
scrollbar_thumb = "#31433A"
split = "#1A2921"
visual_bell = "#1A2921"
ansi = [
  "#24342C",
  "#C7665B",
  "#70CAA9",
  "#F1BF4B",
  "#709BC8",
  "#CA9245",
  "#549B9F",
  "#BFC8C2",
]
brights = [
  "#708178",
  "#E7877B",
  "#89DEBE",
  "#FFD57A",
  "#8DB6E2",
  "#DFAA61",
  "#70B5B9",
  "#E7ECEA",
]
copy_mode_active_highlight_bg = { Color = "#6E582F" }
copy_mode_active_highlight_fg = { Color = "#E7ECEA" }
copy_mode_inactive_highlight_bg = { Color = "#554E28" }
copy_mode_inactive_highlight_fg = { Color = "#D4DDD7" }
quick_select_label_bg = { Color = "#CA9245" }
quick_select_label_fg = { Color = "#121E19" }
quick_select_match_bg = { Color = "#554E28" }
quick_select_match_fg = { Color = "#D4DDD7" }

[colors.tab_bar]
background = "#0A100D"
inactive_tab_edge = "#1A2921"

[colors.tab_bar.active_tab]
bg_color = "#121E19"
fg_color = "#F1BF4B"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#0D1711"
fg_color = "#708178"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#1A2921"
fg_color = "#D4DDD7"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#0A100D"
fg_color = "#708178"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#1A2921"
fg_color = "#F1BF4B"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Paris Catacombes"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []
paris-carrelage.tomlsave as ~/.config/wezterm/colors/paris-carrelage.toml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.

[colors]
foreground = "#27342F"
background = "#EEF2F1"
cursor_bg = "#764C00"
cursor_border = "#764C00"
cursor_fg = "#EEF2F1"
compose_cursor = "#B36B51"
selection_bg = "#B0BFBB"
selection_fg = "#19221E"
scrollbar_thumb = "#99ABA6"
split = "#D5DBDA"
visual_bell = "#C6D2CF"
ansi = [
  "#3B4742",
  "#88251E",
  "#218366",
  "#916D07",
  "#25629B",
  "#764C00",
  "#006267",
  "#99ABA6",
]
brights = [
  "#6C7C76",
  "#AC3B32",
  "#278D6E",
  "#A07A12",
  "#3D75AD",
  "#885A00",
  "#027479",
  "#B0BFBB",
]
copy_mode_active_highlight_bg = { Color = "#B29F78" }
copy_mode_active_highlight_fg = { Color = "#19221E" }
copy_mode_inactive_highlight_bg = { Color = "#D2CAAB" }
copy_mode_inactive_highlight_fg = { Color = "#27342F" }
quick_select_label_bg = { Color = "#764C00" }
quick_select_label_fg = { Color = "#EEF2F1" }
quick_select_match_bg = { Color = "#D2CAAB" }
quick_select_match_fg = { Color = "#27342F" }

[colors.tab_bar]
background = "#D5DBDA"
inactive_tab_edge = "#C6D2CF"

[colors.tab_bar.active_tab]
bg_color = "#EEF2F1"
fg_color = "#764C00"
intensity = "Bold"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab]
bg_color = "#E1E6E5"
fg_color = "#6C7C76"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.inactive_tab_hover]
bg_color = "#C6D2CF"
fg_color = "#27342F"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab]
bg_color = "#D5DBDA"
fg_color = "#6C7C76"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[colors.tab_bar.new_tab_hover]
bg_color = "#C6D2CF"
fg_color = "#764C00"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"

[metadata]
name = "Paris Carrelage"
author = "oddurs"
origin_url = "https://github.com/oddurs/subway-seat"
aliases = []