Update alacritty config to include a theme and blink the cursor

This commit is contained in:
Daniel McKnight 2025-05-19 20:48:56 -07:00
parent 23012f42db
commit 7055be8c0e
4 changed files with 57 additions and 9 deletions

20
alacritty/alacritty.toml Normal file
View file

@ -0,0 +1,20 @@
[general]
import = ["./github_dark_high_contrast.toml" ]
[colors.primary]
background = "#111111"
[colors.normal]
cyan = '#008b8b'
[font.normal]
family = 'JetBrainsMono Nerd Font Mono'
style = 'Regular'
[cursor]
blink_interval = 500
blink_timeout = 0
[cursor.style]
blinking = "Always"
#shape = "Underline"