onedark.theme 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Theme: OneDark
  2. # By: Vitor Melo
  3. # Main bg
  4. theme[main_bg]="#282c34"
  5. # Main text color
  6. theme[main_fg]="#abb2bf"
  7. # Title color for boxes
  8. theme[title]="#abb2bf"
  9. # Highlight color for keyboard shortcuts
  10. theme[hi_fg]="#61afef"
  11. # Background color of selected item in processes box
  12. theme[selected_bg]="#2c313c"
  13. # Foreground color of selected item in processes box
  14. theme[selected_fg]="#abb2bf"
  15. # Color of inactive/disabled text
  16. theme[inactive_fg]="#5c6370"
  17. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  18. theme[proc_misc]="#61afef"
  19. # Cpu box outline color
  20. theme[cpu_box]="#5c6370"
  21. # Memory/disks box outline color
  22. theme[mem_box]="#5c6370"
  23. # Net up/down box outline color
  24. theme[net_box]="#5c6370"
  25. # Processes box outline color
  26. theme[proc_box]="#5c6370"
  27. # Box divider line and small boxes line color
  28. theme[div_line]="#5c6370"
  29. # Temperature graph colors
  30. theme[temp_start]="#98c379"
  31. theme[temp_mid]="#e5c07b"
  32. theme[temp_end]="#e06c75"
  33. # CPU graph colors
  34. theme[cpu_start]="#98c379"
  35. theme[cpu_mid]="#e5c07b"
  36. theme[cpu_end]="#e06c75"
  37. # Mem/Disk free meter
  38. theme[free_start]="#98c379"
  39. theme[free_mid]="#e5c07b"
  40. theme[free_end]="#e06c75"
  41. # Mem/Disk cached meter
  42. theme[cached_start]="#98c379"
  43. theme[cached_mid]="#e5c07b"
  44. theme[cached_end]="#e06c75"
  45. # Mem/Disk available meter
  46. theme[available_start]="#98c379"
  47. theme[available_mid]="#e5c07b"
  48. theme[available_end]="#e06c75"
  49. # Mem/Disk used meter
  50. theme[used_start]="#98c379"
  51. theme[used_mid]="#e5c07b"
  52. theme[used_end]="#e06c75"
  53. # Download graph colors
  54. theme[download_start]="#98c379"
  55. theme[download_mid]="#e5c07b"
  56. theme[download_end]="#e06c75"
  57. # Upload graph colors
  58. theme[upload_start]="#98c379"
  59. theme[upload_mid]="#e5c07b"
  60. theme[upload_end]="#e06c75"