/Lib/idlelib/config-highlight.def

http://unladen-swallow.googlecode.com/ · Module-Definition · 64 lines · 62 code · 2 blank · 0 comment · 1 complexity · c933ac1a4e9fc04b3472c523f2020429 MD5 · raw file

  1. # IDLE reads several config files to determine user preferences. This
  2. # file is the default config file for idle highlight theme settings.
  3. [IDLE Classic]
  4. normal-foreground= #000000
  5. normal-background= #ffffff
  6. keyword-foreground= #ff7700
  7. keyword-background= #ffffff
  8. builtin-foreground= #900090
  9. builtin-background= #ffffff
  10. comment-foreground= #dd0000
  11. comment-background= #ffffff
  12. string-foreground= #00aa00
  13. string-background= #ffffff
  14. definition-foreground= #0000ff
  15. definition-background= #ffffff
  16. hilite-foreground= #000000
  17. hilite-background= gray
  18. break-foreground= black
  19. break-background= #ffff55
  20. hit-foreground= #ffffff
  21. hit-background= #000000
  22. error-foreground= #000000
  23. error-background= #ff7777
  24. #cursor (only foreground can be set, restart IDLE)
  25. cursor-foreground= black
  26. #shell window
  27. stdout-foreground= blue
  28. stdout-background= #ffffff
  29. stderr-foreground= red
  30. stderr-background= #ffffff
  31. console-foreground= #770000
  32. console-background= #ffffff
  33. [IDLE New]
  34. normal-foreground= #000000
  35. normal-background= #ffffff
  36. keyword-foreground= #ff7700
  37. keyword-background= #ffffff
  38. builtin-foreground= #900090
  39. builtin-background= #ffffff
  40. comment-foreground= #dd0000
  41. comment-background= #ffffff
  42. string-foreground= #00aa00
  43. string-background= #ffffff
  44. definition-foreground= #0000ff
  45. definition-background= #ffffff
  46. hilite-foreground= #000000
  47. hilite-background= gray
  48. break-foreground= black
  49. break-background= #ffff55
  50. hit-foreground= #ffffff
  51. hit-background= #000000
  52. error-foreground= #000000
  53. error-background= #ff7777
  54. #cursor (only foreground can be set, restart IDLE)
  55. cursor-foreground= black
  56. #shell window
  57. stdout-foreground= blue
  58. stdout-background= #ffffff
  59. stderr-foreground= red
  60. stderr-background= #ffffff
  61. console-foreground= #770000
  62. console-background= #ffffff