poetician

Bumblebee-status Theme | red-rainbow.json

Feb 10th, 2021
120
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": "#420d09",
  7. "bg": "#933a16"
  8. },
  9. "critical": {
  10. "fg": "#ffa07a",
  11. "bg": "#8b0000"
  12. }
  13. },
  14. "cycle": [
  15. { "fg": "#960018", "bg": "#530000" },
  16. { "fg": "#fe2020", "bg": "#6b0000" },
  17. { "fg": "#6b0000", "bg": "#fe2020" },
  18. { "fg": "#530000", "bg": "#ba0000" },
  19. { "fg": "#420d09", "bg": "#b80f0a" },
  20. { "fg": "#800000", "bg": "#ff0800" }
  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