A collection of scripts and configurations for Bash (and others)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
508B

  1. {
  2. "special":{
  3. "background":"#2f3e46",
  4. "foreground":"#cad2c5",
  5. "cursor":"#737871"
  6. },
  7. "colors":{
  8. "color0":"#2f3e46",
  9. "color1":"#795252",
  10. "color2":"#52796f",
  11. "color3":"#767952",
  12. "color4":"#526879",
  13. "color5":"#675279",
  14. "color6":"#5e8d87",
  15. "color7":"#737871",
  16. "color8":"#354f52",
  17. "color9":"#a98484",
  18. "color10":"#84a98c",
  19. "color11":"#a9a384",
  20. "color12":"#849ba9",
  21. "color13":"#9d84a9",
  22. "color14":"#8abeb7",
  23. "color15":"#cad2c5"
  24. }
  25. }