tokyo-night.theme 1.7 KB

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