Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 368 Bytes

Alpenglow Theme for Hyper

A port of the Alpenglow Theme for Hyper.

To configure, add the following to your ~/.hyper.js file:

config: {
  // Note: this must be inside `config`
  alpenglowOptions: {
    colorScheme: 'alpenglow' OR 'alpenglowMonokai' OR 'alpenglowTwilight'
  }
}