janoamaral / tokyo-night-tmux

A clean, dark Tmux theme that celebrates the lights of Downtown Tokyo at night.
https://github.com/janoamaral/tokyo-night-tmux/wiki
Other
250 stars 67 forks source link

Add number style configuration #37

Closed janoamaral closed 5 months ago

janoamaral commented 5 months ago

Add users a way to configure number styles. Some users can not like the default styles for numbers and should be a nice feature to let them choose the style.

Enable a plugin variable to configure styles We can use @tokyo-night-tmux_window_id_style, @tokyo-night-tmux_pane_id_style to select the corresponding style.

i.e.

set -g @tokyo-night-tmux_window_id_style [style]

The styles:

mxaddict commented 5 months ago

Can I work on this pr?

mxaddict commented 5 months ago

What did you mean by this: default: default style from upstream

guoliang commented 5 months ago

Question on this.

I tried the new option and set the numbers with following setting set -g @tokyo-night-tmux_window_id_style digital

For me the tab number are just rectangles instead of numbers image

Am I missing something? I have tried few other Nerd Fonts already, with the same result Hack Nerd Font Noto Nerd Font FiraCode Nerd Font

mxaddict commented 5 months ago

Question on this.

I tried the new option and set the numbers with following setting set -g @tokyo-night-tmux_window_id_style digital

For me the tab number are just rectangles instead of numbers image

Am I missing something? I have tried few other Nerd Fonts already, with the same result Hack Nerd Font Noto Nerd Font FiraCode Nerd Font

Let me guess, you're on mac? 😄

The reason this option was added was so that you can use the other formats, since digital one refuses to work on osx.

Check #36 for mow context.

guoliang commented 5 months ago

yea, I'm on mac. that's unfortunate then. I'll be using one of the other options then :|

souravsgithub commented 1 month ago

But I'm on ubuntu and I did everything to make it work. Still can't do it. Any suggestions guys?