Hyper Material Theme Versions Save

The Hyper official porting of the original Material Theme.

v2.0.7

5 years ago

v2.0.6

6 years ago

v2.0.5

6 years ago

v2.0.4

6 years ago

v2.0.3

6 years ago

v2.0.2

6 years ago

Fix issue causing error in main rendering process

v2.0.0

6 years ago

BREAKING CHANGES ?

You have to update your setting after this update. Just add that after colors: {}:

MaterialTheme: {
      // 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 vibrance and blurred background
      // OPTIONS: 'dark', 'ultra-dark', 'bright'
      // NOTE: The backgroundOpacity should be between 0.1 and 0.9 to see the effect.
      vibrancy: 'dark'
},

Check the README

BUGFIXES

  • Fix shell padding
  • Fix red color
  • Fix scrollbars color

v1.0.7

6 years ago

Removed custom blinkCursor setting. Now you can use the built-in cursorBlink setting to enable/disable cursor blink

v1.0.6

6 years ago

You can now disable cursor blink by set blinkCursor: false

v1.0.3

7 years ago

Fix Cannot read property 'toLowerCase' of undefined