adwaita-dark.theme 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. #Bashtop Adwaita Dark theme
  2. #by k0tran
  3. # Main background, empty for terminal default, need to be empty if you want transparent background
  4. theme[main_bg]="#1d1d1d"
  5. # Main text color
  6. theme[main_fg]="#deddda"
  7. # Title color for boxes
  8. theme[title]="#deddda"
  9. # Highlight color for keyboard shortcuts
  10. theme[hi_fg]="#62a0ea"
  11. # Background color of selected item in processes box
  12. theme[selected_bg]="#1c71d8"
  13. # Foreground color of selected item in processes box
  14. theme[selected_fg]="#ffffff"
  15. # Color of inactive/disabled text
  16. theme[inactive_fg]="#77767b"
  17. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  18. theme[proc_misc]="#1a5fb4"
  19. # Cpu box outline color
  20. theme[cpu_box]="#77767b"
  21. # Memory/disks box outline color
  22. theme[mem_box]="#77767b"
  23. # Net up/down box outline color
  24. theme[net_box]="#77767b"
  25. # Processes box outline color
  26. theme[proc_box]="#77767b"
  27. # Box divider line and small boxes line color
  28. theme[div_line]="#77767b"
  29. # Temperature graph colors
  30. theme[temp_start]="#62a0ea"
  31. theme[temp_mid]="#1c71d8"
  32. theme[temp_end]="#e01b24"
  33. # CPU graph colors
  34. theme[cpu_start]="#62a0ea"
  35. theme[cpu_mid]="#1c71d8"
  36. theme[cpu_end]="#e01b24"
  37. # Mem/Disk free meter
  38. theme[free_start]="#62a0ea"
  39. theme[free_mid]="#1c71d8"
  40. theme[free_end]="#c01b24"
  41. # Mem/Disk cached meter
  42. theme[cached_start]="#62a0ea"
  43. theme[cached_mid]="#1c71d8"
  44. theme[cached_end]="#c01b24"
  45. # Mem/Disk available meter
  46. theme[available_start]="#62a0ea"
  47. theme[available_mid]="#1c71d8"
  48. theme[available_end]="#c01b24"
  49. # Mem/Disk used meter
  50. theme[used_start]="#62a0ea"
  51. theme[used_mid]="#1c71d8"
  52. theme[used_end]="#c01b24"
  53. # Download graph colors
  54. theme[download_start]="#62a0ea"
  55. theme[download_mid]="#1c71d8"
  56. theme[download_end]="#c01b24"
  57. # Upload graph colors
  58. theme[upload_start]="#62a0ea"
  59. theme[upload_mid]="#1c71d8"
  60. theme[upload_end]="#c01b24"