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.

25 lines
421 B

  1. # import = ["/home/tovi/.config/alacritty/themes/carbonfox.toml.toml"]
  2. [font]
  3. size = 11
  4. [font.bold]
  5. family = "Liberation Mono"
  6. style = "Bold"
  7. [font.bold_italic]
  8. family = "Liberation Mono"
  9. style = "Bold Italic"
  10. [font.italic]
  11. family = "Liberation Mono"
  12. style = "Italic"
  13. [font.normal]
  14. family = "Liberation Mono"
  15. style = "Regular"
  16. [[keyboard.bindings]]
  17. action = "SpawnNewInstance"
  18. key = "Return"
  19. mods = "Control|Shift"