Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

EditorsNeeds Sublime Text 4

Sublime Text

A color scheme with gutter diff marks, inline diff, bracket and find highlights, and hover popups raised on the same paper as the other editors' menus. Copy it to Packages/User; Preferences › Browse Packages… opens the Packages folder.

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

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

Turn it on

In Preferences › Settings
"color_scheme": "Subway Seat.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "Subway Seat Tunnel.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "Subway Seat Enamel.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "London Moquette.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "London Deep Level.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "London Portland.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "Paris Guimard.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "Paris Catacombes.sublime-color-scheme"
In Preferences › Settings
"color_scheme": "Paris Carrelage.sublime-color-scheme"

Follow light and dark

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

In Preferences › Settings
"color_scheme": "auto",
"dark_color_scheme": "Subway Seat.sublime-color-scheme",
"light_color_scheme": "Subway Seat Enamel.sublime-color-scheme",
"theme": "auto"

The files

Subway Seat.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Subway Seat.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Subway Seat",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#20160E",
    "mantle": "#2A1D13",
    "base": "#362619",
    "surface0": "#43301F",
    "surface1": "#513B27",
    "surface2": "#634932",
    "overlay0": "#7B6047",
    "overlay1": "#967B5C",
    "overlay2": "#AE9575",
    "subtext0": "#C4AE8C",
    "subtext1": "#D9C6A3",
    "text": "#EDDCBC",
    "text_hi": "#F8ECD4",
    "yellow": "#F3BF45",
    "yellow_hi": "#FFD36B",
    "orange": "#EC7F31",
    "orange_hi": "#FF9D55",
    "red": "#E05C45",
    "red_hi": "#FF8373",
    "green": "#ADB956",
    "green_hi": "#BFCB63",
    "sage": "#86AD95",
    "sage_hi": "#A5C9B0",
    "denim": "#7F9BAE",
    "denim_hi": "#9DB6C6",
    "clay": "#F4A87E",
    "tint_add": "#3F3A1E",
    "tint_add_emph": "#504D26",
    "tint_add_dim": "#342D18",
    "tint_del": "#52281C",
    "tint_del_emph": "#6D3224",
    "tint_del_dim": "#412217",
    "tint_chg": "#423117",
    "tint_chg_emph": "#57421C",
    "tint_info": "#40362E",
    "tint_hint": "#41392A",
    "tint_search": "#6F5426",
    "tint_search_cur": "#915225",
    "inactive_selection": "#4F3927",
    "paper": "#43301F"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #43301F; color: #EDDCBC; } a { color: #7F9BAE; } code, .highlight { background-color: #362619; color: #ADB956; } h1, h2, h3 { color: #F3BF45; } .error, .errors { color: #FF8373; } .warning, .warnings { color: #F3BF45; } .info { color: #7F9BAE; } .hint { color: #86AD95; }",
    "phantom_css": "html { background-color: #43301F; color: #EDDCBC; } a { color: #7F9BAE; } code, .highlight { background-color: #362619; color: #ADB956; } h1, h2, h3 { color: #F3BF45; } .error, .errors { color: #FF8373; } .warning, .warnings { color: #F3BF45; } .info { color: #7F9BAE; } .hint { color: #86AD95; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

Subway Seat Tunnel.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Subway Seat Tunnel.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Subway Seat Tunnel",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#140D07",
    "mantle": "#1B120A",
    "base": "#24180E",
    "surface0": "#302115",
    "surface1": "#3D2C1D",
    "surface2": "#4F3927",
    "overlay0": "#745B45",
    "overlay1": "#917759",
    "overlay2": "#AA9171",
    "subtext0": "#C0AA88",
    "subtext1": "#D6C3A0",
    "text": "#E9D8B6",
    "text_hi": "#F6EAD1",
    "yellow": "#F3BF45",
    "yellow_hi": "#FFD36B",
    "orange": "#EC7F31",
    "orange_hi": "#FF9D55",
    "red": "#E05C45",
    "red_hi": "#FF8373",
    "green": "#ADB956",
    "green_hi": "#BFCB63",
    "sage": "#86AD95",
    "sage_hi": "#A5C9B0",
    "denim": "#7F9BAE",
    "denim_hi": "#9DB6C6",
    "clay": "#F4A87E",
    "tint_add": "#363318",
    "tint_add_emph": "#484722",
    "tint_add_dim": "#292512",
    "tint_del": "#492217",
    "tint_del_emph": "#662D20",
    "tint_del_dim": "#371A12",
    "tint_chg": "#382911",
    "tint_chg_emph": "#4E3B17",
    "tint_info": "#312A24",
    "tint_hint": "#322D21",
    "tint_search": "#624A1E",
    "tint_search_cur": "#884C20",
    "inactive_selection": "#3C2A1C",
    "paper": "#302115"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #302115; color: #E9D8B6; } a { color: #7F9BAE; } code, .highlight { background-color: #24180E; color: #ADB956; } h1, h2, h3 { color: #F3BF45; } .error, .errors { color: #FF8373; } .warning, .warnings { color: #F3BF45; } .info { color: #7F9BAE; } .hint { color: #86AD95; }",
    "phantom_css": "html { background-color: #302115; color: #E9D8B6; } a { color: #7F9BAE; } code, .highlight { background-color: #24180E; color: #ADB956; } h1, h2, h3 { color: #F3BF45; } .error, .errors { color: #FF8373; } .warning, .warnings { color: #F3BF45; } .info { color: #7F9BAE; } .hint { color: #86AD95; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

Subway Seat Enamel.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Subway Seat Enamel.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Subway Seat Enamel",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#E4D8C0",
    "mantle": "#EEE4D0",
    "base": "#F8EFDF",
    "surface0": "#DBCDB3",
    "surface1": "#CBB898",
    "surface2": "#BAA380",
    "overlay0": "#A58D6D",
    "overlay1": "#8C7254",
    "overlay2": "#735C44",
    "subtext0": "#654F3B",
    "subtext1": "#54402F",
    "text": "#3E2C1E",
    "text_hi": "#2A1D13",
    "yellow": "#976608",
    "yellow_hi": "#A9720A",
    "orange": "#A04800",
    "orange_hi": "#BA4D0A",
    "red": "#992418",
    "red_hi": "#BF4233",
    "green": "#66740F",
    "green_hi": "#697813",
    "sage": "#3E7157",
    "sage_hi": "#4C8367",
    "denim": "#3F6480",
    "denim_hi": "#517791",
    "clay": "#843811",
    "tint_add": "#D7DBC1",
    "tint_add_emph": "#C2C79F",
    "tint_add_dim": "#E7E9D9",
    "tint_del": "#EBD3D1",
    "tint_del_emph": "#DEB9B5",
    "tint_del_dim": "#F3E5E3",
    "tint_chg": "#E4D7BF",
    "tint_chg_emph": "#DECEB0",
    "tint_info": "#DEDCD2",
    "tint_hint": "#DEDDCC",
    "tint_search": "#DBC69E",
    "tint_search_cur": "#CC9C70",
    "inactive_selection": "#DFD1B8",
    "paper": "#FCF7EF"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(orange)",
    "block_caret": "var(orange)",
    "block_caret_border": "var(orange)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(mantle)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #FCF7EF; color: #3E2C1E; } a { color: #3F6480; } code, .highlight { background-color: #F8EFDF; color: #66740F; } h1, h2, h3 { color: #976608; } .error, .errors { color: #BF4233; } .warning, .warnings { color: #976608; } .info { color: #3F6480; } .hint { color: #3E7157; }",
    "phantom_css": "html { background-color: #FCF7EF; color: #3E2C1E; } a { color: #3F6480; } code, .highlight { background-color: #F8EFDF; color: #66740F; } h1, h2, h3 { color: #976608; } .error, .errors { color: #BF4233; } .warning, .warnings { color: #976608; } .info { color: #3F6480; } .hint { color: #3E7157; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(orange)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface1)",
    "selection_border": "var(surface1)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(orange)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(overlay1) alpha(0.25))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

