Matrix Theme for IDLE


/ Published in: Pseudocode
Save to your folder(s)

Simple Matrix theme for Idle


Copy this code and paste it in your HTML
  1. [Matrix]
  2. definition-foreground = #0000ff
  3. error-foreground = #000000
  4. string-background = #000000
  5. keyword-foreground = #ff7700
  6. normal-foreground = #00ff00
  7. comment-background = #000000
  8. hit-foreground = #ffffff
  9. builtin-background = #000000
  10. hilite-foreground = #000000
  11. stdout-foreground = blue
  12. cursor-foreground = #ff0000
  13. break-background = #ffff55
  14. comment-foreground = #dd0000
  15. hilite-background = gray
  16. definition-background = #000000
  17. stderr-background = #ffffff
  18. hit-background = #000000
  19. console-foreground = #770000
  20. normal-background = #000000
  21. builtin-foreground = #900090
  22. stdout-background = #000000
  23. console-background = #ffffff
  24. stderr-foreground = red
  25. keyword-background = #000000
  26. string-foreground = #00aa00
  27. break-foreground = black
  28. error-background = #ff7777

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.