Skip to content

a1ternat1ve/hyper-material-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Theme for Hyper Hyper Material Theme

Hyper Material Theme

This is the official Material Theme porting for Hyper App.

Installation

Just edit your ~/.hyper.js file (Hyper > Preferences...) and add hyper-material-theme to plugins: [] array.

...
plugins: ['hyper-material-theme'],
...

Then restart the app

Configuration

This theme provide 4 additional settings that you can add in your ~/.hyper.js file.

// Set the theme variant,
// OPTIONS: 'Darker', 'Palenight', ''
theme: '',
// Set the rgba() app background opacity, useful when enableVibrance is true
// OPTIONS: From 0.1 to 1
backgroundOpacity: '1',
// Set the accent color for the current active tab
accentColor: '#64FFDA',
// Mac Only. Need restart. Enable the dark vibrance and blurred background
// NOTE: The backgroundOpacity should be between 0.1 and 0.9 to see the effect.
enableVibrance: false,

About

The Hyper official porting of the original Material Theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published