elementarish.theme 1.8 KB

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