CompeyDev / CompeyDev/ssh-portfolio

Styling configuration support

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Rust
Stars
94
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Currently, there is a barebones system for styling in configs, however, we do not make use of the provided config anywhere. It is also somewhat limited, and I would like to have truecolor support as well, since a lot of terminals support it now.

There are a few challenges for this, though:
- We use `crossterm` as the ratatui backend with our own SSH stream implementation; see https://github.com/ratatui/ratatui/issues/475
- It is possible some crates might try to query the terminal emulator for truecolor capabilities, which won't work over SSH
- How should the default color palette look? Should we allow multiple palettes with a interactive selection menu at runtime?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.