Created
November 26, 2020 02:03
-
-
Save torus/74ba23b0898b65e6f8e3f464872b20df to your computer and use it in GitHub Desktop.
ダークな背景に合わせて GCC の出力の色をパステルカラーにする。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Author
torus
commented
Nov 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment