-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call For Color Schemes #24
Comments
I've tried to make a very basic theme which "resembles"
screenshot (if anybody know a simple way to blur parts of an image, plz let me know lol): (Would it possible to give colors as "hex" values (that is, if one's terminal supports enough colors)? I think EDIT(s): improved the theme to make it look more like |
So cool, thanks! I guess it should be possible possible to use other colors - for now though I am basically just mapping these names that tview stores in an array to tview color structs. So its only those names that will work. To support other colors I'd have to implement some kind of parsing I suppose.. Maybe tview has something built in? |
since we're talking about colours, what's the right way to enable transparent backgrounds (or just the default terminal background I guess) if possible? |
There isn't really but in the end your terminal also uses one of its colors for the background and that color should also be in the |
@normen I guess it should be Perhaps this is also related to the question of how to use "hex" colors P.S. I think there is an issue with trying to read the name of the color of the terminal background from |
So if you have a seemingly empty line thats probably the one you should copy-paste then :) But maybe a new issue about handing colors with a bit of gathered information about tview and colors would be a better place for this discussion. |
In the So, the transparency issue is one related to the terminal, and not a |
Weee, reminds me of Amiga times 😅 |
I would like to take a shot at adding hex code support in the configuration. @normen do you have any preference for how to contribute? Or is forking + opening a PR good enough? |
Sure, a normal PR is fine. This isn't a large-scale project, it's just me uploading what I did for myself 🙂 About the background issue: Actually |
- improves support for normen#24 (hex).
Great, opened a PR here. |
|
Everyone with a feel for colors is very welcome to post their color settings here. To aid you theres a "hidden"
/colorlist
command that lists and displays all available colors.
The text was updated successfully, but these errors were encountered: