Skip to content

rawnly/hyper-white-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-white-theme

White & Purple theme for ⚡Hyper

screenshot

Live preview Here

Installation

To install this theme just edit (Cmd + ,) your ~/.hyper.js and add hyper-white-theme to the plugins: [] array.

  // ~/.hyper.js
  ...
    plugins: [
      'hyper-white-theme'
      ],

    // in development, you can create a directory under
    // `~/.hyper_plugins/local/` and include it here
    // to load it and avoid it being `npm install`ed
    localPlugins: []
  }

Then Full Reload or Restart the application Cmd + Shift + R.

Also you can use hpm (Hyper Package Manager)

  # Using HPM
  $ hpm i hyper-white-theme

Config

This theme provides 1 optional extra setting that you can add in your ~/.hyper.js configuration file.

  colors: {
    ...
  },


  // Use HEX colors
  mainColor: '#123456',

  // etc...

Icon

icon

If you like it, you can download this custom icon themed for hyper-white-theme!




Hey! I hope you enjoyed this theme, if you, leave a star ⭐. It's free!