0.2.7 • Published 6 years ago

hyper-solarized v0.2.7

Weekly downloads
245
License
MIT
Repository
gitlab
Last release
6 years ago

Hyper-Solarized

Pipeline Status npm Repo on GitHub Repo on GitLab

Hyper-Solarized is an implementation of the Solarized theme for the Hyper terminal.

Hyper Solarized

Contents

  1. Installation
  2. Configuration
  3. Screenshots

Installation

Using the built in Hyper plugin manager

$ hyper i hyper-solarized

Using the .hyper.js file

Open the ~/.hyper.js file using your favorite text editor and edit the plugins array to include hyper-solarized

plugins['hyper-solarized']

Reload Hyper to apply the changes

Configuration

Hyper-Solarized supports custom configuration parameters. Specify the desired parameters in the config section of your ~/.hyper.js

config: {     
  hyper_solarized: {
    unibody: 'true',
    background: 'light',
    auto: true,
    lightTime: '08:00',
    darkTime: '19:00'
  },
}

The following custom configuration options are currently supported

ParameterFunctionValues
backgroundThe variant of Solarized to be used{'dark', 'light'} Defaults to dark
unibodySpecifies whether the terminal window should have a seamless window or a different colored background for the tab nav bar{'true', 'false'} Defaults to true
cursorColorThe color of the caret in the terminalCSS color value (Hex/rgba)
borderColorThe color of the main window border and the tab barCSS color value. Defaults to transparent
navColorThe color of the nav barCSS color value. Overridden by unibody
autoWhether or not to switch color scheme automatically based on time, overriding the background setting.Boolean. Defaults to false.
lightTimeTime of day to switch to light theme.String 'HH:MM' Defaults to '08:00'
darkTimeTime of day to switch to dark theme.String 'HH:MM' Defaults to '19:00'

Screenshots

light dark

Avatar made by Ethan Schoonover. All rights to the avatar go to him.

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago