diff options
Diffstat (limited to 'mac/.config/yazi/theme.toml')
| -rw-r--r-- | mac/.config/yazi/theme.toml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mac/.config/yazi/theme.toml b/mac/.config/yazi/theme.toml new file mode 100644 index 0000000..09dbd12 --- /dev/null +++ b/mac/.config/yazi/theme.toml @@ -0,0 +1,36 @@ +# If the user's terminal is in dark mode, Yazi will load `theme-dark.toml` on startup; otherwise, `theme-light.toml`. +# You can override any parts of them that are not related to the dark/light mode in your own `theme.toml`. + +# If you want to dynamically override their content based on dark/light mode, you can specify two different flavors +# for dark and light modes under `[flavor]`, and do so in those flavors instead. +"$schema" = "https://yazi-rs.github.io/schemas/theme.json" + +# vim:fileencoding=utf-8:foldmethod=marker + +# : Flavor {{{ + +[flavor] +dark = "rose-pine-moon" +light = "catppuccin-mocha" + +# : }}} + +# ayu-dark +# catppuccin-frappe +# catppuccin-latte +# catppuccin-macchiato +# catppuccin-mocha +# dracula +# everforest-medium +# gruvbox-dark +# kanagawa-dragon +# kanagawa-lotus +# kanagawa +# rose-pine-moon +# rose-pine +# scripts +# tokyo-night +# vscode-dark-modern +# vscode-dark-plus +# vscode-light-modern +# vscode-light-plus |
