kanagawa-lotus.theme 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # Bashtop Kanagawa-lotus (https://github.com/rebelot/kanagawa.nvim) theme
  2. # By: philikarus
  3. # Main bg
  4. theme[main_bg]="#F2ECBC"
  5. # Main text color
  6. theme[main_fg]="#545464"
  7. # Title color for boxes
  8. theme[title]="#545464"
  9. # Highlight color for keyboard shortcuts
  10. theme[hi_fg]="#C84053"
  11. # Background color of selected item in processes box
  12. theme[selected_bg]="#c9cbd1"
  13. # Foreground color of selected item in processes box
  14. theme[selected_fg]="#43436c"
  15. # Color of inactive/disabled text
  16. theme[inactive_fg]="#8A8980"
  17. # Misc colors for processes box including mini cpu graphs, details memory graph and details status text
  18. theme[proc_misc]="#597B75"
  19. # Cpu box outline color
  20. theme[cpu_box]="#8A8980"
  21. # Memory/disks box outline color
  22. theme[mem_box]="#8A8980"
  23. # Net up/down box outline color
  24. theme[net_box]="#8A8980"
  25. # Processes box outline color
  26. theme[proc_box]="#8A8980"
  27. # Box divider line and small boxes line color
  28. theme[div_line]="#8A8980"
  29. # Temperature graph colors
  30. theme[temp_start]="#6E915F"
  31. theme[temp_mid]="#CC6D00"
  32. theme[temp_end]="#D7474B"
  33. # CPU graph colors
  34. theme[cpu_start]="#6E915F"
  35. theme[cpu_mid]="#CC6D00"
  36. theme[cpu_end]="#D7474B"
  37. # Mem/Disk free meter
  38. theme[free_start]="#D7474B"
  39. theme[free_mid]="#C84053"
  40. theme[free_end]="#FF5D62"
  41. # Mem/Disk cached meter
  42. theme[cached_start]="#77713F"
  43. theme[cached_mid]="#CC6D00"
  44. theme[cached_end]="#FF9E3B"
  45. # Mem/Disk available meter
  46. theme[available_start]="#766b90"
  47. theme[available_mid]="#624c83"
  48. theme[available_end]="#9fb5c9"
  49. # Mem/Disk used meter
  50. theme[used_start]="#B5CBD2"
  51. theme[used_mid]="#4d699b"
  52. theme[used_end]="#4e8ca2"
  53. # Download graph colors
  54. theme[download_start]="#4d699b"
  55. theme[download_mid]="#624c83"
  56. theme[download_end]="#766b90"
  57. # Upload graph colors
  58. theme[upload_start]="#CC6D00"
  59. theme[upload_mid]="#E98A00"
  60. theme[upload_end]="#D7474B"
  61. # Process box color gradient for threads, mem and cpu usage
  62. theme[process_start]="#6E915F"
  63. theme[process_mid]="#CC6D00"
  64. theme[process_end]="#C84053"