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.

32 lines
493 B

  1. [env]
  2. TERM = "xterm-256color"
  3. [font]
  4. size = 10
  5. [font.bold]
  6. family = "JetBrains Mono Nerd Font"
  7. style = "Bold"
  8. [font.bold_italic]
  9. family = "JetBrains Mono Nerd Font"
  10. style = "Bold Italic"
  11. [font.italic]
  12. family = "JetBrains Mono Nerd Font"
  13. style = "Italic"
  14. [font.normal]
  15. family = "JetBrains Mono Nerd Font"
  16. style = "Regular"
  17. [[keyboard.bindings]]
  18. action = "SpawnNewInstance"
  19. key = "Return"
  20. mods = "Control|Shift"
  21. [general]
  22. import = [
  23. "~/.config/alacritty/themes/kanagawa_wave.toml"
  24. ]