London Moquette.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/London Moquette.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "London Moquette",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#121826",
    "mantle": "#172032",
    "base": "#1E2941",
    "surface0": "#263451",
    "surface1": "#303F61",
    "surface2": "#3D4F72",
    "overlay0": "#576685",
    "overlay1": "#73819C",
    "overlay2": "#8F9AB0",
    "subtext0": "#A9B2C4",
    "subtext1": "#C1C9D8",
    "text": "#D8DEEA",
    "text_hi": "#E9EDF5",
    "yellow": "#F2C03F",
    "yellow_hi": "#FFD36C",
    "orange": "#DE8946",
    "orange_hi": "#E5AA7F",
    "red": "#DB6052",
    "red_hi": "#FE8474",
    "green": "#77C581",
    "green_hi": "#9AD2A0",
    "sage": "#54B4B5",
    "sage_hi": "#72D1D3",
    "denim": "#7595DA",
    "denim_hi": "#8BB0FF",
    "clay": "#AE9EDC",
    "tint_add": "#283E3A",
    "tint_add_emph": "#345345",
    "tint_add_dim": "#203033",
    "tint_del": "#462B31",
    "tint_del_emph": "#623538",
    "tint_del_dim": "#34242D",
    "tint_chg": "#36332A",
    "tint_chg_emph": "#4C442C",
    "tint_info": "#2A3856",
    "tint_hint": "#263C51",
    "tint_search": "#5E5640",
    "tint_search_cur": "#7E5944",
    "inactive_selection": "#2F3E5C",
    "paper": "#263451"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #263451; color: #D8DEEA; } a { color: #7595DA; } code, .highlight { background-color: #1E2941; color: #77C581; } h1, h2, h3 { color: #F2C03F; } .error, .errors { color: #FE8474; } .warning, .warnings { color: #F2C03F; } .info { color: #7595DA; } .hint { color: #54B4B5; }",
    "phantom_css": "html { background-color: #263451; color: #D8DEEA; } a { color: #7595DA; } code, .highlight { background-color: #1E2941; color: #77C581; } h1, h2, h3 { color: #F2C03F; } .error, .errors { color: #FE8474; } .warning, .warnings { color: #F2C03F; } .info { color: #7595DA; } .hint { color: #54B4B5; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

London Deep Level.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/London Deep Level.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "London Deep Level",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#0A0E18",
    "mantle": "#0D1421",
    "base": "#121A2D",
    "surface0": "#1A243A",
    "surface1": "#232F49",
    "surface2": "#303E5B",
    "overlay0": "#53617D",
    "overlay1": "#6F7C97",
    "overlay2": "#8B96AC",
    "subtext0": "#A5AEC0",
    "subtext1": "#BEC6D5",
    "text": "#D4DAE7",
    "text_hi": "#E7EBF3",
    "yellow": "#F2C03F",
    "yellow_hi": "#FFD36C",
    "orange": "#DE8946",
    "orange_hi": "#E5AA7F",
    "red": "#DB6052",
    "red_hi": "#FE8474",
    "green": "#77C581",
    "green_hi": "#9AD2A0",
    "sage": "#54B4B5",
    "sage_hi": "#72D1D3",
    "denim": "#7595DA",
    "denim_hi": "#8BB0FF",
    "clay": "#AE9EDC",
    "tint_add": "#22362F",
    "tint_add_emph": "#2F4C3C",
    "tint_add_dim": "#192827",
    "tint_del": "#402327",
    "tint_del_emph": "#5E2F2F",
    "tint_del_dim": "#2E1C22",
    "tint_chg": "#2F2A1E",
    "tint_chg_emph": "#463C22",
    "tint_info": "#202B45",
    "tint_hint": "#1B3040",
    "tint_search": "#554C32",
    "tint_search_cur": "#78523A",
    "inactive_selection": "#222E46",
    "paper": "#1A243A"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #1A243A; color: #D4DAE7; } a { color: #7595DA; } code, .highlight { background-color: #121A2D; color: #77C581; } h1, h2, h3 { color: #F2C03F; } .error, .errors { color: #FE8474; } .warning, .warnings { color: #F2C03F; } .info { color: #7595DA; } .hint { color: #54B4B5; }",
    "phantom_css": "html { background-color: #1A243A; color: #D4DAE7; } a { color: #7595DA; } code, .highlight { background-color: #121A2D; color: #77C581; } h1, h2, h3 { color: #F2C03F; } .error, .errors { color: #FE8474; } .warning, .warnings { color: #F2C03F; } .info { color: #7595DA; } .hint { color: #54B4B5; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

