Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

CLI & TUINeeds eza 0.20+

eza

Gold directories, avocado executables, sage symlinks, and file sizes that warm up from avocado to red as they grow. LS_COLORS and EZA_COLORS override it; the vivid port sets LS_COLORS to match.

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

eza 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 and switches the theme on for you. More ways to install

curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor walnut --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only eza
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only eza

Turn it on

In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/subway-seat
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/subway-seat-tunnel
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/subway-seat-enamel
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/london-moquette
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/london-deep-level
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/london-portland
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/paris-guimard
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/paris-catacombes
In config.fish (bash and zsh: export it from ~/.bashrc or ~/.zshrc). Each flavor is a theme.yml in its own folder, so switching is changing this one line
set -gx EZA_CONFIG_DIR ~/.config/eza/paris-carrelage

The files

subway-seat.ymlsave as ~/.config/eza/subway-seat/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#EDDCBC"}
  directory: {foreground: "#F3BF45", is_bold: true}
  symlink: {foreground: "#86AD95"}
  pipe: {foreground: "#F4A87E"}
  block_device: {foreground: "#FF9D55", is_bold: true}
  char_device: {foreground: "#FF9D55"}
  socket: {foreground: "#F4A87E", is_bold: true}
  special: {foreground: "#F4A87E"}
  executable: {foreground: "#ADB956", is_bold: true}
  mount_point: {foreground: "#FFD36B", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F3BF45", is_bold: true}
  user_write: {foreground: "#EC7F31", is_bold: true}
  user_execute_file: {foreground: "#ADB956", is_bold: true}
  user_execute_other: {foreground: "#ADB956", is_bold: true}
  group_read: {foreground: "#F3BF45"}
  group_write: {foreground: "#EC7F31"}
  group_execute: {foreground: "#ADB956"}
  other_read: {foreground: "#F3BF45"}
  other_write: {foreground: "#EC7F31"}
  other_execute: {foreground: "#ADB956"}
  special_user_file: {foreground: "#F4A87E"}
  special_other: {foreground: "#967B5C"}
  attribute: {foreground: "#967B5C"}
size:
  major: {foreground: "#86AD95"}
  minor: {foreground: "#A5C9B0"}
  number_byte: {foreground: "#C4AE8C"}
  number_kilo: {foreground: "#ADB956"}
  number_mega: {foreground: "#F3BF45"}
  number_giga: {foreground: "#EC7F31"}
  number_huge: {foreground: "#FF8373"}
  unit_byte: {foreground: "#99856A"}
  unit_kilo: {foreground: "#898D44"}
  unit_mega: {foreground: "#BA9138"}
  unit_giga: {foreground: "#B5642A"}
  unit_huge: {foreground: "#C36758"}
users:
  user_you: {foreground: "#F3BF45"}
  user_root: {foreground: "#FF8373"}
  user_other: {foreground: "#C4AE8C"}
  group_yours: {foreground: "#D9C6A3"}
  group_other: {foreground: "#AE9575"}
  group_root: {foreground: "#FF8373"}
links:
  normal: {foreground: "#86AD95"}
  multi_link_file: {foreground: "#EC7F31"}
git:
  new: {foreground: "#ADB956"}
  modified: {foreground: "#F3BF45"}
  deleted: {foreground: "#FF8373"}
  renamed: {foreground: "#86AD95"}
  typechange: {foreground: "#F4A87E"}
  ignored: {foreground: "#7B6047"}
  conflicted: {foreground: "#E05C45", is_bold: true}
git_repo:
  branch_main: {foreground: "#D9C6A3"}
  branch_other: {foreground: "#EC7F31"}
  git_clean: {foreground: "#ADB956"}
  git_dirty: {foreground: "#F3BF45"}
security_context:
  none: {foreground: "#967B5C"}
  selinux:
    colon: {foreground: "#7B6047"}
    user: {foreground: "#C4AE8C"}
    role: {foreground: "#86AD95"}
    typ: {foreground: "#AE9575"}
    range: {foreground: "#F4A87E"}
file_type:
  image: {foreground: "#F4A87E"}
  video: {foreground: "#EC7F31"}
  music: {foreground: "#FF9D55"}
  lossless: {foreground: "#FF9D55", is_bold: true}
  crypto: {foreground: "#E05C45"}
  document: {foreground: "#7F9BAE"}
  compressed: {foreground: "#FF8373"}
  temp: {foreground: "#7B6047"}
  compiled: {foreground: "#967B5C"}
  build: {foreground: "#F3BF45", is_underline: true}
  source: {foreground: "#86AD95"}
punctuation: {foreground: "#7B6047"}
date: {foreground: "#C4AE8C"}
inode: {foreground: "#967B5C"}
blocks: {foreground: "#967B5C"}
header: {foreground: "#D9C6A3", is_underline: true}
octal: {foreground: "#F4A87E"}
flags: {foreground: "#AE9575"}
symlink_path: {foreground: "#C4AE8C"}
control_char: {foreground: "#F4A87E"}
broken_symlink: {foreground: "#FF8373"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD36B", is_bold: true}}
  "README": {filename: {foreground: "#FFD36B", is_bold: true}}
  "LICENSE": {filename: {foreground: "#AE9575"}}
extensions:
  lock: {filename: {foreground: "#967B5C"}}
  log: {filename: {foreground: "#967B5C"}}
subway-seat-tunnel.ymlsave as ~/.config/eza/subway-seat-tunnel/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Tunnel for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#E9D8B6"}
  directory: {foreground: "#F3BF45", is_bold: true}
  symlink: {foreground: "#86AD95"}
  pipe: {foreground: "#F4A87E"}
  block_device: {foreground: "#FF9D55", is_bold: true}
  char_device: {foreground: "#FF9D55"}
  socket: {foreground: "#F4A87E", is_bold: true}
  special: {foreground: "#F4A87E"}
  executable: {foreground: "#ADB956", is_bold: true}
  mount_point: {foreground: "#FFD36B", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F3BF45", is_bold: true}
  user_write: {foreground: "#EC7F31", is_bold: true}
  user_execute_file: {foreground: "#ADB956", is_bold: true}
  user_execute_other: {foreground: "#ADB956", is_bold: true}
  group_read: {foreground: "#F3BF45"}
  group_write: {foreground: "#EC7F31"}
  group_execute: {foreground: "#ADB956"}
  other_read: {foreground: "#F3BF45"}
  other_write: {foreground: "#EC7F31"}
  other_execute: {foreground: "#ADB956"}
  special_user_file: {foreground: "#F4A87E"}
  special_other: {foreground: "#917759"}
  attribute: {foreground: "#917759"}
size:
  major: {foreground: "#86AD95"}
  minor: {foreground: "#A5C9B0"}
  number_byte: {foreground: "#C0AA88"}
  number_kilo: {foreground: "#ADB956"}
  number_mega: {foreground: "#F3BF45"}
  number_giga: {foreground: "#EC7F31"}
  number_huge: {foreground: "#FF8373"}
  unit_byte: {foreground: "#917E63"}
  unit_kilo: {foreground: "#848940"}
  unit_mega: {foreground: "#B58D34"}
  unit_giga: {foreground: "#B06026"}
  unit_huge: {foreground: "#BD6355"}
users:
  user_you: {foreground: "#F3BF45"}
  user_root: {foreground: "#FF8373"}
  user_other: {foreground: "#C0AA88"}
  group_yours: {foreground: "#D6C3A0"}
  group_other: {foreground: "#AA9171"}
  group_root: {foreground: "#FF8373"}
links:
  normal: {foreground: "#86AD95"}
  multi_link_file: {foreground: "#EC7F31"}
git:
  new: {foreground: "#ADB956"}
  modified: {foreground: "#F3BF45"}
  deleted: {foreground: "#FF8373"}
  renamed: {foreground: "#86AD95"}
  typechange: {foreground: "#F4A87E"}
  ignored: {foreground: "#745B45"}
  conflicted: {foreground: "#E05C45", is_bold: true}
git_repo:
  branch_main: {foreground: "#D6C3A0"}
  branch_other: {foreground: "#EC7F31"}
  git_clean: {foreground: "#ADB956"}
  git_dirty: {foreground: "#F3BF45"}
security_context:
  none: {foreground: "#917759"}
  selinux:
    colon: {foreground: "#745B45"}
    user: {foreground: "#C0AA88"}
    role: {foreground: "#86AD95"}
    typ: {foreground: "#AA9171"}
    range: {foreground: "#F4A87E"}
file_type:
  image: {foreground: "#F4A87E"}
  video: {foreground: "#EC7F31"}
  music: {foreground: "#FF9D55"}
  lossless: {foreground: "#FF9D55", is_bold: true}
  crypto: {foreground: "#E05C45"}
  document: {foreground: "#7F9BAE"}
  compressed: {foreground: "#FF8373"}
  temp: {foreground: "#745B45"}
  compiled: {foreground: "#917759"}
  build: {foreground: "#F3BF45", is_underline: true}
  source: {foreground: "#86AD95"}
punctuation: {foreground: "#745B45"}
date: {foreground: "#C0AA88"}
inode: {foreground: "#917759"}
blocks: {foreground: "#917759"}
header: {foreground: "#D6C3A0", is_underline: true}
octal: {foreground: "#F4A87E"}
flags: {foreground: "#AA9171"}
symlink_path: {foreground: "#C0AA88"}
control_char: {foreground: "#F4A87E"}
broken_symlink: {foreground: "#FF8373"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD36B", is_bold: true}}
  "README": {filename: {foreground: "#FFD36B", is_bold: true}}
  "LICENSE": {filename: {foreground: "#AA9171"}}
extensions:
  lock: {filename: {foreground: "#917759"}}
  log: {filename: {foreground: "#917759"}}
subway-seat-enamel.ymlsave as ~/.config/eza/subway-seat-enamel/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Subway Seat Enamel for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#3E2C1E"}
  directory: {foreground: "#976608", is_bold: true}
  symlink: {foreground: "#3E7157"}
  pipe: {foreground: "#843811"}
  block_device: {foreground: "#BA4D0A", is_bold: true}
  char_device: {foreground: "#BA4D0A"}
  socket: {foreground: "#843811", is_bold: true}
  special: {foreground: "#843811"}
  executable: {foreground: "#66740F", is_bold: true}
  mount_point: {foreground: "#A9720A", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#976608", is_bold: true}
  user_write: {foreground: "#A04800", is_bold: true}
  user_execute_file: {foreground: "#66740F", is_bold: true}
  user_execute_other: {foreground: "#66740F", is_bold: true}
  group_read: {foreground: "#976608"}
  group_write: {foreground: "#A04800"}
  group_execute: {foreground: "#66740F"}
  other_read: {foreground: "#976608"}
  other_write: {foreground: "#A04800"}
  other_execute: {foreground: "#66740F"}
  special_user_file: {foreground: "#843811"}
  special_other: {foreground: "#8C7254"}
  attribute: {foreground: "#8C7254"}
size:
  major: {foreground: "#3E7157"}
  minor: {foreground: "#4C8367"}
  number_byte: {foreground: "#654F3B"}
  number_kilo: {foreground: "#66740F"}
  number_mega: {foreground: "#976608"}
  number_giga: {foreground: "#A04800"}
  number_huge: {foreground: "#BF4233"}
  unit_byte: {foreground: "#7B6754"}
  unit_kilo: {foreground: "#7C862E"}
  unit_mega: {foreground: "#A67B28"}
  unit_giga: {foreground: "#AD6121"}
  unit_huge: {foreground: "#C85C4D"}
users:
  user_you: {foreground: "#976608"}
  user_root: {foreground: "#BF4233"}
  user_other: {foreground: "#654F3B"}
  group_yours: {foreground: "#54402F"}
  group_other: {foreground: "#735C44"}
  group_root: {foreground: "#BF4233"}
links:
  normal: {foreground: "#3E7157"}
  multi_link_file: {foreground: "#A04800"}
git:
  new: {foreground: "#66740F"}
  modified: {foreground: "#976608"}
  deleted: {foreground: "#BF4233"}
  renamed: {foreground: "#3E7157"}
  typechange: {foreground: "#843811"}
  ignored: {foreground: "#A58D6D"}
  conflicted: {foreground: "#992418", is_bold: true}
git_repo:
  branch_main: {foreground: "#54402F"}
  branch_other: {foreground: "#A04800"}
  git_clean: {foreground: "#66740F"}
  git_dirty: {foreground: "#976608"}
security_context:
  none: {foreground: "#8C7254"}
  selinux:
    colon: {foreground: "#A58D6D"}
    user: {foreground: "#654F3B"}
    role: {foreground: "#3E7157"}
    typ: {foreground: "#735C44"}
    range: {foreground: "#843811"}
file_type:
  image: {foreground: "#843811"}
  video: {foreground: "#A04800"}
  music: {foreground: "#BA4D0A"}
  lossless: {foreground: "#BA4D0A", is_bold: true}
  crypto: {foreground: "#992418"}
  document: {foreground: "#3F6480"}
  compressed: {foreground: "#BF4233"}
  temp: {foreground: "#A58D6D"}
  compiled: {foreground: "#8C7254"}
  build: {foreground: "#976608", is_underline: true}
  source: {foreground: "#3E7157"}
punctuation: {foreground: "#A58D6D"}
date: {foreground: "#654F3B"}
inode: {foreground: "#8C7254"}
blocks: {foreground: "#8C7254"}
header: {foreground: "#54402F", is_underline: true}
octal: {foreground: "#843811"}
flags: {foreground: "#735C44"}
symlink_path: {foreground: "#654F3B"}
control_char: {foreground: "#843811"}
broken_symlink: {foreground: "#BF4233"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#A9720A", is_bold: true}}
  "README": {filename: {foreground: "#A9720A", is_bold: true}}
  "LICENSE": {filename: {foreground: "#735C44"}}
extensions:
  lock: {filename: {foreground: "#8C7254"}}
  log: {filename: {foreground: "#8C7254"}}
london-moquette.ymlsave as ~/.config/eza/london-moquette/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Moquette for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#D8DEEA"}
  directory: {foreground: "#F2C03F", is_bold: true}
  symlink: {foreground: "#54B4B5"}
  pipe: {foreground: "#AE9EDC"}
  block_device: {foreground: "#E5AA7F", is_bold: true}
  char_device: {foreground: "#E5AA7F"}
  socket: {foreground: "#AE9EDC", is_bold: true}
  special: {foreground: "#AE9EDC"}
  executable: {foreground: "#77C581", is_bold: true}
  mount_point: {foreground: "#FFD36C", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F2C03F", is_bold: true}
  user_write: {foreground: "#DE8946", is_bold: true}
  user_execute_file: {foreground: "#77C581", is_bold: true}
  user_execute_other: {foreground: "#77C581", is_bold: true}
  group_read: {foreground: "#F2C03F"}
  group_write: {foreground: "#DE8946"}
  group_execute: {foreground: "#77C581"}
  other_read: {foreground: "#F2C03F"}
  other_write: {foreground: "#DE8946"}
  other_execute: {foreground: "#77C581"}
  special_user_file: {foreground: "#AE9EDC"}
  special_other: {foreground: "#73819C"}
  attribute: {foreground: "#73819C"}
size:
  major: {foreground: "#54B4B5"}
  minor: {foreground: "#72D1D3"}
  number_byte: {foreground: "#A9B2C4"}
  number_kilo: {foreground: "#77C581"}
  number_mega: {foreground: "#F2C03F"}
  number_giga: {foreground: "#DE8946"}
  number_huge: {foreground: "#FE8474"}
  unit_byte: {foreground: "#7F899D"}
  unit_kilo: {foreground: "#5C966E"}
  unit_mega: {foreground: "#B29340"}
  unit_giga: {foreground: "#A46C44"}
  unit_huge: {foreground: "#BB6965"}
users:
  user_you: {foreground: "#F2C03F"}
  user_root: {foreground: "#FE8474"}
  user_other: {foreground: "#A9B2C4"}
  group_yours: {foreground: "#C1C9D8"}
  group_other: {foreground: "#8F9AB0"}
  group_root: {foreground: "#FE8474"}
links:
  normal: {foreground: "#54B4B5"}
  multi_link_file: {foreground: "#DE8946"}
git:
  new: {foreground: "#77C581"}
  modified: {foreground: "#F2C03F"}
  deleted: {foreground: "#FE8474"}
  renamed: {foreground: "#54B4B5"}
  typechange: {foreground: "#AE9EDC"}
  ignored: {foreground: "#576685"}
  conflicted: {foreground: "#DB6052", is_bold: true}
git_repo:
  branch_main: {foreground: "#C1C9D8"}
  branch_other: {foreground: "#DE8946"}
  git_clean: {foreground: "#77C581"}
  git_dirty: {foreground: "#F2C03F"}
security_context:
  none: {foreground: "#73819C"}
  selinux:
    colon: {foreground: "#576685"}
    user: {foreground: "#A9B2C4"}
    role: {foreground: "#54B4B5"}
    typ: {foreground: "#8F9AB0"}
    range: {foreground: "#AE9EDC"}
file_type:
  image: {foreground: "#AE9EDC"}
  video: {foreground: "#DE8946"}
  music: {foreground: "#E5AA7F"}
  lossless: {foreground: "#E5AA7F", is_bold: true}
  crypto: {foreground: "#DB6052"}
  document: {foreground: "#7595DA"}
  compressed: {foreground: "#FE8474"}
  temp: {foreground: "#576685"}
  compiled: {foreground: "#73819C"}
  build: {foreground: "#F2C03F", is_underline: true}
  source: {foreground: "#54B4B5"}
punctuation: {foreground: "#576685"}
date: {foreground: "#A9B2C4"}
inode: {foreground: "#73819C"}
blocks: {foreground: "#73819C"}
header: {foreground: "#C1C9D8", is_underline: true}
octal: {foreground: "#AE9EDC"}
flags: {foreground: "#8F9AB0"}
symlink_path: {foreground: "#A9B2C4"}
control_char: {foreground: "#AE9EDC"}
broken_symlink: {foreground: "#FE8474"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD36C", is_bold: true}}
  "README": {filename: {foreground: "#FFD36C", is_bold: true}}
  "LICENSE": {filename: {foreground: "#8F9AB0"}}
extensions:
  lock: {filename: {foreground: "#73819C"}}
  log: {filename: {foreground: "#73819C"}}
london-deep-level.ymlsave as ~/.config/eza/london-deep-level/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Deep Level for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#D4DAE7"}
  directory: {foreground: "#F2C03F", is_bold: true}
  symlink: {foreground: "#54B4B5"}
  pipe: {foreground: "#AE9EDC"}
  block_device: {foreground: "#E5AA7F", is_bold: true}
  char_device: {foreground: "#E5AA7F"}
  socket: {foreground: "#AE9EDC", is_bold: true}
  special: {foreground: "#AE9EDC"}
  executable: {foreground: "#77C581", is_bold: true}
  mount_point: {foreground: "#FFD36C", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F2C03F", is_bold: true}
  user_write: {foreground: "#DE8946", is_bold: true}
  user_execute_file: {foreground: "#77C581", is_bold: true}
  user_execute_other: {foreground: "#77C581", is_bold: true}
  group_read: {foreground: "#F2C03F"}
  group_write: {foreground: "#DE8946"}
  group_execute: {foreground: "#77C581"}
  other_read: {foreground: "#F2C03F"}
  other_write: {foreground: "#DE8946"}
  other_execute: {foreground: "#77C581"}
  special_user_file: {foreground: "#AE9EDC"}
  special_other: {foreground: "#6F7C97"}
  attribute: {foreground: "#6F7C97"}
size:
  major: {foreground: "#54B4B5"}
  minor: {foreground: "#72D1D3"}
  number_byte: {foreground: "#A5AEC0"}
  number_kilo: {foreground: "#77C581"}
  number_mega: {foreground: "#F2C03F"}
  number_giga: {foreground: "#DE8946"}
  number_huge: {foreground: "#FE8474"}
  unit_byte: {foreground: "#798294"}
  unit_kilo: {foreground: "#599268"}
  unit_mega: {foreground: "#AF8E3A"}
  unit_giga: {foreground: "#A1683E"}
  unit_huge: {foreground: "#B7645F"}
users:
  user_you: {foreground: "#F2C03F"}
  user_root: {foreground: "#FE8474"}
  user_other: {foreground: "#A5AEC0"}
  group_yours: {foreground: "#BEC6D5"}
  group_other: {foreground: "#8B96AC"}
  group_root: {foreground: "#FE8474"}
links:
  normal: {foreground: "#54B4B5"}
  multi_link_file: {foreground: "#DE8946"}
git:
  new: {foreground: "#77C581"}
  modified: {foreground: "#F2C03F"}
  deleted: {foreground: "#FE8474"}
  renamed: {foreground: "#54B4B5"}
  typechange: {foreground: "#AE9EDC"}
  ignored: {foreground: "#53617D"}
  conflicted: {foreground: "#DB6052", is_bold: true}
git_repo:
  branch_main: {foreground: "#BEC6D5"}
  branch_other: {foreground: "#DE8946"}
  git_clean: {foreground: "#77C581"}
  git_dirty: {foreground: "#F2C03F"}
security_context:
  none: {foreground: "#6F7C97"}
  selinux:
    colon: {foreground: "#53617D"}
    user: {foreground: "#A5AEC0"}
    role: {foreground: "#54B4B5"}
    typ: {foreground: "#8B96AC"}
    range: {foreground: "#AE9EDC"}
file_type:
  image: {foreground: "#AE9EDC"}
  video: {foreground: "#DE8946"}
  music: {foreground: "#E5AA7F"}
  lossless: {foreground: "#E5AA7F", is_bold: true}
  crypto: {foreground: "#DB6052"}
  document: {foreground: "#7595DA"}
  compressed: {foreground: "#FE8474"}
  temp: {foreground: "#53617D"}
  compiled: {foreground: "#6F7C97"}
  build: {foreground: "#F2C03F", is_underline: true}
  source: {foreground: "#54B4B5"}
punctuation: {foreground: "#53617D"}
date: {foreground: "#A5AEC0"}
inode: {foreground: "#6F7C97"}
blocks: {foreground: "#6F7C97"}
header: {foreground: "#BEC6D5", is_underline: true}
octal: {foreground: "#AE9EDC"}
flags: {foreground: "#8B96AC"}
symlink_path: {foreground: "#A5AEC0"}
control_char: {foreground: "#AE9EDC"}
broken_symlink: {foreground: "#FE8474"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD36C", is_bold: true}}
  "README": {filename: {foreground: "#FFD36C", is_bold: true}}
  "LICENSE": {filename: {foreground: "#8B96AC"}}
extensions:
  lock: {filename: {foreground: "#6F7C97"}}
  log: {filename: {foreground: "#6F7C97"}}
london-portland.ymlsave as ~/.config/eza/london-portland/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# London Portland for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#293040"}
  directory: {foreground: "#8D6C08", is_bold: true}
  symlink: {foreground: "#007376"}
  pipe: {foreground: "#755FA9"}
  block_device: {foreground: "#AC5A00", is_bold: true}
  char_device: {foreground: "#AC5A00"}
  socket: {foreground: "#755FA9", is_bold: true}
  special: {foreground: "#755FA9"}
  executable: {foreground: "#0D8131", is_bold: true}
  mount_point: {foreground: "#9B770A", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#8D6C08", is_bold: true}
  user_write: {foreground: "#A54300", is_bold: true}
  user_execute_file: {foreground: "#0D8131", is_bold: true}
  user_execute_other: {foreground: "#0D8131", is_bold: true}
  group_read: {foreground: "#8D6C08"}
  group_write: {foreground: "#A54300"}
  group_execute: {foreground: "#0D8131"}
  other_read: {foreground: "#8D6C08"}
  other_write: {foreground: "#A54300"}
  other_execute: {foreground: "#0D8131"}
  special_user_file: {foreground: "#755FA9"}
  special_other: {foreground: "#697794"}
  attribute: {foreground: "#697794"}
size:
  major: {foreground: "#007376"}
  minor: {foreground: "#008688"}
  number_byte: {foreground: "#4A5469"}
  number_kilo: {foreground: "#0D8131"}
  number_mega: {foreground: "#8D6C08"}
  number_giga: {foreground: "#A54300"}
  number_huge: {foreground: "#CC2E25"}
  unit_byte: {foreground: "#626B80"}
  unit_kilo: {foreground: "#2E9250"}
  unit_mega: {foreground: "#9B802D"}
  unit_giga: {foreground: "#AF5D26"}
  unit_huge: {foreground: "#D04B46"}
users:
  user_you: {foreground: "#8D6C08"}
  user_root: {foreground: "#CC2E25"}
  user_other: {foreground: "#4A5469"}
  group_yours: {foreground: "#3C4557"}
  group_other: {foreground: "#556179"}
  group_root: {foreground: "#CC2E25"}
links:
  normal: {foreground: "#007376"}
  multi_link_file: {foreground: "#A54300"}
git:
  new: {foreground: "#0D8131"}
  modified: {foreground: "#8D6C08"}
  deleted: {foreground: "#CC2E25"}
  renamed: {foreground: "#007376"}
  typechange: {foreground: "#755FA9"}
  ignored: {foreground: "#8192B4"}
  conflicted: {foreground: "#9B211A", is_bold: true}
git_repo:
  branch_main: {foreground: "#3C4557"}
  branch_other: {foreground: "#A54300"}
  git_clean: {foreground: "#0D8131"}
  git_dirty: {foreground: "#8D6C08"}
security_context:
  none: {foreground: "#697794"}
  selinux:
    colon: {foreground: "#8192B4"}
    user: {foreground: "#4A5469"}
    role: {foreground: "#007376"}
    typ: {foreground: "#556179"}
    range: {foreground: "#755FA9"}
file_type:
  image: {foreground: "#755FA9"}
  video: {foreground: "#A54300"}
  music: {foreground: "#AC5A00"}
  lossless: {foreground: "#AC5A00", is_bold: true}
  crypto: {foreground: "#9B211A"}
  document: {foreground: "#0019A8"}
  compressed: {foreground: "#CC2E25"}
  temp: {foreground: "#8192B4"}
  compiled: {foreground: "#697794"}
  build: {foreground: "#8D6C08", is_underline: true}
  source: {foreground: "#007376"}
punctuation: {foreground: "#8192B4"}
date: {foreground: "#4A5469"}
inode: {foreground: "#697794"}
blocks: {foreground: "#697794"}
header: {foreground: "#3C4557", is_underline: true}
octal: {foreground: "#755FA9"}
flags: {foreground: "#556179"}
symlink_path: {foreground: "#4A5469"}
control_char: {foreground: "#755FA9"}
broken_symlink: {foreground: "#CC2E25"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#9B770A", is_bold: true}}
  "README": {filename: {foreground: "#9B770A", is_bold: true}}
  "LICENSE": {filename: {foreground: "#556179"}}
extensions:
  lock: {filename: {foreground: "#697794"}}
  log: {filename: {foreground: "#697794"}}
paris-guimard.ymlsave as ~/.config/eza/paris-guimard/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Guimard for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#D9E1DB"}
  directory: {foreground: "#F1BF4B", is_bold: true}
  symlink: {foreground: "#549B9F"}
  pipe: {foreground: "#FAB49C"}
  block_device: {foreground: "#DFAA61", is_bold: true}
  char_device: {foreground: "#DFAA61"}
  socket: {foreground: "#FAB49C", is_bold: true}
  special: {foreground: "#FAB49C"}
  executable: {foreground: "#70CAA9", is_bold: true}
  mount_point: {foreground: "#FFD57A", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F1BF4B", is_bold: true}
  user_write: {foreground: "#CA9245", is_bold: true}
  user_execute_file: {foreground: "#70CAA9", is_bold: true}
  user_execute_other: {foreground: "#70CAA9", is_bold: true}
  group_read: {foreground: "#F1BF4B"}
  group_write: {foreground: "#CA9245"}
  group_execute: {foreground: "#70CAA9"}
  other_read: {foreground: "#F1BF4B"}
  other_write: {foreground: "#CA9245"}
  other_execute: {foreground: "#70CAA9"}
  special_user_file: {foreground: "#FAB49C"}
  special_other: {foreground: "#74857C"}
  attribute: {foreground: "#74857C"}
size:
  major: {foreground: "#549B9F"}
  minor: {foreground: "#70B5B9"}
  number_byte: {foreground: "#A9B5AE"}
  number_kilo: {foreground: "#70CAA9"}
  number_mega: {foreground: "#F1BF4B"}
  number_giga: {foreground: "#CA9245"}
  number_huge: {foreground: "#E7877B"}
  unit_byte: {foreground: "#7F8C85"}
  unit_kilo: {foreground: "#579B82"}
  unit_mega: {foreground: "#B29440"}
  unit_giga: {foreground: "#96743C"}
  unit_huge: {foreground: "#AB6C62"}
users:
  user_you: {foreground: "#F1BF4B"}
  user_root: {foreground: "#E7877B"}
  user_other: {foreground: "#A9B5AE"}
  group_yours: {foreground: "#C2CBC5"}
  group_other: {foreground: "#909E96"}
  group_root: {foreground: "#E7877B"}
links:
  normal: {foreground: "#549B9F"}
  multi_link_file: {foreground: "#CA9245"}
git:
  new: {foreground: "#70CAA9"}
  modified: {foreground: "#F1BF4B"}
  deleted: {foreground: "#E7877B"}
  renamed: {foreground: "#549B9F"}
  typechange: {foreground: "#FAB49C"}
  ignored: {foreground: "#586B61"}
  conflicted: {foreground: "#C7665B", is_bold: true}
git_repo:
  branch_main: {foreground: "#C2CBC5"}
  branch_other: {foreground: "#CA9245"}
  git_clean: {foreground: "#70CAA9"}
  git_dirty: {foreground: "#F1BF4B"}
security_context:
  none: {foreground: "#74857C"}
  selinux:
    colon: {foreground: "#586B61"}
    user: {foreground: "#A9B5AE"}
    role: {foreground: "#549B9F"}
    typ: {foreground: "#909E96"}
    range: {foreground: "#FAB49C"}
file_type:
  image: {foreground: "#FAB49C"}
  video: {foreground: "#CA9245"}
  music: {foreground: "#DFAA61"}
  lossless: {foreground: "#DFAA61", is_bold: true}
  crypto: {foreground: "#C7665B"}
  document: {foreground: "#709BC8"}
  compressed: {foreground: "#E7877B"}
  temp: {foreground: "#586B61"}
  compiled: {foreground: "#74857C"}
  build: {foreground: "#F1BF4B", is_underline: true}
  source: {foreground: "#549B9F"}
punctuation: {foreground: "#586B61"}
date: {foreground: "#A9B5AE"}
inode: {foreground: "#74857C"}
blocks: {foreground: "#74857C"}
header: {foreground: "#C2CBC5", is_underline: true}
octal: {foreground: "#FAB49C"}
flags: {foreground: "#909E96"}
symlink_path: {foreground: "#A9B5AE"}
control_char: {foreground: "#FAB49C"}
broken_symlink: {foreground: "#E7877B"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD57A", is_bold: true}}
  "README": {filename: {foreground: "#FFD57A", is_bold: true}}
  "LICENSE": {filename: {foreground: "#909E96"}}
extensions:
  lock: {filename: {foreground: "#74857C"}}
  log: {filename: {foreground: "#74857C"}}
paris-catacombes.ymlsave as ~/.config/eza/paris-catacombes/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Catacombes for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#D4DDD7"}
  directory: {foreground: "#F1BF4B", is_bold: true}
  symlink: {foreground: "#549B9F"}
  pipe: {foreground: "#FAB49C"}
  block_device: {foreground: "#DFAA61", is_bold: true}
  char_device: {foreground: "#DFAA61"}
  socket: {foreground: "#FAB49C", is_bold: true}
  special: {foreground: "#FAB49C"}
  executable: {foreground: "#70CAA9", is_bold: true}
  mount_point: {foreground: "#FFD57A", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#F1BF4B", is_bold: true}
  user_write: {foreground: "#CA9245", is_bold: true}
  user_execute_file: {foreground: "#70CAA9", is_bold: true}
  user_execute_other: {foreground: "#70CAA9", is_bold: true}
  group_read: {foreground: "#F1BF4B"}
  group_write: {foreground: "#CA9245"}
  group_execute: {foreground: "#70CAA9"}
  other_read: {foreground: "#F1BF4B"}
  other_write: {foreground: "#CA9245"}
  other_execute: {foreground: "#70CAA9"}
  special_user_file: {foreground: "#FAB49C"}
  special_other: {foreground: "#708178"}
  attribute: {foreground: "#708178"}
size:
  major: {foreground: "#549B9F"}
  minor: {foreground: "#70B5B9"}
  number_byte: {foreground: "#A5B1AA"}
  number_kilo: {foreground: "#70CAA9"}
  number_mega: {foreground: "#F1BF4B"}
  number_giga: {foreground: "#CA9245"}
  number_huge: {foreground: "#E7877B"}
  unit_byte: {foreground: "#79857E"}
  unit_kilo: {foreground: "#54967E"}
  unit_mega: {foreground: "#AE8F3C"}
  unit_giga: {foreground: "#936F38"}
  unit_huge: {foreground: "#A7685E"}
users:
  user_you: {foreground: "#F1BF4B"}
  user_root: {foreground: "#E7877B"}
  user_other: {foreground: "#A5B1AA"}
  group_yours: {foreground: "#BFC8C2"}
  group_other: {foreground: "#8C9A92"}
  group_root: {foreground: "#E7877B"}
links:
  normal: {foreground: "#549B9F"}
  multi_link_file: {foreground: "#CA9245"}
git:
  new: {foreground: "#70CAA9"}
  modified: {foreground: "#F1BF4B"}
  deleted: {foreground: "#E7877B"}
  renamed: {foreground: "#549B9F"}
  typechange: {foreground: "#FAB49C"}
  ignored: {foreground: "#54655C"}
  conflicted: {foreground: "#C7665B", is_bold: true}
git_repo:
  branch_main: {foreground: "#BFC8C2"}
  branch_other: {foreground: "#CA9245"}
  git_clean: {foreground: "#70CAA9"}
  git_dirty: {foreground: "#F1BF4B"}
security_context:
  none: {foreground: "#708178"}
  selinux:
    colon: {foreground: "#54655C"}
    user: {foreground: "#A5B1AA"}
    role: {foreground: "#549B9F"}
    typ: {foreground: "#8C9A92"}
    range: {foreground: "#FAB49C"}
file_type:
  image: {foreground: "#FAB49C"}
  video: {foreground: "#CA9245"}
  music: {foreground: "#DFAA61"}
  lossless: {foreground: "#DFAA61", is_bold: true}
  crypto: {foreground: "#C7665B"}
  document: {foreground: "#709BC8"}
  compressed: {foreground: "#E7877B"}
  temp: {foreground: "#54655C"}
  compiled: {foreground: "#708178"}
  build: {foreground: "#F1BF4B", is_underline: true}
  source: {foreground: "#549B9F"}
punctuation: {foreground: "#54655C"}
date: {foreground: "#A5B1AA"}
inode: {foreground: "#708178"}
blocks: {foreground: "#708178"}
header: {foreground: "#BFC8C2", is_underline: true}
octal: {foreground: "#FAB49C"}
flags: {foreground: "#8C9A92"}
symlink_path: {foreground: "#A5B1AA"}
control_char: {foreground: "#FAB49C"}
broken_symlink: {foreground: "#E7877B"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#FFD57A", is_bold: true}}
  "README": {filename: {foreground: "#FFD57A", is_bold: true}}
  "LICENSE": {filename: {foreground: "#8C9A92"}}
extensions:
  lock: {filename: {foreground: "#708178"}}
  log: {filename: {foreground: "#708178"}}
paris-carrelage.ymlsave as ~/.config/eza/paris-carrelage/theme.yml
# Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
# Paris Carrelage for eza 0.20+.
colourful: true
filekinds:
  normal: {foreground: "#27342F"}
  directory: {foreground: "#916D07", is_bold: true}
  symlink: {foreground: "#006267"}
  pipe: {foreground: "#B36B51"}
  block_device: {foreground: "#885A00", is_bold: true}
  char_device: {foreground: "#885A00"}
  socket: {foreground: "#B36B51", is_bold: true}
  special: {foreground: "#B36B51"}
  executable: {foreground: "#218366", is_bold: true}
  mount_point: {foreground: "#A07A12", is_bold: true, is_underline: true}
perms:
  user_read: {foreground: "#916D07", is_bold: true}
  user_write: {foreground: "#764C00", is_bold: true}
  user_execute_file: {foreground: "#218366", is_bold: true}
  user_execute_other: {foreground: "#218366", is_bold: true}
  group_read: {foreground: "#916D07"}
  group_write: {foreground: "#764C00"}
  group_execute: {foreground: "#218366"}
  other_read: {foreground: "#916D07"}
  other_write: {foreground: "#764C00"}
  other_execute: {foreground: "#218366"}
  special_user_file: {foreground: "#B36B51"}
  special_other: {foreground: "#6C7C76"}
  attribute: {foreground: "#6C7C76"}
size:
  major: {foreground: "#006267"}
  minor: {foreground: "#027479"}
  number_byte: {foreground: "#4A5752"}
  number_kilo: {foreground: "#218366"}
  number_mega: {foreground: "#916D07"}
  number_giga: {foreground: "#764C00"}
  number_huge: {foreground: "#AC3B32"}
  unit_byte: {foreground: "#636E6A"}
  unit_kilo: {foreground: "#40947B"}
  unit_mega: {foreground: "#9F812A"}
  unit_giga: {foreground: "#886524"}
  unit_huge: {foreground: "#B6564F"}
users:
  user_you: {foreground: "#916D07"}
  user_root: {foreground: "#AC3B32"}
  user_other: {foreground: "#4A5752"}
  group_yours: {foreground: "#3B4742"}
  group_other: {foreground: "#56645F"}
  group_root: {foreground: "#AC3B32"}
links:
  normal: {foreground: "#006267"}
  multi_link_file: {foreground: "#764C00"}
git:
  new: {foreground: "#218366"}
  modified: {foreground: "#916D07"}
  deleted: {foreground: "#AC3B32"}
  renamed: {foreground: "#006267"}
  typechange: {foreground: "#B36B51"}
  ignored: {foreground: "#859792"}
  conflicted: {foreground: "#88251E", is_bold: true}
git_repo:
  branch_main: {foreground: "#3B4742"}
  branch_other: {foreground: "#764C00"}
  git_clean: {foreground: "#218366"}
  git_dirty: {foreground: "#916D07"}
security_context:
  none: {foreground: "#6C7C76"}
  selinux:
    colon: {foreground: "#859792"}
    user: {foreground: "#4A5752"}
    role: {foreground: "#006267"}
    typ: {foreground: "#56645F"}
    range: {foreground: "#B36B51"}
file_type:
  image: {foreground: "#B36B51"}
  video: {foreground: "#764C00"}
  music: {foreground: "#885A00"}
  lossless: {foreground: "#885A00", is_bold: true}
  crypto: {foreground: "#88251E"}
  document: {foreground: "#25629B"}
  compressed: {foreground: "#AC3B32"}
  temp: {foreground: "#859792"}
  compiled: {foreground: "#6C7C76"}
  build: {foreground: "#916D07", is_underline: true}
  source: {foreground: "#006267"}
punctuation: {foreground: "#859792"}
date: {foreground: "#4A5752"}
inode: {foreground: "#6C7C76"}
blocks: {foreground: "#6C7C76"}
header: {foreground: "#3B4742", is_underline: true}
octal: {foreground: "#B36B51"}
flags: {foreground: "#56645F"}
symlink_path: {foreground: "#4A5752"}
control_char: {foreground: "#B36B51"}
broken_symlink: {foreground: "#AC3B32"}
broken_path_overlay: {is_underline: true}
filenames:
  "README.md": {filename: {foreground: "#A07A12", is_bold: true}}
  "README": {filename: {foreground: "#A07A12", is_bold: true}}
  "LICENSE": {filename: {foreground: "#56645F"}}
extensions:
  lock: {filename: {foreground: "#6C7C76"}}
  log: {filename: {foreground: "#6C7C76"}}