Skip to content

bnavetta/hyperterm-base16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperterm-base16

npm

js-standard-style

Hyperterm plugin to use base16 themes.

Configuration

base16: {
    schemeFile: '~/my-scheme.yaml',
    schemeRepositories: [
        'https://github.com/chriskempson/base16-default-schemes.git'
    ],
    schemeName: 'default-dark',
    refreshSchemes: '2d',
    dataDir: '~/.hyperterm-base16',
    schemesDir: '~/.hyperterm-base16/schemes'
}

All repositories in schemeRepositories will be cloned into schemesDir. If schemeFile is set, the scheme at that path will be loaded. Otherwise, if schemeName is set, it will be searched for in all cloned schemes. On startup, if a repository is older than refreshSchemes, it will be re-pulled. schemeRepositories defaults to an empty array, schemeFile and schemeName have no default, and the defaults for refreshSchemes, dataDir, and schemesDir are shown.

See Scheme.toConfig for how base16 schemes get mapped to Hyperterm configuration. Other than basic color mappings, it's currently a bit haphazard, and suggestions for better styling are welcome.

About

Use base16 color schemes in Hyperterm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published