Advertisement
poetician

Bumblebee-status Theme | gold-green.json

Jun 6th, 2021
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {
  2. "icons": [ "paxy97", "awesome-fonts" ],
  3. "defaults": {
  4. "warning": {
  5. "fg": "#ECD7AC",
  6. "bg": "#1f262c"
  7. },
  8. "critical": {
  9. "fg": "#1f262c",
  10. "bg": "#ECD7AC"
  11. },
  12. "default-separators": false,
  13. "separator-block-width":0
  14. },
  15. "cycle": [
  16. { "fg": "#056624", "bg": "#ffdf00" },
  17. { "fg": "#056624", "bg": "#ead800" },
  18. { "fg": "#056624", "bg": "#d6d000" },
  19. { "fg": "#056624", "bg": "#c3c803" },
  20. { "fg": "#056624", "bg": "#b0c009" },
  21. { "fg": "#005917", "bg": "#9eb80f" },
  22. { "fg": "#005917", "bg": "#8caf14" },
  23. { "fg": "#005917", "bg": "#7ba619" },
  24. { "fg": "#ffdf00", "bg": "#6b9d1c" },
  25. { "fg": "#ffdf00", "bg": "#5b941f" },
  26. { "fg": "#ffdf00", "bg": "#4c8b21" },
  27. { "fg": "#ffdf00", "bg": "#3c8223" },
  28. { "fg": "#ffdf00", "bg": "#2d7924" },
  29. { "fg": "#ffdf00", "bg": "#1c6f24" },
  30. { "fg": "#ffdf00", "bg": "#056624" },
  31. { "fg": "#ffdf00", "bg": "#005917" },
  32. { "fg": "#ffdf00", "bg": "#056624" },
  33. { "fg": "#ffdf00", "bg": "#1c6f24" },
  34. { "fg": "#ffdf00", "bg": "#2d7924" },
  35. { "fg": "#ffdf00", "bg": "#3c8223" },
  36. { "fg": "#ffdf00", "bg": "#4c8b21" },
  37. { "fg": "#ffdf00", "bg": "#5b941f" },
  38. { "fg": "#ffdf00", "bg": "#6b9d1c" },
  39. { "fg": "#005917", "bg": "#7ba619" },
  40. { "fg": "#005917", "bg": "#8caf14" },
  41. { "fg": "#005917", "bg": "#9eb80f" },
  42. { "fg": "#056624", "bg": "#b0c009" },
  43. { "fg": "#056624", "bg": "#c3c803" },
  44. { "fg": "#056624", "bg": "#d6d000" },
  45. { "fg": "#056624", "bg": "#ead800" },
  46. { "fg": "#056624", "bg": "#ffdf00" }
  47. ],
  48. "dnf": {
  49. "good": {
  50. "fg": "#002b36",
  51. "bg": "#859900"
  52. }
  53. },
  54. "apt": {
  55. "good": {
  56. "fg": "#002b36",
  57. "bg": "#859900"
  58. }
  59. },
  60. "battery": {
  61. "charged": {
  62. "fg": "#1d2021",
  63. "bg": "#b8bb26"
  64. },
  65. "AC": {
  66. "fg": "#1d2021",
  67. "bg": "#b8bb26"
  68. }
  69. },
  70. "bluetooth": {
  71. "ON": {
  72. "fg": "#1d2021",
  73. "bg": "#b8bb26"
  74. }
  75. },
  76. "git": {
  77. "modified": { "bg": "#458588" },
  78. "deleted": { "bg": "#9d0006" },
  79. "new": { "bg": "#b16286" }
  80. },
  81. "pomodoro": {
  82. "paused": {
  83. "fg": "#1d2021",
  84. "bg": "#d79921"
  85. },
  86. "work": {
  87. "fg": "#1d2021",
  88. "bg": "#b8bb26"
  89. },
  90. "break": {
  91. "fg": "#002b36",
  92. "bg": "#859900"
  93. }
  94. }
  95. }
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement