-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working for Ubuntu 20.04 - Alacritty #20
Comments
Hi @mriganktiwari 👋🏼 This was a known bug and the fix in #19 has been merged yesterday into the -test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
+test -r ~/.dir_colors && eval $(dircolors ~/.dir_colors |
Using either:
or...
...both yield no results for the standard Gnome Terminal and Tilix. Both applications have the Nord theme installed via the instructions in the ports section for those apps. The output when running
|
Just saw the issue title and remembered that Alacritty uses custom terminfo definitions. To support them the definitions were added in #12, but this change is currently only in @mriganktiwari @szul Can you please follow the Alacritty documentations on how validate if the terminfo definitions are installed and try to apply this theme from the |
I can verify that a source installation of Alacritty based on the instructions in their GitHub repo combined with the Specifically, the following two lines need to be in the
This is with the following command in the shell start-up script:
However, this only seems to work for |
Created PR for |
Any updates on this? I am on Pop_OS! 20.04 and have everything mentioned above in the |
@sleepyArpan Follow my instructions in #21 and you should be good.
|
@mriganktiwari Did the changes from #19 (and passively #12) helped to fix your problem? @sleepyArpan Can you please read #21 (comment) and check whether you're using GNU or BSD |
dir_colors
as~/.dir_colors
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
command to the~/.bashrc
and~/.zshrc
both. After sourcing thels
command does not show NORD colors.Please help.
The text was updated successfully, but these errors were encountered: