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 }}"