New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

hyper-smooth

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-smooth

A comfortable soft color pallet that supports automatically switching variants based on the active macOS appearance.

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Smooth

Actionsnpm

My interpretation of a comfortable to look at theme to use with Hyper. It automatically switches based on the active macOS color scheme.

This theme is based on the work from the guys at Rosé Pine and ng-hai that provided a clear example of how a responsive theme can be based on the macOS color scheme.

light dark

Usage

hyper i hyper-smooth

or

module.exports = {
  plugins: ["hyper-smooth"],
};

Configuration

Configuration is fairly straight forward. Assume the following default config.

{
  "smooth": {
    "variant": "dark", // or "light"
    "disableAutomaticTheming": false
  }
}

Adjusting disableAutomaticTheming may require a full reload.

Keywords

hyper

FAQs

Package last updated on 16 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts