Add alacritty config and update setup script

This commit is contained in:
Daniel McKnight 2025-05-15 20:12:01 -07:00
parent 3e1dc74295
commit c9c3be7dc4
3 changed files with 22 additions and 1 deletions

11
alacritty/alacritty.toml Normal file
View file

@ -0,0 +1,11 @@
[colors.primary]
background = "#111111"
[colors.normal]
cyan = '#008b8b'
[font.normal]
#family = 'monospace'
#family = 'Hack'
family = 'JetBrainsMono'
style = 'Regular'

9
alacritty/alacritty.yml Normal file
View file

@ -0,0 +1,9 @@
# Default colors
colors:
normal:
cyan: '#008b8b'
bright:
cyan: '#008b8b'
dim:
cyan: '#008b8b'