Advertisement
poetician

Bumblebee-status Theme | 0268-forest-plain-peaks.json

May 27th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. {
  2. "icons": [ "paxy97", "awesome-fonts" ],
  3. "defaults": {
  4. "warning": {
  5. "fg": "#a19894",
  6. "bg": "#D04737"
  7. },
  8. "critical": {
  9. "fg": "#D04737",
  10. "bg": "#a19894"
  11. },
  12. "default-separators": false,
  13. "separator-block-width": 0
  14. },
  15. "cycle": [
  16. { "fg": "#EF8B4D", "bg": "#A6451C4d" },
  17. { "fg": "#EF8B4D", "bg": "#3B303E4d" },
  18. { "fg": "#EF8B4D", "bg": "#37688633" },
  19. { "fg": "#EF8B4D", "bg": "#4C9DC81a" },
  20. { "fg": "#EF8B4D", "bg": "#5E94AE80" },
  21. { "fg": "#EF8B4D", "bg": "#7CA2B580" },
  22. { "fg": "#EF8B4D", "bg": "#1821104d" },
  23. { "fg": "#EF8B4D", "bg": "#2A42241a" },
  24. { "fg": "#EF8B4D", "bg": "#EF8B4D4d" },
  25. { "fg": "#EF8B4D", "bg": "#D0571B80" }
  26. ],
  27. "dnf": {
  28. "good": {
  29. "fg": "#002b36",
  30. "bg": "#859900"
  31. }
  32. },
  33. "apt": {
  34. "good": {
  35. "fg": "#002b36",
  36. "bg": "#859900"
  37. }
  38. },
  39. "battery": {
  40. "charged": {
  41. "fg": "#1d2021",
  42. "bg": "#b8bb26"
  43. },
  44. "AC": {
  45. "fg": "#1d2021",
  46. "bg": "#b8bb26"
  47. }
  48. },
  49. "bluetooth": {
  50. "ON": {
  51. "fg": "#1d2021",
  52. "bg": "#b8bb26"
  53. }
  54. },
  55. "git": {
  56. "modified": { "bg": "#458588" },
  57. "deleted": { "bg": "#9d0006" },
  58. "new": { "bg": "#b16286" }
  59. },
  60. "pomodoro": {
  61. "paused": {
  62. "fg": "#1d2021",
  63. "bg": "#d79921"
  64. },
  65. "work": {
  66. "fg": "#1d2021",
  67. "bg": "#b8bb26"
  68. },
  69. "break": {
  70. "fg": "#002b36",
  71. "bg": "#859900"
  72. }
  73. }
  74. }
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement