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 (?) #79

Open
sirosen opened this issue Apr 10, 2019 · 0 comments
Open

Help adding hterm support (?) #79

sirosen opened this issue Apr 10, 2019 · 0 comments

Comments

@sirosen
Copy link

sirosen commented Apr 10, 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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant