HotPurpleTrafficLight.theme 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #HotPurpleTrafficLight
  2. #by Pete Allebone - mess with the best... you know the rest. <catch me at: peter at allebone dot org>
  3. #Designed to flash up bright red with danger when loads are high and attention is needed.
  4. # Main background, empty for terminal default, need to be empty if you want transparent background
  5. theme[main_bg]="#000000"
  6. # Main text color
  7. theme[main_fg]="#d1d1e0"
  8. # Title color for boxes
  9. theme[title]="#d1d1e0"
  10. # Highlight color for keyboard shortcuts
  11. theme[hi_fg]="#9933ff"
  12. # Background color of selected item in processes box
  13. theme[selected_bg]="#6666ff"
  14. # Foreground color of selected item in processes box
  15. theme[selected_fg]="#d1d1e0"
  16. # Color of inactive/disabled text
  17. theme[inactive_fg]="#9999ff"
  18. # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
  19. theme[graph_text]="#9933ff"
  20. # Background color of the percentage meters
  21. theme[meter_bg]="#4d4dff"
  22. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  23. theme[proc_misc]="#9933ff"
  24. # Cpu box outline color
  25. theme[cpu_box]="#a64dff"
  26. # Memory/disks box outline color
  27. theme[mem_box]="#a64dff"
  28. # Net up/down box outline color
  29. theme[net_box]="#a64dff"
  30. # Processes box outline color
  31. theme[proc_box]="#a64dff"
  32. # Box divider line and small boxes line color
  33. theme[div_line]="#4d4dff"
  34. # Temperature graph colors
  35. theme[temp_start]="#00ff00"
  36. theme[temp_mid]="#ff9933"
  37. theme[temp_end]="#ff0000"
  38. # CPU graph colors
  39. theme[cpu_start]="#00ff00"
  40. theme[cpu_mid]="#ccff66"
  41. theme[cpu_end]="#ff0000"
  42. # Mem/Disk free meter
  43. theme[free_end]="#00ff00"
  44. theme[free_mid]="#ccff66"
  45. theme[free_start]="#ff0000"
  46. # Mem/Disk cached meter
  47. theme[cached_start]="#00ff00"
  48. theme[cached_mid]="#ccff66"
  49. theme[cached_end]="#ff0000"
  50. # Mem/Disk available meter
  51. theme[available_start]="#ff0000"
  52. theme[available_mid]="#ccff66"
  53. theme[available_end]="#00ff00"
  54. # Mem/Disk used meter
  55. theme[used_start]="#00ff00"
  56. theme[used_mid]="#ccff66"
  57. theme[used_end]="#ff0000"
  58. # Download graph colors
  59. theme[download_start]="#00ff00"
  60. theme[download_mid]="#ff9933"
  61. theme[download_end]="#ff0000"
  62. # Upload graph colors
  63. theme[upload_start]="#00ff00"
  64. theme[upload_mid]="#ff9933"
  65. theme[upload_end]="#ff0000"
  66. # Process box color gradient for threads, mem and cpu usage
  67. theme[process_start]="#9999ff"
  68. theme[process_mid]="#4d4dff"
  69. theme[process_end]="#a64dff"