Score:0

Alacritty Color Schemes Not Working

in flag

Color Change for Alacritty Terminal not working. Usually it works by just changing a configuration file and saving.

enter image description here

This started occurring after I used this command:

LS_COLORS=$LS_COLORS:'di=0;35:' ; export LS_COLORS

Which I got from this thread here when I was attempting to change the color of my directories and folders

I have tried deleting and recreating the alacritty.yml file, but it does not work. I am under the assumption that the command did something, but am not sure of the fix.

I have also tried commenting out this code in my .bashrc file from this thread:

# enable color support of ls and also add handy aliases

if [ -x /usr/bin/dircolors ]
then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls --color=auto'
    alias dir='dir --color=auto'
    alias vdir='vdir --color=auto'

    alias grep='grep --color=auto'
    alias fgrep='fgrep --color=auto'
    alias egrep='egrep --color=auto'
fi

I also do not have dircolors directory. Any ideas?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.