Another copy of my dotfiles. Because I don't completely trust GitHub.
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.

78 lines
1.4 KiB

  1. [options]
  2. allow_bold = true
  3. #audible_bell = false
  4. #bold_is_bright = true
  5. #cell_height_scale = 1.0
  6. #cell_width_scale = 1.0
  7. clickable_url = true
  8. dynamic_title = true
  9. font = CaskaydiaCove Nerd Font 12
  10. #fullscreen = true
  11. #icon_name = terminal
  12. #mouse_autohide = false
  13. #scroll_on_output = false
  14. #scroll_on_keystroke = true
  15. # Length of the scrollback buffer, 0 disabled the scrollback buffer
  16. # and setting it to a negative value means "infinite scrollback"
  17. scrollback_lines = 10000
  18. #search_wrap = true
  19. #urgent_on_bell = true
  20. #hyperlinks = false
  21. # $BROWSER is used by default if set, with xdg-open as a fallback
  22. browser = xdg-open
  23. # "system", "on" or "off"
  24. cursor_blink = system
  25. # "block", "underline" or "ibeam"
  26. cursor_shape = block
  27. # Hide links that are no longer valid in url select overlay mode
  28. #filter_unmatched_urls = true
  29. # Emit escape sequences for extra modified keys
  30. #modify_other_keys = false
  31. # set size hints for the window
  32. #size_hints = false
  33. # "off", "left" or "right"
  34. #scrollbar = off
  35. # ====================================
  36. [colors]
  37. # http://www.xcolors.net/dl/gnometerm
  38. # Black
  39. color0= #000000
  40. color8= #555753
  41. # Red
  42. color1= #cc0000
  43. color9= #ef2929
  44. # Green
  45. color2= #4e9a06
  46. color10= #8ae234
  47. # Yellow
  48. color3= #c4a000
  49. color11= #fce94f
  50. # Blue
  51. color4= #3465a4
  52. color12= #729fcf
  53. # Magenta
  54. color5= #75507b
  55. color13= #ad7fa8
  56. # Cyan
  57. color6= #06989a
  58. color14= #34e2e2
  59. # White
  60. color7= #d3d7cf
  61. color15= #eeeeec