2.0.8 • Published 7 years ago

hyperganymede v2.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

HyperGanymede

Ganymede colors for Hyper.app.

Ganymede is a color scheme inspired by the icy coldness of the moons of Jupiter contrasted against all the bright vibrant colors that my personality comprises.

Installation

Add 'hyperganymede' under plugins in your configuration file (preferably toward the end of the list). An example:

module.exports = {
  config: {
    fontSize: 14,
    fontFamily: 'SFMono-Medium',
    cursorShape: 'BEAM',
    cursorColor: 'rgba(255, 255, 255, .25)',
    foregroundColor: '#fff',
    backgroundColor: 'rgba(9, 55, 80, 0.88)',
    borderColor: '#333',
    css: ``,
    bell: false,
    termCSS: ``,
    padding: '12px 14px',
    colors: [
      ...
    ]
  },
  plugins: [
    'hypercwd',
    'hyperlinks',
    'hyperterm-tabs',
    'hyperterm-blink',
    'hyperterm-tab-icons',
    'hyperterm-title',
    'hyperterm-paste'
    'hyperganymede'
  ]
}

or

hpm install hyperganymede

Colors

Color Palette for Ganymede

In use

A screenshot of your theme

2.0.8

7 years ago

2.0.7

7 years ago

2.0.0

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago