Skip to content
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

Interfaces to get color scheme details #290

Open
BLumia opened this issue Aug 4, 2019 · 0 comments
Open

Interfaces to get color scheme details #290

BLumia opened this issue Aug 4, 2019 · 0 comments

Comments

@BLumia
Copy link
Contributor

BLumia commented Aug 4, 2019

Make it possible for getting details of a color scheme like foreground and background color, actual color table and etc, by using the provided qtermwidget API. (feature request)

Expected Behavior

APIs for getting details of a color scheme like foreground and background color, actual color table and etc.

Current Behavior

No directly support for getting color table of a given color scheme, we can only get the list of color schemes, so developer can't make a color scheme preview without copy the qtermwidget color scheme file parser code to their project or write a new parser.

Possible Solution

Maybe make ColorScheme.h as a public library header?

Steps to Reproduce (for bugs)
  1. check out qtermwidget.h.
Context

Would like to create a color scheme preview for my side project without copy and paste the color scheme parser code to the project.

System Information
  • Distribution & Version: Debian (testing)
  • Package version: 0.14.1-1
@agaida agaida added this to Wishlist in Issues Aug 4, 2019
@agaida agaida moved this from Wishlist to Sprint qterm* in Issues Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issues
  
Sprint qterm*
Development

No branches or pull requests

2 participants