-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Nord tmux doesn't look as intended #69
Comments
To all other newbies who're just like me looking for the solution to this, you have to install Powerline fonts so that you have the required fonts (that includes nice arrows and stuff). Checkout here. (and don't forget to open a new terminal for testing). And for the color, go here, install the nord theme. Now go to your terminal preferences and on the left you should see Nord. Click on the arrow and set it as default :) |
@m-parchami I would like to ask if there is a solution to the non-pixel-perfectness of the patched version "arrows". I have it working perfectly on Mac, but on my gnome linux Alacritty (same config) it is a bit "off" that bothers me a little. I do not even understand what can cause it and what to google, but I see that many people have it in their screenshots (but it seems that it is resolvable by some) |
Any solutions to this @brumik ? I am having the same issues with the arrows. |
I could not even figure out the cause, so unfortunately not, and this issue was not worth more than a few hours of research for me. If you figure it out please let me know. |
@cstromquist I think I figured it out. This is an issue with my font Alacritty setup. I had: font:
normal:
family: JetBrainsMono Nerd Font
style: Regular
bold:
family: JetBrainsMono Nerd Font
style: Bold
italic:
family: JetBrainsMono Nerd Font
style: Italic
bold_italic:
family: JetBrainsMono Nerd Font
style: Bold Italic
# Point size
size: 14.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
offset:
x: 1
y: 1 where turns out the offset messes up "design" characters. If you set offset:
x: 0
y: 0 It looks good. |
I am running
gnome-terminal
on ubuntu with 24bit true color enabled.I have also added this line to my
.tmux.conf
file:set-option -ga terminal-overrides ",xterm-256color:Tc"
Nord tmux still doesn't look as intended:
What should I do to make it look correct?
The text was updated successfully, but these errors were encountered: