All Projects β†’ ng-hai β†’ hyper-rose-pine-next

ng-hai / hyper-rose-pine-next

Licence: other
Hyper Theme - which supports your System Preferences

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hyper-rose-pine-next

hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (-42.86%)
Mutual labels:  hyper, hyper-theme, hyperterm
hyper-bloody
⚑ A bloody theme for hyper
Stars: ✭ 18 (-35.71%)
Mutual labels:  hyper, hyper-theme, hyperterm
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-25%)
Mutual labels:  hyper, hyper-theme
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (+50%)
Mutual labels:  minimal, minimalist
components
Example Components (Built with Tonic)
Stars: ✭ 62 (+121.43%)
Mutual labels:  minimal, minimalist
akka-cluster-minimal
Akka Cluster - absolute minimal
Stars: ✭ 16 (-42.86%)
Mutual labels:  minimal, minimalist
Ephesus
Ephesus is a minimalist Jekyll theme, designed for personal blog use.
Stars: ✭ 40 (+42.86%)
Mutual labels:  minimal, minimalist
Circle Flags
A collection of 300+ minimal circular SVG country flags
Stars: ✭ 139 (+396.43%)
Mutual labels:  minimal, minimalist
hyper-solarized-light
Hyper theme based on solarized light colors
Stars: ✭ 23 (-17.86%)
Mutual labels:  hyper, hyper-theme
hyper-materialshell
A material design theme for Hyper based on materialshell. ✨
Stars: ✭ 72 (+157.14%)
Mutual labels:  hyper, hyper-theme
Webpack Nano
A teensy, squeaky 🐀 clean Webpack CLI
Stars: ✭ 199 (+610.71%)
Mutual labels:  minimal, minimalist
Boston-Icons
Boston is an exclusive icon theme inspired by functionalist design and a touch of early computer icons. The project is focused on elemental properties, basic shapes, a reduced color palette and visual hierarchy.
Stars: ✭ 106 (+278.57%)
Mutual labels:  minimal, minimalist
Awesome Hyper
πŸ–₯ Delightful Hyper plugins, themes, and resources
Stars: ✭ 9,687 (+34496.43%)
Mutual labels:  hyper, hyperterm
hyper
Soho vibes for Hyper
Stars: ✭ 23 (-17.86%)
Mutual labels:  hyper, rose-pine
Minimalist-Blog
Tailwind CSS Starter Template - Minimalist Blog
Stars: ✭ 21 (-25%)
Mutual labels:  minimal, minimalist
hyper-broadcast
Extension for Hyper.app to broadcast user inputs to multiple terms.
Stars: ✭ 15 (-46.43%)
Mutual labels:  hyper, hyperterm
Dropin Minimal Css
Drop-in switcher for previewing minimal CSS frameworks
Stars: ✭ 1,061 (+3689.29%)
Mutual labels:  minimal, minimalist
hyper-one-light
Atom One Light theme for Hyper
Stars: ✭ 56 (+100%)
Mutual labels:  hyper, hyper-theme
hyper-markdown-preview
Preview Markdown files right from your Hyper Terminal!
Stars: ✭ 18 (-35.71%)
Mutual labels:  hyper, hyperterm
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+410.71%)
Mutual labels:  minimal, minimalist

RosΓ© Pine for Hyper

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

demo

Check out wallpaper folder for static & dynamic variants

Usage

$ hyper i hyper-rose-pine-next

or

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

Configuration

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

  • dark (Dark)
  • moon (Dark, but dimmed)
  • dawn (Light)
// ~/.hyper.js
module.exports = {
  config: {
    hyperRosePine: {
      // Dynamic theme settings
      appearance: {
        // Default is "dark"
        dark: "moon",
        light: "dawn",
      },
      // Hide the window controls (traffic buttons) on Mac. Default is false
      hideControls: true,
      // Hide in-app notification after 20 seconds. Default is false
      // I add this because there is no way to dismiss new version notification in the past
      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

Dark

Moon

Dawn

Recommended config

Typography (Hyper)

It’s recommended to use Nerd Font to add a high number of extra glyphs (icon).

// font family with optional fallbacks
fontFamily: "JetBrainsMono Nerd Font",

// default font weight: 'normal' or 'bold'
fontWeight: "normal",

// font weight for bold characters: 'normal' or 'bold'
fontWeightBold: "normal",

// line height as a relative unit
lineHeight: 1.2,

// letter spacing as a relative unit
letterSpacing: 0,

Glyph (OhMyZSH)

ZSH_DISABLE_COMPFIX="true"

# https://spaceship-prompt.sh
ZSH_THEME="spaceship"

# Uncomment the following line to disable auto-setting terminal title.
DISABLE_AUTO_TITLE="true"
function set_win_title() {
        echo -ne "\033]0; $(basename "$PWD") \007"
}

precmd_functions+=(set_win_title)

# Automatically load a node version in the current working directory.
NVM_AUTOLOAD=1

# Disable the highlighting of pasted text
zle_highlight=('paste:none')

# Spaceship customization

# Prompt character to be shown before any command
SPACESHIP_CHAR_SYMBOL="οŒ‚  "
# Prefix before Git section
SPACESHIP_GIT_PREFIX="on branch  "
# Prefix before Git branch subsection
SPACESHIP_GIT_BRANCH_PREFIX=""
# Prefix before package version section
SPACESHIP_PACKAGE_PREFIX="version ο€²"
# Character to be shown before package version
SPACESHIP_PACKAGE_SYMBOL=""
# Prefix before Node.js section
SPACESHIP_NODE_PREFIX="with  "
# Character to be shown before Node.js version
SPACESHIP_NODE_SYMBOL=""
# Show current active gcloud configuration or not
SPACESHIP_GCLOUD_SHOW="false"
# Show Kubernetes section
SPACESHIP_KUBECTL_SHOW="true"
# Prefix before Kubernetes section
SPACESHIP_KUBECTL_PREFIX="environment   "
# Character to be shown before Kubernetes subsection
SPACESHIP_KUBECTL_SYMBOL=""
# Show Kubernetes version subsection
SPACESHIP_KUBECTL_VERSION_SHOW="false"
# Suffix after Kubectl context section
SPACESHIP_KUBECONTEXT_SUFFIX=""
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].