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.

30 lines
469 B

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