{
  "name": "Motel",
  "author": "1776pax",
  "globals": {
    "background": "#18110d",
    "foreground": "#e2d3c1",
    "caret": "#ba5152",
    "line_highlight": "#1d1511",
    "selection": "#403029",
    "inactive_selection": "#2c211d",
    "find_highlight": "#b99868",
    "brackets_foreground": "#5c4840",
    "guide": "#2c211d",
    "active_guide": "#5c4840"
  },
  "rules": [
    {
      "name": "Comment",
      "scope": "comment",
      "foreground": "#7d6c64",
      "font_style": "italic"
    },
    {
      "name": "String",
      "scope": "string",
      "foreground": "#b99868"
    },
    {
      "name": "Number",
      "scope": "constant.numeric",
      "foreground": "#b19080"
    },
    {
      "name": "Keyword",
      "scope": "keyword",
      "foreground": "#ba5152"
    },
    {
      "name": "Storage",
      "scope": "storage",
      "foreground": "#ba5152"
    },
    {
      "name": "Type",
      "scope": "entity.name.type, support.type",
      "foreground": "#7690a1"
    },
    {
      "name": "Function",
      "scope": "entity.name.function, support.function",
      "foreground": "#e2d3c1"
    },
    {
      "name": "Variable",
      "scope": "variable",
      "foreground": "#e2d3c1"
    },
    {
      "name": "Operator",
      "scope": "keyword.operator, punctuation",
      "foreground": "#9f8c82"
    },
    {
      "name": "Link",
      "scope": "markup.underline.link",
      "foreground": "#a98081"
    }
  ]
}
