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

Add predefined color palettes #1587

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

Yaraslaut
Copy link
Member

@Yaraslaut Yaraslaut commented Aug 9, 2024

Refs #1285

PR adds few predefined color palettes, values are taken from https://github.com/Gogh-Co/Gogh/tree/master/themes
and supported themes are:
contour, monokai, one-dark, one-light, gruvbox-light, gruvbox-dark, solarized-light, solarized-dark, papercolor-light, papercolor-dark.

in config user can specify both single colorscheme or as a map like:

colors: contour

or

colors:
    light: monokai
    dark: contour

@github-actions github-actions bot added VT: Backend Virtual Terminal Backend (libterminal API) frontend Contour Terminal Emulator (GUI frontend) labels Aug 9, 2024
@Yaraslaut Yaraslaut force-pushed the improvement/default_color_palettes branch 2 times, most recently from 17eea46 to 85f4878 Compare September 9, 2024 15:13
Copy link
Member

@christianparpart christianparpart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds really good. We however also may want to mention this in the docs/ - website. :)

@Yaraslaut Yaraslaut force-pushed the improvement/default_color_palettes branch from 85f4878 to 5afd9ff Compare September 16, 2024 05:49
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 16, 2024
Copy link
Member

@christianparpart christianparpart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@christianparpart christianparpart force-pushed the improvement/default_color_palettes branch from 4ffcb80 to 05026de Compare September 18, 2024 06:01
Signed-off-by: Christian Parpart <christian@parpart.family>
@christianparpart christianparpart merged commit 2097e45 into master Sep 18, 2024
24 checks passed
@christianparpart christianparpart deleted the improvement/default_color_palettes branch September 18, 2024 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation frontend Contour Terminal Emulator (GUI frontend) VT: Backend Virtual Terminal Backend (libterminal API)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants