catppuccin-macchiato.zsh

 1# Catppuccin Macchiato Theme (for zsh-syntax-highlighting)
 2#
 3# Paste this files contents inside your ~/.zshrc before you activate zsh-syntax-highlighting
 4ZSH_HIGHLIGHT_HIGHLIGHTERS=(main cursor)
 5typeset -gA ZSH_HIGHLIGHT_STYLES
 6
 7# Main highlighter styling: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md
 8#
 9## General
10### Diffs
11### Markup
12## Classes
13## Comments
14ZSH_HIGHLIGHT_STYLES[comment]='fg=#5b6078'
15## Constants
16## Entitites
17## Functions/methods
18ZSH_HIGHLIGHT_STYLES[alias]='fg=#a6da95'
19ZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=#a6da95'
20ZSH_HIGHLIGHT_STYLES[global-alias]='fg=#a6da95'
21ZSH_HIGHLIGHT_STYLES[function]='fg=#a6da95'
22ZSH_HIGHLIGHT_STYLES[command]='fg=#a6da95'
23ZSH_HIGHLIGHT_STYLES[precommand]='fg=#a6da95,italic'
24ZSH_HIGHLIGHT_STYLES[autodirectory]='fg=#f5a97f,italic'
25ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=#f5a97f'
26ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=#f5a97f'
27ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=#c6a0f6'
28## Keywords
29## Built ins
30ZSH_HIGHLIGHT_STYLES[builtin]='fg=#a6da95'
31ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=#a6da95'
32ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=#a6da95'
33## Punctuation
34ZSH_HIGHLIGHT_STYLES[commandseparator]='fg=#ed8796'
35ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]='fg=#cad3f5'
36ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]='fg=#cad3f5'
37ZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]='fg=#cad3f5'
38ZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]='fg=#ed8796'
39ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=#ed8796'
40ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=#ed8796'
41## Serializable / Configuration Languages
42## Storage
43## Strings
44ZSH_HIGHLIGHT_STYLES[command-substitution-quoted]='fg=#eed49f'
45ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]='fg=#eed49f'
46ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=#eed49f'
47ZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]='fg=#ee99a0'
48ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=#eed49f'
49ZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]='fg=#ee99a0'
50ZSH_HIGHLIGHT_STYLES[rc-quote]='fg=#eed49f'
51## Variables
52ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]='fg=#cad3f5'
53ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]='fg=#ee99a0'
54ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=#cad3f5'
55ZSH_HIGHLIGHT_STYLES[assign]='fg=#cad3f5'
56ZSH_HIGHLIGHT_STYLES[named-fd]='fg=#cad3f5'
57ZSH_HIGHLIGHT_STYLES[numeric-fd]='fg=#cad3f5'
58## No category relevant in spec
59ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=#ee99a0'
60ZSH_HIGHLIGHT_STYLES[path]='fg=#cad3f5,underline'
61ZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#ed8796,underline'
62ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#cad3f5,underline'
63ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#ed8796,underline'
64ZSH_HIGHLIGHT_STYLES[globbing]='fg=#cad3f5'
65ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=#c6a0f6'
66#ZSH_HIGHLIGHT_STYLES[command-substitution]='fg=?'
67#ZSH_HIGHLIGHT_STYLES[command-substitution-unquoted]='fg=?'
68#ZSH_HIGHLIGHT_STYLES[process-substitution]='fg=?'
69#ZSH_HIGHLIGHT_STYLES[arithmetic-expansion]='fg=?'
70ZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]='fg=#ee99a0'
71ZSH_HIGHLIGHT_STYLES[redirection]='fg=#cad3f5'
72ZSH_HIGHLIGHT_STYLES[arg0]='fg=#cad3f5'
73ZSH_HIGHLIGHT_STYLES[default]='fg=#cad3f5'
74ZSH_HIGHLIGHT_STYLES[cursor]='fg=#cad3f5'