Skip to content

Instantly share code, notes, and snippets.

@aplund
Created February 21, 2022 01:52
Show Gist options
  • Save aplund/923a407836affb5ce45c54253c87fe37 to your computer and use it in GitHub Desktop.
Save aplund/923a407836affb5ce45c54253c87fe37 to your computer and use it in GitHub Desktop.
# All Colours
# Simple Colours
color attachment color1 color0 # XXXXXX
color error bold color1 color0 # XXXXXX
color hdrdefault color248 color0 # XXXXXX
color indicator color0 color1 # XXXXXX
color markers color1 color0 # XXXXXX
color message bold color1 color0 # XXXXXX
color normal color7 color0 # XXXXXX
color prompt bold color5 color0 # XXXXXX
color search color7 color0 # XXXXXX
color signature color63 color0 # XXXXXX
color status bold color2 color4 # XXXXXX
color tilde bold color5 color0 # XXXXXX
color tree color7 color0 # XXXXXX
color index_tags color2 default # XXXXXX
# Quoted Colours
color quoted0 color144 color0 # XXXXXX
# Regex Colour index
color index color8 color0 ~A
# XXXXXX
color index color7 color23 ~F
# XXXXXX
color index bold color7 color23 ~N|~O ~F
# XXXXXX
color index bold color7 default ~N|~O !~F
# XXXXXX
# Regex Colour index_tag
color index_tag color1 color7 inbox
# XXXXXX
# Merged Colours
# color2 color0 # XXXXXX
# color7 color0 # XXXXXX
# color0 color1 # XXXXXX
# color2 color1 # XXXXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment