diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 17:08:33 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-13 17:08:33 +0900 |
| commit | ff01dfcf0d14d1a43a8fbf497e9ab935ee6c34f5 (patch) | |
| tree | 3d46735e967d9960ebb9bde93dfe27d8ecdc819c /mac/.config/yazi/theme.toml | |
| parent | af3ff7b4b2bee3530c16277cd0fe674b1687d353 (diff) | |
updates
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 |
