Gnu Guix Rice (ofc with stow)
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.

64 lines
1.1 KiB

2 years ago
  1. # vim:ft=conf
  2. font_family JetBrains Mono
  3. font_size 11.5
  4. background_opacity 0.8
  5. dynamic_background_opacity yes
  6. window_margin_width 5
  7. bell_path none
  8. bell_on_tab no
  9. enable_audio_bell no
  10. # gruvbox dark by morhetz, https://github.com/morhetz/gruvbox
  11. # This work is licensed under the terms of the MIT license.
  12. # For a copy, see https://opensource.org/licenses/MIT.
  13. background #282828
  14. foreground #ebdbb2
  15. cursor #928374
  16. selection_foreground #928374
  17. selection_background #3c3836
  18. color0 #282828
  19. color8 #928374
  20. # red
  21. color1 #cc241d
  22. # light red
  23. color9 #fb4934
  24. # green
  25. color2 #98971a
  26. # light green
  27. color10 #b8bb26
  28. # yellow
  29. color3 #d79921
  30. # light yellow
  31. color11 #fabd2d
  32. # blue
  33. color4 #458588
  34. # light blue
  35. color12 #83a598
  36. # magenta
  37. color5 #b16286
  38. # light magenta
  39. color13 #d3869b
  40. # cyan
  41. color6 #689d6a
  42. # lighy cyan
  43. color14 #8ec07c
  44. # light gray
  45. color7 #a89984
  46. # dark gray
  47. color15 #928374