London Portland.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/London Portland.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "London Portland",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#CCDAF2",
    "mantle": "#DCE5F7",
    "base": "#E8F0FF",
    "surface0": "#BFCFF1",
    "surface1": "#A8BBE2",
    "surface2": "#93A7CF",
    "overlay0": "#8192B4",
    "overlay1": "#697794",
    "overlay2": "#556179",
    "subtext0": "#4A5469",
    "subtext1": "#3C4557",
    "text": "#293040",
    "text_hi": "#1B202B",
    "yellow": "#8D6C08",
    "yellow_hi": "#9B770A",
    "orange": "#A54300",
    "orange_hi": "#AC5A00",
    "red": "#9B211A",
    "red_hi": "#CC2E25",
    "green": "#0D8131",
    "green_hi": "#008730",
    "sage": "#007376",
    "sage_hi": "#008688",
    "denim": "#0019A8",
    "denim_hi": "#4A6EBD",
    "clay": "#755FA9",
    "tint_add": "#C0DEC9",
    "tint_add_emph": "#9ECDAD",
    "tint_add_dim": "#D8EBDE",
    "tint_del": "#EBD3D1",
    "tint_del_emph": "#DFB8B6",
    "tint_del_dim": "#F3E4E4",
    "tint_chg": "#E1D9BF",
    "tint_chg_emph": "#DBD0B0",
    "tint_info": "#C8D2F3",
    "tint_hint": "#C8DEEC",
    "tint_search": "#CDC8B5",
    "tint_search_cur": "#C69A80",
    "inactive_selection": "#C5D3EF",
    "paper": "#F4F8FF"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(orange)",
    "block_caret": "var(orange)",
    "block_caret_border": "var(orange)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(mantle)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #F4F8FF; color: #293040; } a { color: #0019A8; } code, .highlight { background-color: #E8F0FF; color: #0D8131; } h1, h2, h3 { color: #8D6C08; } .error, .errors { color: #CC2E25; } .warning, .warnings { color: #8D6C08; } .info { color: #0019A8; } .hint { color: #007376; }",
    "phantom_css": "html { background-color: #F4F8FF; color: #293040; } a { color: #0019A8; } code, .highlight { background-color: #E8F0FF; color: #0D8131; } h1, h2, h3 { color: #8D6C08; } .error, .errors { color: #CC2E25; } .warning, .warnings { color: #8D6C08; } .info { color: #0019A8; } .hint { color: #007376; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(orange)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface1)",
    "selection_border": "var(surface1)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(orange)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(overlay1) alpha(0.25))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

Paris Guimard.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Paris Guimard.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Paris Guimard",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#131A17",
    "mantle": "#18241D",
    "base": "#1E2E26",
    "surface0": "#263930",
    "surface1": "#30463B",
    "surface2": "#3E554A",
    "overlay0": "#586B61",
    "overlay1": "#74857C",
    "overlay2": "#909E96",
    "subtext0": "#A9B5AE",
    "subtext1": "#C2CBC5",
    "text": "#D9E1DB",
    "text_hi": "#E9EEEC",
    "yellow": "#F1BF4B",
    "yellow_hi": "#FFD57A",
    "orange": "#CA9245",
    "orange_hi": "#DFAA61",
    "red": "#C7665B",
    "red_hi": "#E7877B",
    "green": "#70CAA9",
    "green_hi": "#89DEBE",
    "sage": "#549B9F",
    "sage_hi": "#70B5B9",
    "denim": "#709BC8",
    "denim_hi": "#8DB6E2",
    "clay": "#FAB49C",
    "tint_add": "#274137",
    "tint_add_emph": "#335649",
    "tint_add_dim": "#20332B",
    "tint_del": "#422E29",
    "tint_del_emph": "#5B3832",
    "tint_del_dim": "#322723",
    "tint_chg": "#37341F",
    "tint_chg_emph": "#4D4525",
    "tint_info": "#293D3D",
    "tint_hint": "#263D37",
    "tint_search": "#5D5A31",
    "tint_search_cur": "#746036",
    "inactive_selection": "#30433A",
    "paper": "#263930"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #263930; color: #D9E1DB; } a { color: #709BC8; } code, .highlight { background-color: #1E2E26; color: #70CAA9; } h1, h2, h3 { color: #F1BF4B; } .error, .errors { color: #E7877B; } .warning, .warnings { color: #F1BF4B; } .info { color: #709BC8; } .hint { color: #549B9F; }",
    "phantom_css": "html { background-color: #263930; color: #D9E1DB; } a { color: #709BC8; } code, .highlight { background-color: #1E2E26; color: #70CAA9; } h1, h2, h3 { color: #F1BF4B; } .error, .errors { color: #E7877B; } .warning, .warnings { color: #F1BF4B; } .info { color: #709BC8; } .hint { color: #549B9F; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

