Skip to content

atelierbram/Base4Tone-hyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base4Tone-hyper

Colorschemes for Hyper

Installation

  1. Make a folder on your computer in .hyper_plugins/local/, like for example base4tone-modern-n-dark, and copy Base4Tone-Modern-N-Dark.js from the Repo index folder over there.
  2. Rename Base4Tone-Modern-N-Dark.js to index.js
  3. Open Hyper's preferences by pressing Cmd+, or manually at ~/.hyper.js.
  4. Find and Update the local-plugins array to the theme you have just chosen from the index folder.
  localPlugins: [
    'base4tone-modern-n-dark'
  ],
  1. Reload Hyper by pressing Cmd + Shft + R, or restart Hyper

Recommended Setting

in ~/.hyper.js

module.exports = {
  config: {
    // default font size in pixels for all tabs
    fontSize: 14,

  // font family with optional fallbacks, but best install "Meslo LG L DZ" to fix crammed line-height
  // https://github.com/andreberg/Meslo-Font
    fontFamily: '"Meslo LG L DZ","Fira Mono", Consolas, Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',

Resources

Credits

Released under MIT Licence

About

colorschemes for Hyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors