poetician

Bumblebee-status Theme | purple-rainbow.json

Feb 10th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "icons": [ "awesome-fonts" ],
  3. "defaults": {
  4. "separator-block-width": 0,
  5. "warning": {
  6. "fg": "#009900",
  7. "bg": "#990099"
  8. },
  9. "critical": {
  10. "fg": "#88aa88",
  11. "bg": "#9a299e"
  12. }
  13. },
  14. "cycle": [
  15. { "fg": "#ae1af7", "bg": "#32004a" },
  16. { "fg": "#c145ff", "bg": "#430064" },
  17. { "fg": "#c145ff", "bg": "#8600c8" },
  18. { "fg": "#430064", "bg": "#bb32ff" },
  19. { "fg": "#32004a", "bg": "#c145ff" },
  20. { "fg": "#32004a", "bg": "#ae1af7" }
  21. ],
  22. "dnf": {
  23. "good": {
  24. "fg": "#b4be82",
  25. "bg": "#161821"
  26. }
  27. },
  28. "apt": {
  29. "good": {
  30. "fg": "#b4be82",
  31. "bg": "#161821"
  32. }
  33. },
  34. "pacman": {
  35. "good": {
  36. "fg": "b4be82",
  37. "bg": "#161821"
  38. }
  39. },
  40. "battery": {
  41. "charged": {
  42. "fg": "#b4be82",
  43. "bg": "#161821"
  44. },
  45. "charging": {
  46. "fg": "#89b8c2",
  47. "bg": "#161821"
  48. }
  49. },
  50. "pomodoro": {
  51. "paused": {
  52. "fg": "#e2a478",
  53. "bg": "#c6c8d1"
  54. },
  55. "work": {
  56. "fg": "#89b8c2",
  57. "bg": "#161821"
  58. },
  59. "break": {
  60. "fg": "#b4be82",
  61. "bg": "#161821"
  62. }
  63. }
  64.  
  65. }
  66.  
Advertisement
Add Comment
Please, Sign In to add comment