Paris Catacombes.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Paris Catacombes.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Paris Catacombes",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#0A100D",
    "mantle": "#0D1711",
    "base": "#121E19",
    "surface0": "#1A2921",
    "surface1": "#24342C",
    "surface2": "#31433A",
    "overlay0": "#54655C",
    "overlay1": "#708178",
    "overlay2": "#8C9A92",
    "subtext0": "#A5B1AA",
    "subtext1": "#BFC8C2",
    "text": "#D4DDD7",
    "text_hi": "#E7ECEA",
    "yellow": "#F1BF4B",
    "yellow_hi": "#FFD57A",
    "orange": "#CA9245",
    "orange_hi": "#DFAA61",
    "red": "#C7665B",
    "red_hi": "#E7877B",
    "green": "#70CAA9",
    "green_hi": "#89DEBE",
    "sage": "#549B9F",
    "sage_hi": "#70B5B9",
    "denim": "#709BC8",
    "denim_hi": "#8DB6E2",
    "clay": "#FAB49C",
    "tint_add": "#20392F",
    "tint_add_emph": "#2D4F42",
    "tint_add_dim": "#182A23",
    "tint_del": "#3B2621",
    "tint_del_emph": "#56322C",
    "tint_del_dim": "#2A1F1A",
    "tint_chg": "#2F2C17",
    "tint_chg_emph": "#463E1D",
    "tint_info": "#1F3032",
    "tint_hint": "#1B302C",
    "tint_search": "#554E28",
    "tint_search_cur": "#6E582F",
    "inactive_selection": "#23322B",
    "paper": "#1A2921"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(yellow)",
    "block_caret": "var(yellow)",
    "block_caret_border": "var(yellow)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(surface0)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #1A2921; color: #D4DDD7; } a { color: #709BC8; } code, .highlight { background-color: #121E19; color: #70CAA9; } h1, h2, h3 { color: #F1BF4B; } .error, .errors { color: #E7877B; } .warning, .warnings { color: #F1BF4B; } .info { color: #709BC8; } .hint { color: #549B9F; }",
    "phantom_css": "html { background-color: #1A2921; color: #D4DDD7; } a { color: #709BC8; } code, .highlight { background-color: #121E19; color: #70CAA9; } h1, h2, h3 { color: #F1BF4B; } .error, .errors { color: #E7877B; } .warning, .warnings { color: #F1BF4B; } .info { color: #709BC8; } .hint { color: #549B9F; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(yellow)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface2)",
    "selection_border": "var(surface2)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(yellow_hi)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(crust) alpha(0.5))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.

