/colorgcc/colorgccrc

http://github.com/brinkman83/bashrc · #! · 64 lines · 55 code · 9 blank · 0 comment · 0 complexity · 7a4ab2dc86f106453e330f08a6c90a08 MD5 · raw file

  1. #
  2. # colorgcc configuration file
  3. #
  4. # $Id: colorgccrc,v 1.1.1.1 1999/04/25 15:24:03 jamoyers Exp $
  5. #
  6. # This file should be named $HOME/.colorgccrc
  7. #
  8. #
  9. # The following groups of attributes may be combined for a given color:
  10. #
  11. # clear black on_black
  12. # reset red on_red
  13. # bold green on_green
  14. # underline yellow on_yellow
  15. # underscore blue on_blue
  16. # blink magenta on_magenta
  17. # reverse cyan on_cyan
  18. # concealed white on_white
  19. #
  20. # For example, srcColor: bold cyan on_yellow
  21. #
  22. # gccVersion: if defined, append "-<gccVersion>" to the compiler paths
  23. # defined hereunder. Otherwise, those paths remains as is set
  24. # gccVersion: 4.1.1
  25. # Define the paths to the actual location of the various compilers.
  26. # (Currently, colorgcc only understands these: g++ gcc c++ cc g77 f77 gcj)
  27. g++: /usr/bin/g++
  28. gcc: /usr/bin/gcc
  29. c++: /usr/bin/g++
  30. cc: /usr/bin/gcc
  31. g77: /usr/bin/g77
  32. f77: /usr/bin/g77
  33. gcj: /usr/bin/gcj
  34. # Don't do color if our terminal type ($TERM) is one of these.
  35. # (List all terminal types on one line, seperated by whitespace.)
  36. nocolor: dumb emacs
  37. # Text between ` and ' is usually source code.
  38. srcColor: bold cyan
  39. # Text other than a warning or error.
  40. introColor: reset
  41. # Warnings and errors both have similar formats:
  42. # filename:999:Message
  43. # Each field may be assigned a different color.
  44. # Warnings
  45. warningFileNameColor: reset
  46. warningNumberColor: blue
  47. warningMessageColor: yellow
  48. # Errors
  49. errorFileNameColor: reset
  50. errorNumberColor: blue
  51. errorMessageColor: bold red
  52. # Possible translations, if you use localized compiler.
  53. # (List all translations on one line, seperated by whitespace.)
  54. warningTranslations:
  55. errorTranslations: