{
 "id": "zsh",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.zsh",
     "path": "digitable-focus-carbon.zsh",
     "lang": "zsh",
     "bytes": 4238,
     "lines": 102,
     "text": "# Digitable Focus Carbon for zsh 0.1.0\n# Syntax highlighting for zsh-syntax-highlighting, plus a matching prompt.\n# Needs zsh 5.3+ and a 24-bit colour terminal.\n\ntypeset -gA ZSH_HIGHLIGHT_STYLES\nZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)\n\n# Commands\nZSH_HIGHLIGHT_STYLES[unknown-token]='fg=#FF5B5B,bold'\nZSH_HIGHLIGHT_STYLES[reserved-word]='fg=#B65CFF'\nZSH_HIGHLIGHT_STYLES[alias]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[global-alias]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[builtin]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[function]='fg=#3CA9FF'\nZSH_HIGHLIGHT_STYLES[command]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[precommand]='fg=#00D8FF'\nZSH_HIGHLIGHT_STYLES[commandseparator]='fg=#9BAAB8'\nZSH_HIGHLIGHT_STYLES[hashed-command]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[arg0]='fg=#00E5E5'\n\n# Paths and globs\nZSH_HIGHLIGHT_STYLES[autodirectory]='fg=#FF8A2A,underline'\nZSH_HIGHLIGHT_STYLES[path]='fg=#F5F7FA,underline'\nZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#9BAAB8,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#F5F7FA,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#9BAAB8,underline'\nZSH_HIGHLIGHT_STYLES[globbing]='fg=#FF8A2A'\nZSH_HIGHLIGHT_STYLES[history-expansion]='fg=#B65CFF'\n\n# Substitutions\nZSH_HIGHLIGHT_STYLES[command-substitution]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]='fg=#FFC247'\nZSH_HIGHLIGHT_STYLES[command-substitution-unquoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]='fg=#FFC247'\nZSH_HIGHLIGHT_STYLES[command-substitution-quoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]='fg=#FFC247'\nZSH_HIGHLIGHT_STYLES[process-substitution]='none'\nZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]='fg=#FFC247'\nZSH_HIGHLIGHT_STYLES[arithmetic-expansion]='fg=#FFC247'\n\n# Options\nZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=#9BAAB8'\nZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=#9BAAB8'\n\n# Quoting\nZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]='fg=#FFC247'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]='fg=#FF5B5B'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=#7CFF6B'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]='fg=#FF5B5B'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=#7CFF6B'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]='fg=#FF5B5B'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]='fg=#7CFF6B'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]='fg=#FF5B5B'\nZSH_HIGHLIGHT_STYLES[rc-quote]='fg=#00D8FF'\nZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=#00D8FF'\nZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=#00D8FF'\nZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=#00D8FF'\n\n# Assignments, redirections and the rest\nZSH_HIGHLIGHT_STYLES[assign]='fg=#F5F7FA'\nZSH_HIGHLIGHT_STYLES[redirection]='fg=#FF8A2A'\nZSH_HIGHLIGHT_STYLES[comment]='fg=#718695'\nZSH_HIGHLIGHT_STYLES[named-fd]='fg=#F5F7FA'\nZSH_HIGHLIGHT_STYLES[numeric-fd]='fg=#9BAAB8'\nZSH_HIGHLIGHT_STYLES[default]='fg=#F5F7FA'\n\n# brackets highlighter\nZSH_HIGHLIGHT_STYLES[bracket-error]='fg=#FF5B5B,bold'\nZSH_HIGHLIGHT_STYLES[bracket-level-1]='fg=#00E5E5'\nZSH_HIGHLIGHT_STYLES[bracket-level-2]='fg=#B65CFF'\nZSH_HIGHLIGHT_STYLES[bracket-level-3]='fg=#3CA9FF'\nZSH_HIGHLIGHT_STYLES[bracket-level-4]='fg=#FF8A2A'\nZSH_HIGHLIGHT_STYLES[bracket-level-5]='fg=#7CFF6B'\nZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]='standout'\n\n# Selection and cursor line, used by the line editor itself\nzle_highlight=(\n  region:bg=#0F3745\n  special:fg=#FF8A2A\n  suffix:fg=#718695\n  isearch:bg=#0F3745,fg=#F5F7FA\n  paste:bg=#0F3745\n)\n\n# Completion menu (list-colors takes LS_COLORS codes, not hex)\nzstyle ':completion:*' list-colors \"di=38;2;0;229;229\" \"ln=38;2;60;169;255\" \"ex=1;38;2;124;255;107\"\nzstyle ':completion:*:descriptions' format '%F{#718695}%d%f'\nzstyle ':completion:*:warnings' format '%F{#FF5B5B}no matches%f'\n\n# Prompt\nautoload -Uz vcs_info\nzstyle ':vcs_info:*' enable git\nzstyle ':vcs_info:git:*' formats ' %F{#B65CFF}%b%f'\nzstyle ':vcs_info:git:*' actionformats ' %F{#B65CFF}%b%f %F{#FFC247}%a%f'\nprecmd_functions+=(vcs_info)\nsetopt prompt_subst\n\nPROMPT='%F{#3CA9FF}%~%f${vcs_info_msg_0_} %(?.%F{#00E5E5}.%F{#FF5B5B})>%f '\nRPROMPT='%F{#718695}%*%f'\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.zsh",
     "path": "digitable-focus-paper.zsh",
     "lang": "zsh",
     "bytes": 4234,
     "lines": 102,
     "text": "# Digitable Focus Paper for zsh 0.1.0\n# Syntax highlighting for zsh-syntax-highlighting, plus a matching prompt.\n# Needs zsh 5.3+ and a 24-bit colour terminal.\n\ntypeset -gA ZSH_HIGHLIGHT_STYLES\nZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)\n\n# Commands\nZSH_HIGHLIGHT_STYLES[unknown-token]='fg=#B4232E,bold'\nZSH_HIGHLIGHT_STYLES[reserved-word]='fg=#7139A3'\nZSH_HIGHLIGHT_STYLES[alias]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[global-alias]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[builtin]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[function]='fg=#0067A8'\nZSH_HIGHLIGHT_STYLES[command]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[precommand]='fg=#006E78'\nZSH_HIGHLIGHT_STYLES[commandseparator]='fg=#526A78'\nZSH_HIGHLIGHT_STYLES[hashed-command]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[arg0]='fg=#007C83'\n\n# Paths and globs\nZSH_HIGHLIGHT_STYLES[autodirectory]='fg=#A54A00,underline'\nZSH_HIGHLIGHT_STYLES[path]='fg=#10202A,underline'\nZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#526A78,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#10202A,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#526A78,underline'\nZSH_HIGHLIGHT_STYLES[globbing]='fg=#A54A00'\nZSH_HIGHLIGHT_STYLES[history-expansion]='fg=#7139A3'\n\n# Substitutions\nZSH_HIGHLIGHT_STYLES[command-substitution]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]='fg=#8A5B00'\nZSH_HIGHLIGHT_STYLES[command-substitution-unquoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]='fg=#8A5B00'\nZSH_HIGHLIGHT_STYLES[command-substitution-quoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]='fg=#8A5B00'\nZSH_HIGHLIGHT_STYLES[process-substitution]='none'\nZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]='fg=#8A5B00'\nZSH_HIGHLIGHT_STYLES[arithmetic-expansion]='fg=#8A5B00'\n\n# Options\nZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=#526A78'\nZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=#526A78'\n\n# Quoting\nZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]='fg=#8A5B00'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]='fg=#B4232E'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=#287A36'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]='fg=#B4232E'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=#287A36'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]='fg=#B4232E'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]='fg=#287A36'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]='fg=#B4232E'\nZSH_HIGHLIGHT_STYLES[rc-quote]='fg=#006E78'\nZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=#006E78'\nZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=#006E78'\nZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=#006E78'\n\n# Assignments, redirections and the rest\nZSH_HIGHLIGHT_STYLES[assign]='fg=#10202A'\nZSH_HIGHLIGHT_STYLES[redirection]='fg=#A54A00'\nZSH_HIGHLIGHT_STYLES[comment]='fg=#5F7480'\nZSH_HIGHLIGHT_STYLES[named-fd]='fg=#10202A'\nZSH_HIGHLIGHT_STYLES[numeric-fd]='fg=#526A78'\nZSH_HIGHLIGHT_STYLES[default]='fg=#10202A'\n\n# brackets highlighter\nZSH_HIGHLIGHT_STYLES[bracket-error]='fg=#B4232E,bold'\nZSH_HIGHLIGHT_STYLES[bracket-level-1]='fg=#007C83'\nZSH_HIGHLIGHT_STYLES[bracket-level-2]='fg=#7139A3'\nZSH_HIGHLIGHT_STYLES[bracket-level-3]='fg=#0067A8'\nZSH_HIGHLIGHT_STYLES[bracket-level-4]='fg=#A54A00'\nZSH_HIGHLIGHT_STYLES[bracket-level-5]='fg=#287A36'\nZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]='standout'\n\n# Selection and cursor line, used by the line editor itself\nzle_highlight=(\n  region:bg=#C8E9EC\n  special:fg=#A54A00\n  suffix:fg=#5F7480\n  isearch:bg=#C8E9EC,fg=#10202A\n  paste:bg=#C8E9EC\n)\n\n# Completion menu (list-colors takes LS_COLORS codes, not hex)\nzstyle ':completion:*' list-colors \"di=38;2;0;124;131\" \"ln=38;2;0;103;168\" \"ex=1;38;2;40;122;54\"\nzstyle ':completion:*:descriptions' format '%F{#5F7480}%d%f'\nzstyle ':completion:*:warnings' format '%F{#B4232E}no matches%f'\n\n# Prompt\nautoload -Uz vcs_info\nzstyle ':vcs_info:*' enable git\nzstyle ':vcs_info:git:*' formats ' %F{#7139A3}%b%f'\nzstyle ':vcs_info:git:*' actionformats ' %F{#7139A3}%b%f %F{#8A5B00}%a%f'\nprecmd_functions+=(vcs_info)\nsetopt prompt_subst\n\nPROMPT='%F{#0067A8}%~%f${vcs_info_msg_0_} %(?.%F{#007C83}.%F{#B4232E})>%f '\nRPROMPT='%F{#5F7480}%*%f'\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.zsh",
     "path": "digitable-focus-signal.zsh",
     "lang": "zsh",
     "bytes": 4236,
     "lines": 102,
     "text": "# Digitable Focus Signal for zsh 0.1.0\n# Syntax highlighting for zsh-syntax-highlighting, plus a matching prompt.\n# Needs zsh 5.3+ and a 24-bit colour terminal.\n\ntypeset -gA ZSH_HIGHLIGHT_STYLES\nZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)\n\n# Commands\nZSH_HIGHLIGHT_STYLES[unknown-token]='fg=#FF4D5A,bold'\nZSH_HIGHLIGHT_STYLES[reserved-word]='fg=#E47AFF'\nZSH_HIGHLIGHT_STYLES[alias]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[global-alias]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[builtin]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[function]='fg=#55AAFF'\nZSH_HIGHLIGHT_STYLES[command]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[precommand]='fg=#66FFFF'\nZSH_HIGHLIGHT_STYLES[commandseparator]='fg=#D0D9DE'\nZSH_HIGHLIGHT_STYLES[hashed-command]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[arg0]='fg=#00FFFF'\n\n# Paths and globs\nZSH_HIGHLIGHT_STYLES[autodirectory]='fg=#FF9D3D,underline'\nZSH_HIGHLIGHT_STYLES[path]='fg=#FFFFFF,underline'\nZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#D0D9DE,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#FFFFFF,underline'\nZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#D0D9DE,underline'\nZSH_HIGHLIGHT_STYLES[globbing]='fg=#FF9D3D'\nZSH_HIGHLIGHT_STYLES[history-expansion]='fg=#E47AFF'\n\n# Substitutions\nZSH_HIGHLIGHT_STYLES[command-substitution]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]='fg=#FFD800'\nZSH_HIGHLIGHT_STYLES[command-substitution-unquoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]='fg=#FFD800'\nZSH_HIGHLIGHT_STYLES[command-substitution-quoted]='none'\nZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]='fg=#FFD800'\nZSH_HIGHLIGHT_STYLES[process-substitution]='none'\nZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]='fg=#FFD800'\nZSH_HIGHLIGHT_STYLES[arithmetic-expansion]='fg=#FFD800'\n\n# Options\nZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=#D0D9DE'\nZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=#D0D9DE'\n\n# Quoting\nZSH_HIGHLIGHT_STYLES[back-quoted-argument]='none'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]='fg=#FFD800'\nZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]='fg=#FF4D5A'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=#7CFF00'\nZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]='fg=#FF4D5A'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=#7CFF00'\nZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]='fg=#FF4D5A'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]='fg=#7CFF00'\nZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]='fg=#FF4D5A'\nZSH_HIGHLIGHT_STYLES[rc-quote]='fg=#66FFFF'\nZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=#66FFFF'\nZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=#66FFFF'\nZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=#66FFFF'\n\n# Assignments, redirections and the rest\nZSH_HIGHLIGHT_STYLES[assign]='fg=#FFFFFF'\nZSH_HIGHLIGHT_STYLES[redirection]='fg=#FF9D3D'\nZSH_HIGHLIGHT_STYLES[comment]='fg=#A8B6BF'\nZSH_HIGHLIGHT_STYLES[named-fd]='fg=#FFFFFF'\nZSH_HIGHLIGHT_STYLES[numeric-fd]='fg=#D0D9DE'\nZSH_HIGHLIGHT_STYLES[default]='fg=#FFFFFF'\n\n# brackets highlighter\nZSH_HIGHLIGHT_STYLES[bracket-error]='fg=#FF4D5A,bold'\nZSH_HIGHLIGHT_STYLES[bracket-level-1]='fg=#00FFFF'\nZSH_HIGHLIGHT_STYLES[bracket-level-2]='fg=#E47AFF'\nZSH_HIGHLIGHT_STYLES[bracket-level-3]='fg=#55AAFF'\nZSH_HIGHLIGHT_STYLES[bracket-level-4]='fg=#FF9D3D'\nZSH_HIGHLIGHT_STYLES[bracket-level-5]='fg=#7CFF00'\nZSH_HIGHLIGHT_STYLES[cursor-matchingbracket]='standout'\n\n# Selection and cursor line, used by the line editor itself\nzle_highlight=(\n  region:bg=#005555\n  special:fg=#FF9D3D\n  suffix:fg=#A8B6BF\n  isearch:bg=#005555,fg=#FFFFFF\n  paste:bg=#005555\n)\n\n# Completion menu (list-colors takes LS_COLORS codes, not hex)\nzstyle ':completion:*' list-colors \"di=38;2;0;255;255\" \"ln=38;2;85;170;255\" \"ex=1;38;2;124;255;0\"\nzstyle ':completion:*:descriptions' format '%F{#A8B6BF}%d%f'\nzstyle ':completion:*:warnings' format '%F{#FF4D5A}no matches%f'\n\n# Prompt\nautoload -Uz vcs_info\nzstyle ':vcs_info:*' enable git\nzstyle ':vcs_info:git:*' formats ' %F{#E47AFF}%b%f'\nzstyle ':vcs_info:git:*' actionformats ' %F{#E47AFF}%b%f %F{#FFD800}%a%f'\nprecmd_functions+=(vcs_info)\nsetopt prompt_subst\n\nPROMPT='%F{#55AAFF}%~%f${vcs_info_msg_0_} %(?.%F{#00FFFF}.%F{#FF4D5A})>%f '\nRPROMPT='%F{#A8B6BF}%*%f'\n"
    }
   ]
  }
 ]
}
