Skip to content

Latest commit

 

History

History
50 lines (47 loc) · 1.36 KB

README.md

File metadata and controls

50 lines (47 loc) · 1.36 KB

Eldritch is a community-driven dark theme inspired by Lovecraftian horror. With tones from the dark abyss and an emphasis on green and blue, it caters to those who appreciate the darker side of life.

Main Theme repo can be found here

Showcase

Screenshot

Installation

  1. Launch Windows Terminal.
  2. Open the Settings panel or press CTRL + ,.
  3. Select Open JSON file at bottom left corner or press CTRL + SHIFT + ,.
  4. Copy the contents of eldritch-scheme.json into the opened config file under schemes. Example:
"schemes":
[
  {
    .. other colors and schemes
  },
  {
    .. eldritch theme
  }
],
  1. Copy the contents of eldritch-theme.json into the config file under themes. Example:
"themes":
[
  {
    .. other themes
  },
  {
    .. eldritch theme
  }
],
  1. Save the file, then exit.
  2. Open the Settings panel or press CTRL + ,.
  3. Go to Appearance.
  4. Change Application Theme to Eldritch.
  5. In the settings panel, under profiles, select the profile you want to apply the scheme to.
  6. Go to Appearance, then change Color Scheme to Eldritch.