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

Help adding hterm support (?) #1

Open
rbong opened this issue Jun 2, 2019 · 0 comments
Open

Help adding hterm support (?) #1

rbong opened this issue Jun 2, 2019 · 0 comments
Labels
migrated Issues migrated from morhetz/gruvbox-contrib

Comments

@rbong
Copy link

rbong commented Jun 2, 2019

hterm doesn't have a lot of complexity to its config, but you have to put colors in an array in the right order, which can be a PITA.

Here's what I did for the base light colored gruvbox theme:

[
  "#cc241d",
  "#98971a",
  "#d79921",
  "#458588",
  "#b16286",
  "#689d6a",
  "#7c6f64",
  "#928374",
  "#9d0006",
  "#79740e",
  "#b57614",
  "#076678",
  "#8f3f71",
  "#427b58",
  "#3c3836",
]

It was fine to write this all out by hand for one of these, but I wasn't sure if there's some way I could potentially parse color.table sensibly to generate these?
I don't want to write a ton of this by hand when I only use one theme myself.

(Also, as I'm sure others have said before, thanks for making gruvbox!)

🤖 This issue has been automatically copied from morhetz#79 🤖

@rbong rbong added the migrated Issues migrated from morhetz/gruvbox-contrib label Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrated Issues migrated from morhetz/gruvbox-contrib
Projects
None yet
Development

No branches or pull requests

1 participant