Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imsi32/yatline-catppuccin.yazi

πŸ›€οΈ Soothing pastel theme for Yatline
https://github.com/imsi32/yatline-catppuccin.yazi

catppuccin theme yatline yatline-theme yazi yazi-plugin

Last synced: about 1 month ago
JSON representation

πŸ›€οΈ Soothing pastel theme for Yatline

Awesome Lists containing this project

README

        


Logo


Catppuccin for Yatline







## Previews

🌻 Latte

πŸͺ΄ FrappΓ©

🌺 Macchiato

🌿 Mocha

## Installation

### General
1) Download the repository.
2) If the directory is downloaded as zip file, extract it.
3) Rename the directory as `yatline-catppuccin.yazi`
4) Open the config directory of Yazi.
5) Copy this directory into `plugins` directory.
6) Create `init.lua` file in the main Yazi config directory.
7) Open this file and copy the config to that file.

### Linux
``` bash
git clone https://github.com/imsi32/yatline-catppuccin.yazi.git ~/.config/yazi/plugins/yatline-catppuccin.yazi
```

## Usage
Copy the following config to the `init.lua` file.
``` lua
local catppuccin_theme = require("yatline-catppuccin"):setup("mocha") -- or "latte" | "frappe" | "macchiato"
```
Then use the `theme` variable in Yatline config's theme paramater.
``` lua
require("yatline"):setup({
-- ===

theme = catppuccin_theme,

-- ===
})
```

## πŸ’ Thanks to

- [imsi32](https://github.com/imsi32)

Β 




Copyright Β© 2021-present Catppuccin Org