Paris Carrelage.sublime-color-schemesave as ~/Library/Application Support/Sublime Text/Packages/User/Paris Carrelage.sublime-color-scheme
Linux: ~/.config/sublime-text/Packages/User · Windows: %APPDATA%\Sublime Text\Packages\User
// Subway Seat — generated from palette.py by build.py. Edit the palette, not this file.
{
  "name": "Paris Carrelage",
  "author": "Oddur Sigurdsson",
  "variables": {
    "crust": "#D5DBDA",
    "mantle": "#E1E6E5",
    "base": "#EEF2F1",
    "surface0": "#C6D2CF",
    "surface1": "#B0BFBB",
    "surface2": "#99ABA6",
    "overlay0": "#859792",
    "overlay1": "#6C7C76",
    "overlay2": "#56645F",
    "subtext0": "#4A5752",
    "subtext1": "#3B4742",
    "text": "#27342F",
    "text_hi": "#19221E",
    "yellow": "#916D07",
    "yellow_hi": "#A07A12",
    "orange": "#764C00",
    "orange_hi": "#885A00",
    "red": "#88251E",
    "red_hi": "#AC3B32",
    "green": "#218366",
    "green_hi": "#278D6E",
    "sage": "#006267",
    "sage_hi": "#027479",
    "denim": "#25629B",
    "denim_hi": "#3D75AD",
    "clay": "#B36B51",
    "tint_add": "#C5DFD7",
    "tint_add_emph": "#A6CDC2",
    "tint_add_dim": "#DBEBE7",
    "tint_del": "#E7D3D2",
    "tint_del_emph": "#D9B9B7",
    "tint_del_dim": "#F1E5E4",
    "tint_chg": "#E2D9BF",
    "tint_chg_emph": "#DCD0B0",
    "tint_info": "#D2DEE5",
    "tint_hint": "#CDDEDE",
    "tint_search": "#D2CAAB",
    "tint_search_cur": "#B29F78",
    "inactive_selection": "#CCD6D3",
    "paper": "#F6F8F8"
  },
  "globals": {
    "background": "var(base)",
    "foreground": "var(text)",
    "caret": "var(orange)",
    "block_caret": "var(orange)",
    "block_caret_border": "var(orange)",
    "invisibles": "var(surface1)",
    "line_highlight": "var(mantle)",
    "misspelling": "var(red_hi)",
    "fold_marker": "var(overlay1)",
    "minimap_border": "var(surface2)",
    "accent": "var(orange)",
    "popup_css": "html { background-color: #F6F8F8; color: #27342F; } a { color: #25629B; } code, .highlight { background-color: #EEF2F1; color: #218366; } h1, h2, h3 { color: #916D07; } .error, .errors { color: #AC3B32; } .warning, .warnings { color: #916D07; } .info { color: #25629B; } .hint { color: #006267; }",
    "phantom_css": "html { background-color: #F6F8F8; color: #27342F; } a { color: #25629B; } code, .highlight { background-color: #EEF2F1; color: #218366; } h1, h2, h3 { color: #916D07; } .error, .errors { color: #AC3B32; } .warning, .warnings { color: #916D07; } .info { color: #25629B; } .hint { color: #006267; }",
    "gutter": "var(base)",
    "gutter_foreground": "var(overlay0)",
    "gutter_foreground_highlight": "var(orange)",
    "line_diff_width": "2",
    "line_diff_added": "var(green)",
    "line_diff_modified": "var(yellow)",
    "line_diff_deleted": "var(red_hi)",
    "selection": "var(surface1)",
    "selection_border": "var(surface1)",
    "selection_border_width": "1",
    "inactive_selection": "var(inactive_selection)",
    "inactive_selection_border": "var(inactive_selection)",
    "selection_corner_style": "round",
    "selection_corner_radius": "2",
    "highlight": "var(yellow)",
    "find_highlight": "var(tint_search_cur)",
    "find_highlight_foreground": "var(text_hi)",
    "scroll_highlight": "var(yellow)",
    "scroll_selected_highlight": "var(orange)",
    "rulers": "var(surface0)",
    "ruler_style": "solid",
    "guide": "var(surface0)",
    "active_guide": "var(surface2)",
    "stack_guide": "var(surface1)",
    "brackets_options": "foreground bold",
    "brackets_foreground": "var(orange)",
    "bracket_contents_options": "underline",
    "bracket_contents_foreground": "var(surface2)",
    "tags_options": "stippled_underline",
    "tags_foreground": "var(orange)",
    "shadow": "color(var(overlay1) alpha(0.25))",
    "shadow_width": "6"
  },
  "rules": [
    {
      "scope": "variable, variable.other.readwrite, variable.other.constant, meta.definition.variable",
      "foreground": "var(text)"
    },
    {
      "scope": "punctuation, meta.brace, punctuation.definition.tag, punctuation.separator, punctuation.terminator, punctuation.accessor",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword.operator, storage.type.function.arrow, punctuation.separator.key-value",
      "foreground": "var(overlay2)"
    },
    {
      "scope": "keyword, keyword.control, keyword.other, storage.modifier, keyword.operator.new, keyword.operator.expression, keyword.operator.logical.python, keyword.operator.wordlike, keyword.control.import, keyword.control.from",
      "foreground": "var(orange)"
    },
    {
      "scope": "storage, storage.type",
      "foreground": "var(orange)"
    },
    {
      "scope": "entity.name.function, support.function, variable.function, meta.function-call entity.name.function, entity.name.function.macro, support.function.any-method",
      "foreground": "var(yellow)"
    },
    {
      "scope": "support.function.builtin, support.function.console",
      "foreground": "var(yellow)",
      "font_style": "italic"
    },
    {
      "scope": "string, string.quoted, string.template, punctuation.definition.string, string.unquoted",
      "foreground": "var(green)"
    },
    {
      "scope": "constant.character.escape, constant.other.placeholder, punctuation.definition.template-expression, punctuation.section.embedded",
      "foreground": "var(clay)"
    },
    {
      "scope": "string.regexp",
      "foreground": "var(clay)"
    },
    {
      "scope": "constant.numeric, keyword.other.unit",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language, support.constant, variable.other.enummember, constant.other.caps, constant.other.color",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "constant.language.boolean",
      "foreground": "var(red_hi)"
    },
    {
      "scope": "entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, entity.name.interface, entity.other.inherited-class, support.class, support.type, entity.name.type.class",
      "foreground": "var(sage)"

Showing 150 of 404 lines.