Skip to content
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

Open
ArjunSahlot opened this issue Mar 18, 2022 · 5 comments
Open

Nord tmux doesn't look as intended #69

ArjunSahlot opened this issue Mar 18, 2022 · 5 comments

Comments

@ArjunSahlot
Copy link

I am running gnome-terminal on ubuntu with 24bit true color enabled.
proof

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:
proof

What should I do to make it look correct?

@m-parchami
Copy link

m-parchami commented Nov 28, 2022

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).

Screenshot from 2022-11-28 13-39-34

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 :)
Screenshot from 2022-11-28 13-47-36
Screenshot from 2022-11-28 13-48-33

@brumik
Copy link

brumik commented Apr 8, 2024

@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.

image

image

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)

@cstromquist
Copy link

Any solutions to this @brumik ? I am having the same issues with the arrows.

@brumik
Copy link

brumik commented May 2, 2024

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.

@brumik
Copy link

brumik commented May 17, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants