kyli0x.theme 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #Bashtop Kyli0x Theme
  2. #by Kyli0x <kyli0x@protonmail.ch>
  3. # Main background, empty for terminal default, need to be empty if you want transparent background
  4. theme[main_bg]="#222222"
  5. # Main text color
  6. theme[main_fg]="#e8f6f5"
  7. # Title color for boxes
  8. theme[title]="#e8f6f5"
  9. # Highlight color for keyboard shortcuts
  10. theme[hi_fg]="#21d6c9"
  11. # Background color of selected item in processes box
  12. theme[selected_bg]="#1aaba0"
  13. # Foreground color of selected item in processes box
  14. theme[selected_fg]="#e8f6f5"
  15. # Color of inactive/disabled text
  16. theme[inactive_fg]="#5ec4bc"
  17. # Color of text appearing on top of graphs, i.e uptime and current network graph scaling
  18. theme[graph_text]="#ba1a84"
  19. # Background color of the percentage meters
  20. theme[meter_bg]="#5ec4bc"
  21. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  22. theme[proc_misc]="#21d6c9"
  23. # Cpu box outline color
  24. theme[cpu_box]="#d486d4"
  25. # Memory/disks box outline color
  26. theme[mem_box]="#d486d4"
  27. # Net up/down box outline color
  28. theme[net_box]="#d486d4"
  29. # Processes box outline color
  30. theme[proc_box]="#d486d4"
  31. # Box divider line and small boxes line color
  32. theme[div_line]="#80638e"
  33. # Temperature graph colors
  34. theme[temp_start]="#21d6c9"
  35. theme[temp_mid]="#1aaba0"
  36. theme[temp_end]="#5ec4bc"
  37. # CPU graph colors
  38. theme[cpu_start]="#21d6c9"
  39. theme[cpu_mid]="#1aaba0"
  40. theme[cpu_end]="#5ec4bc"
  41. # Mem/Disk free meter
  42. theme[free_start]="#21d6c9"
  43. theme[free_mid]="#1aaba0"
  44. theme[free_end]="#5ec4bc"
  45. # Mem/Disk cached meter
  46. theme[cached_start]="#21d6c9"
  47. theme[cached_mid]="#1aaba0"
  48. theme[cached_end]="#5ec4bc"
  49. # Mem/Disk available meter
  50. theme[available_start]="#21d6c9"
  51. theme[available_mid]="#1aaba0"
  52. theme[available_end]="#5ec4bc"
  53. # Mem/Disk used meter
  54. theme[used_start]="#21d6c9"
  55. theme[used_mid]="#1aaba0"
  56. theme[used_end]="#5ec4bc"
  57. # Download graph colors
  58. theme[download_start]="#21d6c9"
  59. theme[download_mid]="#1aaba0"
  60. theme[download_end]="#5ec4bc"
  61. # Upload graph colors
  62. theme[upload_start]="#ec95ec"
  63. theme[upload_mid]="#1aaba0"
  64. theme[upload_end]="#5ec4bc"
  65. # Process box color gradient for threads, mem and cpu usage
  66. theme[process_start]="#21d6c9"
  67. theme[process_mid]="#1aaba0"
  68. theme[process_end]="#ba1a84"