dracula.theme 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # Main background, empty for terminal default, need to be empty if you want transparent background
  2. theme[main_bg]="#282a36"
  3. # Main text color
  4. theme[main_fg]="#f8f8f2"
  5. # Title color for boxes
  6. theme[title]="#f8f8f2"
  7. # Highlight color for keyboard shortcuts
  8. theme[hi_fg]="#6272a4"
  9. # Background color of selected item in processes box
  10. theme[selected_bg]="#ff79c6"
  11. # Foreground color of selected item in processes box
  12. theme[selected_fg]="#f8f8f2"
  13. # Color of inactive/disabled text
  14. theme[inactive_fg]="#44475a"
  15. # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
  16. theme[graph_text]="#f8f8f2"
  17. # Background color of the percentage meters
  18. theme[meter_bg]="#44475a"
  19. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  20. theme[proc_misc]="#bd93f9"
  21. # Cpu box outline color
  22. theme[cpu_box]="#bd93f9"
  23. # Memory/disks box outline color
  24. theme[mem_box]="#50fa7b"
  25. # Net up/down box outline color
  26. theme[net_box]="#ff5555"
  27. # Processes box outline color
  28. theme[proc_box]="#8be9fd"
  29. # Box divider line and small boxes line color
  30. theme[div_line]="#44475a"
  31. # Temperature graph colors
  32. theme[temp_start]="#bd93f9"
  33. theme[temp_mid]="#ff79c6"
  34. theme[temp_end]="#ff33a8"
  35. # CPU graph colors
  36. theme[cpu_start]="#bd93f9"
  37. theme[cpu_mid]="#8be9fd"
  38. theme[cpu_end]="#50fa7b"
  39. # Mem/Disk free meter
  40. theme[free_start]="#ffa6d9"
  41. theme[free_mid]="#ff79c6"
  42. theme[free_end]="#ff33a8"
  43. # Mem/Disk cached meter
  44. theme[cached_start]="#b1f0fd"
  45. theme[cached_mid]="#8be9fd"
  46. theme[cached_end]="#26d7fd"
  47. # Mem/Disk available meter
  48. theme[available_start]="#ffd4a6"
  49. theme[available_mid]="#ffb86c"
  50. theme[available_end]="#ff9c33"
  51. # Mem/Disk used meter
  52. theme[used_start]="#96faaf"
  53. theme[used_mid]="#50fa7b"
  54. theme[used_end]="#0dfa49"
  55. # Download graph colors
  56. theme[download_start]="#bd93f9"
  57. theme[download_mid]="#50fa7b"
  58. theme[download_end]="#8be9fd"
  59. # Upload graph colors
  60. theme[upload_start]="#8c42ab"
  61. theme[upload_mid]="#ff79c6"
  62. theme[upload_end]="#ff33a8"
  63. # Process box color gradient for threads, mem and cpu usage
  64. theme[process_start]="#50fa7b"
  65. theme[process_mid]="#59b690"
  66. theme[process_end]="#6272a4"