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.

69 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 = Cascadia Mono 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. cursor = #d8dee9
  38. cursor_foreground = #2e3440
  39. foreground = #d8dee9
  40. foreground_bold = #d8dee9
  41. background = #0F111A
  42. highlight = #4c566a
  43. color0 = #3b4252
  44. color1 = #bf616a
  45. color2 = #a3be8c
  46. color3 = #ebcb8b
  47. color4 = #81a1c1
  48. color5 = #b48ead
  49. color6 = #88c0d0
  50. color7 = #e5e9f0
  51. color8 = #4c566a
  52. color9 = #bf616a
  53. color10 = #a3be8c
  54. color11 = #ebcb8b
  55. color12 = #81a1c1
  56. color13 = #b48ead
  57. color14 = #8fbcbb
  58. color15 = #eceff4