Skip to content

Commit

Permalink
feat: convert catppuccin themes to Yazi flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Feb 29, 2024
1 parent a0e432e commit 72239f8
Show file tree
Hide file tree
Showing 33 changed files with 354 additions and 209 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Pick your preferred theme file, copy it as `~/.config/yazi/theme.toml` or `C:\Us
> [!TIP]
> If you've created a theme for Yazi, please raise a PR to add your repo to the `README.md`.
## [Catppuccin Mocha](./catppuccin-mocha)
## [Catppuccin Mocha](./catppuccin-mocha.yazi)

<img src="./catppuccin-mocha/screenshot.png" width="600" />
<img src="./catppuccin-mocha.yazi/screenshot.png" width="600" />

## [Catppuccin Latte](./catppuccin-latte)
## [Catppuccin Latte](./catppuccin-latte.yazi)

<img src="./catppuccin-latte/screenshot.png" width="600" />
<img src="./catppuccin-latte.yazi/screenshot.png" width="600" />

## [Catppuccin Frappe](./catppuccin-frappe)
## [Catppuccin Frappe](./catppuccin-frappe.yazi)

<img src="./catppuccin-frappe/screenshot.png" width="600" />
<img src="./catppuccin-frappe.yazi/screenshot.png" width="600" />

## [Catppuccin Macchiato](./catppuccin-macchiato)
## [Catppuccin Macchiato](./catppuccin-macchiato.yazi)

<img src="./catppuccin-macchiato/screenshot.png" width="600" />
<img src="./catppuccin-macchiato.yazi/screenshot.png" width="600" />

## [Crystal](https://github.com/sachinsenal0x64/crystal-theme)

Expand Down
21 changes: 21 additions & 0 deletions catppuccin-frappe.yazi/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 yazi-rs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions catppuccin-frappe.yazi/LICENSE-tmtheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Himanshu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
33 changes: 33 additions & 0 deletions catppuccin-frappe.yazi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div align="center">
<img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%">
</div>

<h3 align="center">
Catppuccin Frappe Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
</h3>

## 👀 Preview

<img src="screenshot.png" width="600" />

## 🎨 Installation

Download and copy this folder as:

- `~/.config/yazi/flavors/catppuccin-frappe.yazi` on Linux/macOS
- `%AppData%\yazi\config\flavors\catppuccin-frappe.yazi` on Windows

## ⚙️ Usage

Add these lines to your `theme.toml` configuration file to use it:

```toml
[flavors]
use = "catppuccin-frappe"
```

## 📜 License

The theme is MIT-licensed, and the included tmTheme is also MIT-licensed.

Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ count_selected = { fg = "#303446", bg = "#8caaee" }
border_symbol = ""
border_style = { fg = "#838ba7" }

# Highlighting
syntect_theme = "~/.config/yazi/Catppuccin-frappe.tmTheme"

# : }}}


Expand Down
File renamed without changes
File renamed without changes.
45 changes: 0 additions & 45 deletions catppuccin-frappe/LICENSE

This file was deleted.

21 changes: 21 additions & 0 deletions catppuccin-latte.yazi/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 yazi-rs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions catppuccin-latte.yazi/LICENSE-tmtheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Himanshu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
33 changes: 33 additions & 0 deletions catppuccin-latte.yazi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div align="center">
<img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%">
</div>

<h3 align="center">
Catppuccin Latte Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
</h3>

## 👀 Preview

<img src="screenshot.png" width="600" />

## 🎨 Installation

Download and copy this folder as:

- `~/.config/yazi/flavors/catppuccin-latte.yazi` on Linux/macOS
- `%AppData%\yazi\config\flavors\catppuccin-latte.yazi` on Windows

## ⚙️ Usage

Add these lines to your `theme.toml` configuration file to use it:

```toml
[flavors]
use = "catppuccin-latte"
```

## 📜 License

The theme is MIT-licensed, and the included tmTheme is also MIT-licensed.

Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ count_selected = { fg = "#eff1f5", bg = "#1e66f5" }
border_symbol = ""
border_style = { fg = "#8c8fa1" }

# Highlighting
syntect_theme = "~/.config/yazi/Catppuccin-latte.tmTheme"

# : }}}


Expand Down
File renamed without changes
File renamed without changes.
45 changes: 0 additions & 45 deletions catppuccin-latte/LICENSE

This file was deleted.

21 changes: 21 additions & 0 deletions catppuccin-macchiato.yazi/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 yazi-rs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
21 changes: 21 additions & 0 deletions catppuccin-macchiato.yazi/LICENSE-tmtheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Himanshu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
33 changes: 33 additions & 0 deletions catppuccin-macchiato.yazi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div align="center">
<img src="https://github.com/sxyazi/yazi/blob/main/assets/logo.png?raw=true" alt="Yazi logo" width="20%">
</div>

<h3 align="center">
Catppuccin Macchiato Flavor for <a href="https://github.com/sxyazi/yazi">Yazi</a>
</h3>

## 👀 Preview

<img src="screenshot.png" width="600" />

## 🎨 Installation

Download and copy this folder as:

- `~/.config/yazi/flavors/catppuccin-macchiato.yazi` on Linux/macOS
- `%AppData%\yazi\config\flavors\catppuccin-macchiato.yazi` on Windows

## ⚙️ Usage

Add these lines to your `theme.toml` configuration file to use it:

```toml
[flavors]
use = "catppuccin-macchiato"
```

## 📜 License

The theme is MIT-licensed, and the included tmTheme is also MIT-licensed.

Check the [LICENSE](LICENSE) and [LICENSE-tmtheme](LICENSE-tmtheme) file for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ count_selected = { fg = "#24273a", bg = "#8aadf4" }
border_symbol = ""
border_style = { fg = "#8087a2" }

# Highlighting
syntect_theme = "~/.config/yazi/Catppuccin-macchiato.tmTheme"

# : }}}


Expand Down
File renamed without changes
File renamed without changes.
Loading

0 comments on commit 72239f8

Please sign in to comment.