tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Style command prompt / messages

Open druskus20 opened this issue 2 years ago • 1 comments

This theme seems to be missing styles for the command prompt: : and the dialogs.

I have styled them with the following:

# Style command prompt / dialogs 
set -g message-style 'bg=#181825 fg=default'

druskus20 avatar Oct 16 '23 14:10 druskus20

Hey @druskus20

I'm not a tmux user but does the line below not style the command prompt / messages?

https://github.com/catppuccin/tmux/blob/0be44ee9bd226cf6b9779d4ebd7f3d95362efce5/catppuccin.tmux#L332

sgoudham avatar Mar 07 '24 00:03 sgoudham

Fixed in #193

vdbe avatar May 17 '24 19:05 vdbe