ayu.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]="#0B0E14"
  3. # Main text color
  4. theme[main_fg]="#BFBDB6"
  5. # Title color for boxes
  6. theme[title]="#BFBDB6"
  7. # Highlight color for keyboard shortcuts
  8. theme[hi_fg]="#E6B450"
  9. # Background color of selected item in processes box
  10. theme[selected_bg]="#E6B450"
  11. # Foreground color of selected item in processes box
  12. theme[selected_fg]="#f8f8f2"
  13. # Color of inactive/disabled text
  14. theme[inactive_fg]="#565B66"
  15. # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
  16. theme[graph_text]="#BFBDB6"
  17. # Background color of the percentage meters
  18. theme[meter_bg]="#565B66"
  19. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  20. theme[proc_misc]="#DFBFFF"
  21. # Cpu box outline color
  22. theme[cpu_box]="#DFBFFF"
  23. # Memory/disks box outline color
  24. theme[mem_box]="#95E6CB"
  25. # Net up/down box outline color
  26. theme[net_box]="#F28779"
  27. # Processes box outline color
  28. theme[proc_box]="#E6B673"
  29. # Box divider line and small boxes line color
  30. theme[div_line]="#565B66"
  31. # Temperature graph colors
  32. theme[temp_start]="#DFBFFF"
  33. theme[temp_mid]="#D2A6FF"
  34. theme[temp_end]="#A37ACC"
  35. # CPU graph colors
  36. theme[cpu_start]="#DFBFFF"
  37. theme[cpu_mid]="#D2A6FF"
  38. theme[cpu_end]="#A37ACC"
  39. # Mem/Disk free meter
  40. theme[free_start]="#95E6CB"
  41. theme[free_mid]="#95E6CB"
  42. theme[free_end]="#4CBF99"
  43. # Mem/Disk cached meter
  44. theme[cached_start]="#95E6CB"
  45. theme[cached_mid]="#95E6CB"
  46. theme[cached_end]="#4CBF99"
  47. # Mem/Disk available meter
  48. theme[available_start]="#95E6CB"
  49. theme[available_mid]="#95E6CB"
  50. theme[available_end]="#4CBF99"
  51. # Mem/Disk used meter
  52. theme[used_start]="#95E6CB"
  53. theme[used_mid]="#95E6CB"
  54. theme[used_end]="#4CBF99"
  55. # Download graph colors
  56. theme[download_start]="#F28779"
  57. theme[download_mid]="#F07178"
  58. theme[download_end]="#F07171"
  59. # Upload graph colors
  60. theme[upload_start]="#73D0FF"
  61. theme[upload_mid]="#59C2FF"
  62. theme[upload_end]="#399EE6"
  63. # Process box color gradient for threads, mem and cpu usage
  64. theme[process_start]="#FFCC66"
  65. theme[process_mid]="#E6B450"
  66. theme[process_end]="#FFAA33"