alacritty.toml (261B)
1 [env] 2 TERM = "xterm-256color" 3 4 [scrolling] 5 history = 5000 6 7 [window.padding] 8 x = 6 9 y = 6 10 11 [font] 12 size = 9.0 13 14 [colors.primary] 15 foreground = '#d8dee9' 16 17 [colors.cursor] 18 cursor = '#7e2dc2' 19 text = '#dd8eff' 20 21 [colors.selection] 22 background = '#7e30a8' 23 text = '#dd8eff'