All Projects → equinusocio → Hyper Material Theme

equinusocio / Hyper Material Theme

Licence: mit
The Hyper official porting of the original Material Theme.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hyper Material Theme

hyper-reverse-proxy
A simple reverse proxy for use with Hyper and Tokio
Stars: ✭ 94 (-68.46%)
Mutual labels:  hyper
flutter-material-cheat-sheet
A cheat sheet for Flutter's Material package.
Stars: ✭ 35 (-88.26%)
Mutual labels:  material-theme
hyper-electron-highlighter
Hyper theme based on the Atom Electron Highlighter Syntax package
Stars: ✭ 15 (-94.97%)
Mutual labels:  hyper
hyper-confirm
⛔ Plugin to show a confirmation dialog before quitting Hyper
Stars: ✭ 18 (-93.96%)
Mutual labels:  hyper
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (-78.52%)
Mutual labels:  material-theme
hyperblue-vibrancy
A theme for Hyper that fills your terminal with cool hues and leverages the Vibrancy API
Stars: ✭ 21 (-92.95%)
Mutual labels:  hyper
hyper-blink
Let Hyper's cursor blink.
Stars: ✭ 46 (-84.56%)
Mutual labels:  hyper
Yonce
👑 Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (-6.04%)
Mutual labels:  hyper
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+2088.93%)
Mutual labels:  hyper
aitch
aitch is a simple, lightweight toolkit for building HTTP servers in Rust, loosely based on Go's net/http.
Stars: ✭ 19 (-93.62%)
Mutual labels:  hyper
hyper-solarized-light
Hyper theme based on solarized light colors
Stars: ✭ 23 (-92.28%)
Mutual labels:  hyper
hyper-native
Make Hyper adapt to the macOS UI
Stars: ✭ 86 (-71.14%)
Mutual labels:  hyper
yii2-material-theme
Material Theme for Yii2
Stars: ✭ 15 (-94.97%)
Mutual labels:  material-theme
htyt
Hyper plugin to search and play youtube videos
Stars: ✭ 19 (-93.62%)
Mutual labels:  hyper
Material Kit React
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
Stars: ✭ 3,465 (+1062.75%)
Mutual labels:  material-theme
hyper-api-samples
Sample code to get started with the Hyper API.
Stars: ✭ 80 (-73.15%)
Mutual labels:  hyper
hyper
Soho vibes for Hyper
Stars: ✭ 23 (-92.28%)
Mutual labels:  hyper
Hyper Site
The official website for the Hyper terminal
Stars: ✭ 289 (-3.02%)
Mutual labels:  hyper
Night Owl Jetbrains
Night owl theme / colour scheme for IntelliJ and Webstorm (or other Jetbrains IDEs). Includes dark and light mode 🌓
Stars: ✭ 276 (-7.38%)
Mutual labels:  material-theme
base16-materialtheme-scheme
Material Themes for Base16
Stars: ✭ 70 (-76.51%)
Mutual labels:  material-theme

Material Theme for Hyper Hyper Material Theme

Codacy Badge

Hyper Material Theme

This is the official Material Theme porting for Hyper App.

1. Installation

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

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

2. Configuration

This theme provides settings that you MUST add in your ~/.hyper.js file inside the config key the colors object.

    config: {
      MaterialTheme: {
          // Set the theme variant,
          // OPTIONS: 'Darker', 'Palenight', 'Ocean', ''
          theme: '',
  
          // [Optional] Set the rgba() app background opacity, useful when enableVibrance is true
          // OPTIONS: From 0.1 to 1
          backgroundOpacity: '1',
  
          // [Optional] Set the accent color for the current active tab
          accentColor: '#64FFDA',
  
          // [Optional] 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'
      },

      ...
    }

    ...

Then restart the app

3. Customizable props

There are also some Hyper's customizable props directly from the config prop that will override the ones within the Material Theme default configurations:

{
  config: {
    cursorColor: '',
    padding: '',
    foregroundColor: ''
    termCss: ''
    css: ''
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].