Refactor alacritty config

This commit is contained in:
Daniel McKnight 2025-05-15 21:01:53 -07:00
parent c9c3be7dc4
commit b0b5108d34
4 changed files with 16 additions and 23 deletions

View file

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

View file

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