config-highlight.def 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. context-foreground= #000000
  25. context-background= lightgray
  26. linenumber-foreground= gray
  27. linenumber-background= #ffffff
  28. #cursor (only foreground can be set, restart IDLE)
  29. cursor-foreground= black
  30. #shell window
  31. stdout-foreground= blue
  32. stdout-background= #ffffff
  33. stderr-foreground= red
  34. stderr-background= #ffffff
  35. console-foreground= #770000
  36. console-background= #ffffff
  37. [IDLE New]
  38. normal-foreground= #000000
  39. normal-background= #ffffff
  40. keyword-foreground= #ff7700
  41. keyword-background= #ffffff
  42. builtin-foreground= #900090
  43. builtin-background= #ffffff
  44. comment-foreground= #dd0000
  45. comment-background= #ffffff
  46. string-foreground= #00aa00
  47. string-background= #ffffff
  48. definition-foreground= #0000ff
  49. definition-background= #ffffff
  50. hilite-foreground= #000000
  51. hilite-background= gray
  52. break-foreground= black
  53. break-background= #ffff55
  54. hit-foreground= #ffffff
  55. hit-background= #000000
  56. error-foreground= #000000
  57. error-background= #ff7777
  58. context-foreground= #000000
  59. context-background= lightgray
  60. linenumber-foreground= gray
  61. linenumber-background= #ffffff
  62. #cursor (only foreground can be set, restart IDLE)
  63. cursor-foreground= black
  64. #shell window
  65. stdout-foreground= blue
  66. stdout-background= #ffffff
  67. stderr-foreground= red
  68. stderr-background= #ffffff
  69. console-foreground= #770000
  70. console-background= #ffffff
  71. [IDLE Dark]
  72. comment-foreground = #dd0000
  73. console-foreground = #ff4d4d
  74. error-foreground = #FFFFFF
  75. hilite-background = #7e7e7e
  76. string-foreground = #02ff02
  77. stderr-background = #002240
  78. stderr-foreground = #ffb3b3
  79. console-background = #002240
  80. hit-background = #fbfbfb
  81. string-background = #002240
  82. normal-background = #002240
  83. hilite-foreground = #FFFFFF
  84. keyword-foreground = #ff8000
  85. error-background = #c86464
  86. keyword-background = #002240
  87. builtin-background = #002240
  88. break-background = #808000
  89. builtin-foreground = #ff00ff
  90. definition-foreground = #5e5eff
  91. stdout-foreground = #c2d1fa
  92. definition-background = #002240
  93. normal-foreground = #FFFFFF
  94. cursor-foreground = #ffffff
  95. stdout-background = #002240
  96. hit-foreground = #002240
  97. comment-background = #002240
  98. break-foreground = #FFFFFF
  99. context-foreground= #ffffff
  100. context-background= #454545
  101. linenumber-foreground= gray
  102. linenumber-background= #002240