Skip to content

rose-pine/yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Rosé Pine for yazi

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

Usage

Yazi uses a layered configuration system that allows for maximum flexibility:

~/.config/yazi/
├── theme.toml          # Your personal theme configuration
└── flavors/            # Directory for installed flavors
    └── *.yazi/         # Individual flavor preset

Flavors are pre-made, complete theme packages that include:

  • flavor.toml: Complete UI styling (colors, borders, styles)
  • tmtheme.xml: Syntax highlighting for code preview

Your theme.toml is your personal configuration that can:

  • Select which flavor to use
  • Override specific styles from the flavor
  • Add additional configurations like custom icons

Step 1: Install the Flavor

  • Using ya pkg (Recommended)

    ya pkg add Mintass/rose-pine[-variant]
  • Manual Installation

    # Clone the repository
    git clone https://github.com/rose-pine/yazi.git
    cd yazi
    
    # Copy your preferred flavor to Yazi's configuration
    cp -r flavors/rose-pine[-variant].yazi ~/.config/yazi/flavors/

Step 2: Configure theme.toml

Create or edit ~/.config/yazi/theme.toml to activate the flavor:

[flavor]
dark = "rose-pine"    # or "rose-pine-moon"
# or light = "rose-pine-dawn"

note: Keep your theme.toml minimal. Only add configurations if you want to override the flavor's preset.

Step 3: Add Icon Colors (Optional)

This repository includes matching icon colors in the themes/ directory. These are optional enhancements that color file type icons to match Rosé Pine platte:

# Append icon configuration to your theme.toml
cat themes/rose-pine[-variant].toml >> ~/.config/yazi/theme.toml

Gallery

Rosé Pine rose-pine

Rosé Pine Moon rose-pine-moon

Rosé Pine Dawn rose-pine-dawn

About

Soho vibes for yazi

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published