Colorschemes for Hyper
- Make a folder on your computer in
.hyper_plugins/local/, like for examplebase4tone-modern-n-dark, and copyBase4Tone-Modern-N-Dark.jsfrom the Repo index folder over there. - Rename
Base4Tone-Modern-N-Dark.jstoindex.js - Open Hyper's preferences by pressing
Cmd+,or manually at~/.hyper.js. - Find and Update the local-plugins array to the theme you have just chosen from the
indexfolder.
localPlugins: [
'base4tone-modern-n-dark'
],- Reload Hyper by pressing
Cmd + Shft + R, or restart Hyper
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',- Preview of how Base4Tone themes can look like at Base4Tone-prism
- github.com/andreberg/Meslo-Font
Released under MIT Licence