Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

CLI & TUI

Glow

A Glamour style: top-level headings as orange station signs, the rest stepping down the stripe from orange to sage, and code blocks colored like the editor ports.

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

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

Turn it on

In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/subway-seat.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/subway-seat.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/subway-seat-tunnel.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/subway-seat-tunnel.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/subway-seat-enamel.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/subway-seat-enamel.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/london-moquette.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/london-moquette.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/london-deep-level.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/london-deep-level.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/london-portland.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/london-portland.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/paris-guimard.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/paris-guimard.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/paris-catacombes.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/paris-catacombes.json   # gh and other Glamour apps
In config.fish (bash and zsh: ~/.bashrc or ~/.zshrc). Glow ignores GLAMOUR_STYLE, hence the alias; style: in glow.yml works too if you give it the full path, without ~
alias glow 'glow -s ~/.config/glamour/paris-carrelage.json'
set -gx GLAMOUR_STYLE ~/.config/glamour/paris-carrelage.json   # gh and other Glamour apps

The files

subway-seat.jsonsave as ~/.config/glamour/subway-seat.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#EDDCBC",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#C4AE8C",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F3BF45",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#20160E",
    "background_color": "#EC7F31",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#EC7F31"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F3BF45"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#ADB956"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#86AD95"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#C4AE8C",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#F8ECD4",
    "bold": true
  },
  "hr": {
    "color": "#634932",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#7F9BAE",
    "underline": true
  },
  "link_text": {
    "color": "#9DB6C6",
    "bold": true
  },
  "image": {
    "color": "#7F9BAE",
    "underline": true
  },
  "image_text": {
    "color": "#86AD95",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#ADB956",
    "background_color": "#43301F"
  },
  "code_block": {
    "color": "#EDDCBC",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#EDDCBC"
      },
      "error": {
        "color": "#20160E",
        "background_color": "#FF8373"
      },
      "comment": {
        "color": "#967B5C",
        "italic": true
      },
      "comment_preproc": {
        "color": "#F4A87E",
        "italic": true
      },
      "keyword": {
        "color": "#EC7F31"
      },
      "keyword_reserved": {
        "color": "#EC7F31"
      },
      "keyword_namespace": {
        "color": "#EC7F31"
      },
      "keyword_type": {
        "color": "#86AD95",
        "italic": true
      },
      "operator": {
        "color": "#AE9575"
      },
      "punctuation": {
        "color": "#AE9575"
      },
      "name": {
        "color": "#EDDCBC"
      },
      "name_builtin": {
        "color": "#F3BF45",
        "italic": true
      },
      "name_tag": {
        "color": "#EC7F31"
      },
      "name_attribute": {
        "color": "#F3BF45",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

subway-seat-tunnel.jsonsave as ~/.config/glamour/subway-seat-tunnel.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#E9D8B6",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#C0AA88",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F3BF45",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#140D07",
    "background_color": "#EC7F31",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#EC7F31"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F3BF45"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#ADB956"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#86AD95"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#C0AA88",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#F6EAD1",
    "bold": true
  },
  "hr": {
    "color": "#4F3927",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#7F9BAE",
    "underline": true
  },
  "link_text": {
    "color": "#9DB6C6",
    "bold": true
  },
  "image": {
    "color": "#7F9BAE",
    "underline": true
  },
  "image_text": {
    "color": "#86AD95",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#ADB956",
    "background_color": "#302115"
  },
  "code_block": {
    "color": "#E9D8B6",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#E9D8B6"
      },
      "error": {
        "color": "#140D07",
        "background_color": "#FF8373"
      },
      "comment": {
        "color": "#917759",
        "italic": true
      },
      "comment_preproc": {
        "color": "#F4A87E",
        "italic": true
      },
      "keyword": {
        "color": "#EC7F31"
      },
      "keyword_reserved": {
        "color": "#EC7F31"
      },
      "keyword_namespace": {
        "color": "#EC7F31"
      },
      "keyword_type": {
        "color": "#86AD95",
        "italic": true
      },
      "operator": {
        "color": "#AA9171"
      },
      "punctuation": {
        "color": "#AA9171"
      },
      "name": {
        "color": "#E9D8B6"
      },
      "name_builtin": {
        "color": "#F3BF45",
        "italic": true
      },
      "name_tag": {
        "color": "#EC7F31"
      },
      "name_attribute": {
        "color": "#F3BF45",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

subway-seat-enamel.jsonsave as ~/.config/glamour/subway-seat-enamel.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#3E2C1E",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#654F3B",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#976608",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#F8EFDF",
    "background_color": "#A04800",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#A04800"
  },
  "h3": {
    "prefix": "### ",
    "color": "#976608"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#66740F"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#3E7157"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#654F3B",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#2A1D13",
    "bold": true
  },
  "hr": {
    "color": "#BAA380",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#3F6480",
    "underline": true
  },
  "link_text": {
    "color": "#517791",
    "bold": true
  },
  "image": {
    "color": "#3F6480",
    "underline": true
  },
  "image_text": {
    "color": "#3E7157",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#66740F",
    "background_color": "#EEE4D0"
  },
  "code_block": {
    "color": "#3E2C1E",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#3E2C1E"
      },
      "error": {
        "color": "#F8EFDF",
        "background_color": "#BF4233"
      },
      "comment": {
        "color": "#8C7254",
        "italic": true
      },
      "comment_preproc": {
        "color": "#843811",
        "italic": true
      },
      "keyword": {
        "color": "#A04800"
      },
      "keyword_reserved": {
        "color": "#A04800"
      },
      "keyword_namespace": {
        "color": "#A04800"
      },
      "keyword_type": {
        "color": "#3E7157",
        "italic": true
      },
      "operator": {
        "color": "#735C44"
      },
      "punctuation": {
        "color": "#735C44"
      },
      "name": {
        "color": "#3E2C1E"
      },
      "name_builtin": {
        "color": "#976608",
        "italic": true
      },
      "name_tag": {
        "color": "#A04800"
      },
      "name_attribute": {
        "color": "#976608",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

london-moquette.jsonsave as ~/.config/glamour/london-moquette.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#D8DEEA",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#A9B2C4",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F2C03F",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#121826",
    "background_color": "#DE8946",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#DE8946"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F2C03F"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#77C581"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#54B4B5"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#A9B2C4",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#E9EDF5",
    "bold": true
  },
  "hr": {
    "color": "#3D4F72",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#7595DA",
    "underline": true
  },
  "link_text": {
    "color": "#8BB0FF",
    "bold": true
  },
  "image": {
    "color": "#7595DA",
    "underline": true
  },
  "image_text": {
    "color": "#54B4B5",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#77C581",
    "background_color": "#263451"
  },
  "code_block": {
    "color": "#D8DEEA",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#D8DEEA"
      },
      "error": {
        "color": "#121826",
        "background_color": "#FE8474"
      },
      "comment": {
        "color": "#73819C",
        "italic": true
      },
      "comment_preproc": {
        "color": "#AE9EDC",
        "italic": true
      },
      "keyword": {
        "color": "#DE8946"
      },
      "keyword_reserved": {
        "color": "#DE8946"
      },
      "keyword_namespace": {
        "color": "#DE8946"
      },
      "keyword_type": {
        "color": "#54B4B5",
        "italic": true
      },
      "operator": {
        "color": "#8F9AB0"
      },
      "punctuation": {
        "color": "#8F9AB0"
      },
      "name": {
        "color": "#D8DEEA"
      },
      "name_builtin": {
        "color": "#F2C03F",
        "italic": true
      },
      "name_tag": {
        "color": "#DE8946"
      },
      "name_attribute": {
        "color": "#F2C03F",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

london-deep-level.jsonsave as ~/.config/glamour/london-deep-level.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#D4DAE7",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#A5AEC0",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F2C03F",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#0A0E18",
    "background_color": "#DE8946",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#DE8946"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F2C03F"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#77C581"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#54B4B5"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#A5AEC0",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#E7EBF3",
    "bold": true
  },
  "hr": {
    "color": "#303E5B",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#7595DA",
    "underline": true
  },
  "link_text": {
    "color": "#8BB0FF",
    "bold": true
  },
  "image": {
    "color": "#7595DA",
    "underline": true
  },
  "image_text": {
    "color": "#54B4B5",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#77C581",
    "background_color": "#1A243A"
  },
  "code_block": {
    "color": "#D4DAE7",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#D4DAE7"
      },
      "error": {
        "color": "#0A0E18",
        "background_color": "#FE8474"
      },
      "comment": {
        "color": "#6F7C97",
        "italic": true
      },
      "comment_preproc": {
        "color": "#AE9EDC",
        "italic": true
      },
      "keyword": {
        "color": "#DE8946"
      },
      "keyword_reserved": {
        "color": "#DE8946"
      },
      "keyword_namespace": {
        "color": "#DE8946"
      },
      "keyword_type": {
        "color": "#54B4B5",
        "italic": true
      },
      "operator": {
        "color": "#8B96AC"
      },
      "punctuation": {
        "color": "#8B96AC"
      },
      "name": {
        "color": "#D4DAE7"
      },
      "name_builtin": {
        "color": "#F2C03F",
        "italic": true
      },
      "name_tag": {
        "color": "#DE8946"
      },
      "name_attribute": {
        "color": "#F2C03F",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

london-portland.jsonsave as ~/.config/glamour/london-portland.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#293040",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#4A5469",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#8D6C08",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#E8F0FF",
    "background_color": "#A54300",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#A54300"
  },
  "h3": {
    "prefix": "### ",
    "color": "#8D6C08"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#0D8131"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#007376"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#4A5469",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#1B202B",
    "bold": true
  },
  "hr": {
    "color": "#93A7CF",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#0019A8",
    "underline": true
  },
  "link_text": {
    "color": "#4A6EBD",
    "bold": true
  },
  "image": {
    "color": "#0019A8",
    "underline": true
  },
  "image_text": {
    "color": "#007376",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#0D8131",
    "background_color": "#DCE5F7"
  },
  "code_block": {
    "color": "#293040",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#293040"
      },
      "error": {
        "color": "#E8F0FF",
        "background_color": "#CC2E25"
      },
      "comment": {
        "color": "#697794",
        "italic": true
      },
      "comment_preproc": {
        "color": "#755FA9",
        "italic": true
      },
      "keyword": {
        "color": "#A54300"
      },
      "keyword_reserved": {
        "color": "#A54300"
      },
      "keyword_namespace": {
        "color": "#A54300"
      },
      "keyword_type": {
        "color": "#007376",
        "italic": true
      },
      "operator": {
        "color": "#556179"
      },
      "punctuation": {
        "color": "#556179"
      },
      "name": {
        "color": "#293040"
      },
      "name_builtin": {
        "color": "#8D6C08",
        "italic": true
      },
      "name_tag": {
        "color": "#A54300"
      },
      "name_attribute": {
        "color": "#8D6C08",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

paris-guimard.jsonsave as ~/.config/glamour/paris-guimard.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#D9E1DB",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#A9B5AE",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F1BF4B",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#131A17",
    "background_color": "#CA9245",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#CA9245"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F1BF4B"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#70CAA9"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#549B9F"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#A9B5AE",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#E9EEEC",
    "bold": true
  },
  "hr": {
    "color": "#3E554A",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#709BC8",
    "underline": true
  },
  "link_text": {
    "color": "#8DB6E2",
    "bold": true
  },
  "image": {
    "color": "#709BC8",
    "underline": true
  },
  "image_text": {
    "color": "#549B9F",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#70CAA9",
    "background_color": "#263930"
  },
  "code_block": {
    "color": "#D9E1DB",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#D9E1DB"
      },
      "error": {
        "color": "#131A17",
        "background_color": "#E7877B"
      },
      "comment": {
        "color": "#74857C",
        "italic": true
      },
      "comment_preproc": {
        "color": "#FAB49C",
        "italic": true
      },
      "keyword": {
        "color": "#CA9245"
      },
      "keyword_reserved": {
        "color": "#CA9245"
      },
      "keyword_namespace": {
        "color": "#CA9245"
      },
      "keyword_type": {
        "color": "#549B9F",
        "italic": true
      },
      "operator": {
        "color": "#909E96"
      },
      "punctuation": {
        "color": "#909E96"
      },
      "name": {
        "color": "#D9E1DB"
      },
      "name_builtin": {
        "color": "#F1BF4B",
        "italic": true
      },
      "name_tag": {
        "color": "#CA9245"
      },
      "name_attribute": {
        "color": "#F1BF4B",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

paris-catacombes.jsonsave as ~/.config/glamour/paris-catacombes.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#D4DDD7",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#A5B1AA",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#F1BF4B",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#0A100D",
    "background_color": "#CA9245",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#CA9245"
  },
  "h3": {
    "prefix": "### ",
    "color": "#F1BF4B"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#70CAA9"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#549B9F"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#A5B1AA",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#E7ECEA",
    "bold": true
  },
  "hr": {
    "color": "#31433A",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#709BC8",
    "underline": true
  },
  "link_text": {
    "color": "#8DB6E2",
    "bold": true
  },
  "image": {
    "color": "#709BC8",
    "underline": true
  },
  "image_text": {
    "color": "#549B9F",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#70CAA9",
    "background_color": "#1A2921"
  },
  "code_block": {
    "color": "#D4DDD7",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#D4DDD7"
      },
      "error": {
        "color": "#0A100D",
        "background_color": "#E7877B"
      },
      "comment": {
        "color": "#708178",
        "italic": true
      },
      "comment_preproc": {
        "color": "#FAB49C",
        "italic": true
      },
      "keyword": {
        "color": "#CA9245"
      },
      "keyword_reserved": {
        "color": "#CA9245"
      },
      "keyword_namespace": {
        "color": "#CA9245"
      },
      "keyword_type": {
        "color": "#549B9F",
        "italic": true
      },
      "operator": {
        "color": "#8C9A92"
      },
      "punctuation": {
        "color": "#8C9A92"
      },
      "name": {
        "color": "#D4DDD7"
      },
      "name_builtin": {
        "color": "#F1BF4B",
        "italic": true
      },
      "name_tag": {
        "color": "#CA9245"
      },
      "name_attribute": {
        "color": "#F1BF4B",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.

paris-carrelage.jsonsave as ~/.config/glamour/paris-carrelage.json
{
  "document": {
    "block_prefix": "\n",
    "block_suffix": "\n",
    "color": "#27342F",
    "margin": 2
  },
  "block_quote": {
    "indent": 1,
    "indent_token": "│ ",
    "color": "#4A5752",
    "italic": true
  },
  "paragraph": {},
  "list": {
    "level_indent": 2
  },
  "heading": {
    "block_suffix": "\n",
    "color": "#916D07",
    "bold": true
  },
  "h1": {
    "prefix": " ",
    "suffix": " ",
    "color": "#EEF2F1",
    "background_color": "#764C00",
    "bold": true
  },
  "h2": {
    "prefix": "## ",
    "color": "#764C00"
  },
  "h3": {
    "prefix": "### ",
    "color": "#916D07"
  },
  "h4": {
    "prefix": "#### ",
    "color": "#218366"
  },
  "h5": {
    "prefix": "##### ",
    "color": "#006267"
  },
  "h6": {
    "prefix": "###### ",
    "color": "#4A5752",
    "bold": false
  },
  "text": {},
  "strikethrough": {
    "crossed_out": true
  },
  "emph": {
    "italic": true
  },
  "strong": {
    "color": "#19221E",
    "bold": true
  },
  "hr": {
    "color": "#99ABA6",
    "format": "\n--------\n"
  },
  "item": {
    "block_prefix": "• "
  },
  "enumeration": {
    "block_prefix": ". "
  },
  "task": {
    "ticked": "[✓] ",
    "unticked": "[ ] "
  },
  "link": {
    "color": "#25629B",
    "underline": true
  },
  "link_text": {
    "color": "#3D75AD",
    "bold": true
  },
  "image": {
    "color": "#25629B",
    "underline": true
  },
  "image_text": {
    "color": "#006267",
    "format": "Image: {{.text}} →"
  },
  "code": {
    "prefix": " ",
    "suffix": " ",
    "color": "#218366",
    "background_color": "#E1E6E5"
  },
  "code_block": {
    "color": "#27342F",
    "margin": 2,
    "chroma": {
      "text": {
        "color": "#27342F"
      },
      "error": {
        "color": "#EEF2F1",
        "background_color": "#AC3B32"
      },
      "comment": {
        "color": "#6C7C76",
        "italic": true
      },
      "comment_preproc": {
        "color": "#B36B51",
        "italic": true
      },
      "keyword": {
        "color": "#764C00"
      },
      "keyword_reserved": {
        "color": "#764C00"
      },
      "keyword_namespace": {
        "color": "#764C00"
      },
      "keyword_type": {
        "color": "#006267",
        "italic": true
      },
      "operator": {
        "color": "#56645F"
      },
      "punctuation": {
        "color": "#56645F"
      },
      "name": {
        "color": "#27342F"
      },
      "name_builtin": {
        "color": "#916D07",
        "italic": true
      },
      "name_tag": {
        "color": "#764C00"
      },
      "name_attribute": {
        "color": "#916D07",
        "italic": true
      },
      "name_class": {

Showing 150 of 221 lines.