Code Monkey home page Code Monkey logo

hyper-rose-pine-next's Introduction

Rosé Pine for Hyper

All natural pine, faux fur and a bit of soho vibes for the classy minimalist

Usage

$ hyper i hyper-rose-pine-next

or

// ~/.hyper.js
module.exports = {
  plugins: ["hyper-rose-pine-next"],
}

Configuration

Caution: Dark Mode only works with Hyper ^3.1.0.

There are 3 variants in this theme. You can these values in the config files:

  • rose-pine (Dark)
  • rose-pine-moon (Dark, but dimmed)
  • rose-pine-dawn (Light)
// ~/.hyper.js
module.exports = {
  config: {
    hyperRosePine: {
      // Set theme variant for Hyper 3.0.2. Default is "rose-pine"
      palette: "rose-pine-moon",
      // Dark mode settings
      appearance: {
        // Default is "rose-pine"
        dark: "rose-pine-moon",
        light: "rose-pine-dawn",
      },
      // Hide the window controls (traffic buttons) on Mac. Default is false
      hideControls: true,
      // Hide in-app notification after 10 seconds. Default is false
      // I add this because there is no way to dismiss new version notification
      hideNotifications: true,
      // Hide tab title when there is only 1 tab opening. Default is true
      hideTabTitle: true,
      // Hide SVG Rose icons for all tabs. Default is false
      hideTabIcons: false,
    },
  },
}

Restart Hyper app to apply changes.

Gallery

Rose Pine

Rose Pine Moon

Rose Pine Dawn

FAQs

  • Why does Dark Mode only work with version ^3.1.0?

    Because the lower stable version (Hyper 3.0.2) is using Chrome 66, which does not support prefers-color-scheme feature fully. Source

hyper-rose-pine-next's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.