https://github.com/wakaka6/yatline-dracula.yazi
🧛🏻♂️Dracula theme for Yatline plugin.
https://github.com/wakaka6/yatline-dracula.yazi
dracula dracula-theme yatline-theme yazi yazi-plugin
Last synced: 3 months ago
JSON representation
🧛🏻♂️Dracula theme for Yatline plugin.
- Host: GitHub
- URL: https://github.com/wakaka6/yatline-dracula.yazi
- Owner: wakaka6
- License: mit
- Created: 2024-12-29T10:38:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T11:33:22.000Z (11 months ago)
- Last Synced: 2024-12-29T12:22:08.665Z (11 months ago)
- Topics: dracula, dracula-theme, yatline-theme, yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yatline-dracula.yazi
Dracula theme For [yatline.yazi](https://github.com/imsi32/yatline.yazi)

## Previews


## Requirements
- [yazi](https://github.com/sxyazi/yazi) version >= 25.5.31
- [yatline.yazi](https://github.com/imsi32/yatline.yazi)
## Installation
```sh
ya pkg add wakaka6/yatline-dracula
```
## Usage
> [!IMPORTANT]
> Add this to your `~/.config/yazi/init.lua` before Yatline's initialization.
```lua
local dracula_theme = require("yatline-dracula"):setup()
```
Then use the `theme` variable in Yatline config's theme parameter.
```lua
require("yatline"):setup({
-- ===
theme = dracula_theme,
-- ===
})
```
## Credits
- [yatline-catppuccin.yazi](https://github.com/imsi32/yatline-catppuccin.yazi)
- [yatline-gruvbox.yazi](https://github.com/imsi32/yatline-gruvbox.yazi)