tide icon indicating copy to clipboard operation
tide copied to clipboard

How to use normal font instead of bold for "pwd" while keeping the bg color?

Open sgon00 opened this issue 1 year ago • 1 comments

From searching issues, I found out that I could do the following to make pwd use normal font instead of bold:

set -U tide_pwd_color_dirs normal
set -U tide_pwd_color_anchors normal

But after doing the above overrides, the bg color tide_pwd_bg_color won't display. Is that possible to use normal font with bg color? Thanks a lot.

Edited: I am using rainbow style.

sgon00 avatar Dec 27 '24 16:12 sgon00

i was looking for this too.

doesnt look like there is a configurable option however if you want you can goto your

.config/fish/functions/_tide_pwd.fish

and remove "-o" from the first line

https://github.com/IlanCosman/tide/blob/44c521ab292f0eb659a9e2e1b6f83f5f0595fcbd/functions/_tide_pwd.fish#L1

ArbitRandomUser avatar Jan 17 '25 17:01 ArbitRandomUser