adwaita.theme 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #Bashtop Adwaita theme
  2. #by flipflop133
  3. # Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
  4. # example for white: "#FFFFFF", "#ff" or "255 255 255".
  5. # All graphs and meters can be gradients
  6. # For single color graphs leave "mid" and "end" variable empty.
  7. # Use "start" and "end" variables for two color gradient
  8. # Use "start", "mid" and "end" for three color gradient
  9. # Main background, empty for terminal default, need to be empty if you want transparent background
  10. theme[main_bg]="#f6f5f4"
  11. # Main text color
  12. theme[main_fg]="#2e3436"
  13. # Title color for boxes
  14. theme[title]="#2e3436"
  15. # Highlight color for keyboard shortcuts
  16. theme[hi_fg]="#1a5fb4"
  17. # Background color of selected item in processes box
  18. theme[selected_bg]="#1c71d8"
  19. # Foreground color of selected item in processes box
  20. theme[selected_fg]="#ffffff"
  21. # Color of inactive/disabled text
  22. theme[inactive_fg]="#5e5c64"
  23. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  24. theme[proc_misc]="#1a5fb4"
  25. # Cpu box outline color
  26. theme[cpu_box]="#2e3436"
  27. # Memory/disks box outline color
  28. theme[mem_box]="#3d3c14"
  29. # Net up/down box outline color
  30. theme[net_box]="#2e3436"
  31. # Processes box outline color
  32. theme[proc_box]="#2e3436"
  33. # Box divider line and small boxes line color
  34. theme[div_line]="#2e3436"
  35. # Temperature graph colors
  36. theme[temp_start]="#1a5fb4"
  37. theme[temp_mid]="#1a5fb4"
  38. theme[temp_end]="#c01c28"
  39. # CPU graph colors
  40. theme[cpu_start]="#1a5fb4"
  41. theme[cpu_mid]="#1a5fb4"
  42. theme[cpu_end]="#c01c28"
  43. # Mem/Disk free meter
  44. theme[free_start]="#1a5fb4"
  45. theme[free_mid]="#1a5fb4"
  46. theme[free_end]="#c01c28"
  47. # Mem/Disk cached meter
  48. theme[cached_start]="#1a5fb4"
  49. theme[cached_mid]="#1a5fb4"
  50. theme[cached_end]="#c01c28"
  51. # Mem/Disk available meter
  52. theme[available_start]="#1a5fb4"
  53. theme[available_mid]="#1a5fb4"
  54. theme[available_end]="#c01c28"
  55. # Mem/Disk used meter
  56. theme[used_start]="#1a5fb4"
  57. theme[used_mid]="#1a5fb4"
  58. theme[used_end]="#c01c28"
  59. # Download graph colors
  60. theme[download_start]="#1a5fb4"
  61. theme[download_mid]="#1a5fb4"
  62. theme[download_end]="#c01c28"
  63. # Upload graph colors
  64. theme[upload_start]="#1a5fb4"
  65. theme[upload_mid]="#1a5fb4"
  66. theme[upload_end]="#c01c28"