Relaxed-Theme / relaxed-terminal-themes

🕶️ A relaxed terminal theme to take a more relaxed view of things. For iTerm, Hyper, the macOS Terminal and a bunch of others.
MIT License
451 stars 12 forks source link

Feature: Make the Hyper theme configurable for users #2

Closed mischah closed 5 years ago

mischah commented 6 years ago

The Hyper theme forces to use the backgroundColor, foregroundColor, borderColor and selectionColor from the theme Right now. Independent of the settings in ~/.hyper.js.

It would be need to add a config to make it possible to enforce usage of colors from ~/.hyper.js.

Example for default values:

plugins: [
  'hyper-relaxed-afterglow'
],

relaxedAfterglow: {
  forceBackgroundColorFromTheme: true,
  forceForegroundColorFromTheme: true,
  forceBorderColorFromTheme: true,
  forceSelectionColorFromTheme: true
}
mischah commented 6 years ago

Must say that I’m not sure if that really is an use case.

So I leave it to the users to upvote this issue before implementing it.