From 786d5c5fe0ee07a0ebd13155fec0782ef5c04f8a Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 30 Oct 2025 10:42:42 +0100 Subject: [PATCH] [Yazi] Fix themes --- config/yazi/theme.toml | 3 ++- renderable/yazi/theme.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/yazi/theme.toml b/config/yazi/theme.toml index a1460bf..9f4e33c 100644 --- a/config/yazi/theme.toml +++ b/config/yazi/theme.toml @@ -1,2 +1,3 @@ [flavor] -use = "tokyo-night" +dark = "tokyo-night" +light = "tokyo-night" diff --git a/renderable/yazi/theme.toml b/renderable/yazi/theme.toml index 0c67e15..bb69682 100644 --- a/renderable/yazi/theme.toml +++ b/renderable/yazi/theme.toml @@ -1,2 +1,3 @@ [flavor] -use = "{{ yazi-theme }}" +dark = "{{ yazi-theme }}" +light = "{{ yazi-theme }}"