Skip to content

Instantly share code, notes, and snippets.

@torus
Created November 26, 2020 02:03
Show Gist options
  • Save torus/74ba23b0898b65e6f8e3f464872b20df to your computer and use it in GitHub Desktop.
Save torus/74ba23b0898b65e6f8e3f464872b20df to your computer and use it in GitHub Desktop.
ダークな背景に合わせて GCC の出力の色をパステルカラーにする。
export GCC_COLORS=\
'error=01;38;5;214:'\
'warning=01;38;5;229:'\
'note=01;38;5;195:'\
'range1=38;5;204:'\
'range2=38;5;39:'\
'locus=01:'\
'quote=01:'\
'path=01;38;5;195:'\
'fixit-insert=38;5;154:'\
'fixit-delete=38;5;214:'\
'diff-filename=01:'\
'diff-hunk=38;5;214:'\
'diff-delete=38;5;214:'\
'diff-insert=38;5;154:'\
'type-diff=01;38;5;214'
@torus
Copy link
Author

torus commented Nov 26, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment