Closed s3rgeym closed 5 years ago
Do you have the markers before and after the color section in your alacritty config? It should look something similar to:
# color_start
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Normal colors
# ...
# Bright colors
# ...
# color_end
Do you have the markers before and after the color section in your alacritty config? It should look something similar to:
# color_start colors: # Default colors primary: background: '0x1e2127' foreground: '0xabb2bf' # Normal colors # ... # Bright colors # ... # color_end
It's works!