phoenix-night.theme 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Theme: Phoenix Night
  2. # By: Firehawke
  3. # A combination of:
  4. # Base theme colors from Pascal Jaeger's tokyo-night
  5. # Graph theme colors from Pete Allebone's HotPurpleTrafficLight
  6. # ...basically, I wanted most of Tokyo Night with a significantly more visible graph bar coloration.
  7. # Main bg
  8. theme[main_bg]="#1a1b26"
  9. # Main text color
  10. theme[main_fg]="#cfc9c2"
  11. # Title color for boxes
  12. theme[title]="#cfc9c2"
  13. # Highlight color for keyboard shortcuts
  14. theme[hi_fg]="#7dcfff"
  15. # Background color of selected item in processes box
  16. theme[selected_bg]="#414868"
  17. # Foreground color of selected item in processes box
  18. theme[selected_fg]="#cfc9c2"
  19. # Color of inactive/disabled text
  20. theme[inactive_fg]="#565f89"
  21. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  22. theme[proc_misc]="#7dcfff"
  23. # Cpu box outline color
  24. theme[cpu_box]="#565f89"
  25. # Memory/disks box outline color
  26. theme[mem_box]="#565f89"
  27. # Net up/down box outline color
  28. theme[net_box]="#565f89"
  29. # Processes box outline color
  30. theme[proc_box]="#565f89"
  31. # Box divider line and small boxes line color
  32. theme[div_line]="#565f89"
  33. # Temperature graph colors
  34. theme[temp_start]="#00ff00"
  35. theme[temp_mid]="#ff9933"
  36. theme[temp_end]="#ff0000"
  37. # CPU graph colors
  38. theme[cpu_start]="#00ff00"
  39. theme[cpu_mid]="#ccff66"
  40. theme[cpu_end]="#ff0000"
  41. # Mem/Disk free meter
  42. theme[free_end]="#00ff00"
  43. theme[free_mid]="#ccff66"
  44. theme[free_start]="#ff0000"
  45. # Mem/Disk cached meter
  46. theme[cached_start]="#00ff00"
  47. theme[cached_mid]="#ccff66"
  48. theme[cached_end]="#ff0000"
  49. # Mem/Disk available meter
  50. theme[available_start]="#ff0000"
  51. theme[available_mid]="#ccff66"
  52. theme[available_end]="#00ff00"
  53. # Mem/Disk used meter
  54. theme[used_start]="#00ff00"
  55. theme[used_mid]="#ccff66"
  56. theme[used_end]="#ff0000"
  57. # Download graph colors
  58. theme[download_start]="#00ff00"
  59. theme[download_mid]="#ff9933"
  60. theme[download_end]="#ff0000"
  61. # Upload graph colors
  62. theme[upload_start]="#00ff00"
  63. theme[upload_mid]="#ff9933"
  64. theme[upload_end]="#ff0000"
  65. # Process box color gradient for threads, mem and cpu usage
  66. theme[process_start]="#9999ff"
  67. theme[process_mid]="#4d4dff"
  68. theme[process_end]="#a64dff"