mods icon indicating copy to clipboard operation
mods copied to clipboard

Ability to change output styling for better compatibility with different terminal themes

Open Y0RI0 opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Since mods controls its own text styling for outputs, sometimes the text colors do not look good on certain terminal themes. For example:

image

Describe the solution you'd like A clear and concise description of what you want to happen.

What would be nice is an option in settings to either turn off output color styling or pass custom css so that the styling can change to work better with different themes.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

At first I tried to adjust some colors in my theme, but I realized mods doesn't pull terminal theme colors for text, rather it uses its own styling. This isn't a problem at all on most dark or light themes, but some edge cases like this green one cause visibility issues. Also it would just be nice to be able to customize the styling in general :)

Y0RI0 avatar Jun 12 '24 10:06 Y0RI0

Adding that I think maybe this would relate to this one as well: https://github.com/charmbracelet/mods/issues/236

Y0RI0 avatar Jun 12 '24 10:06 Y0RI0

themes were added in #236, should've fixed this I think

let me know otherwise

thanks!

caarlos0 avatar Jan 14 '25 14:01 caarlos0