diff options
| author | bh <qn+git@epicurus.dev> | 2026-04-23 17:00:56 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-04-23 17:08:14 +0800 |
| commit | 7006cfb52cadff5e4b0b66fbfef24eb4a07ef3ab (patch) | |
| tree | b735194055f60876fa7bc6e48440ce2446b191be /yazi/.config | |
| parent | 29f48a924b0e4816daed147eeb5e889655abd9b2 (diff) | |
yazi: change colours
Diffstat (limited to 'yazi/.config')
| -rw-r--r-- | yazi/.config/yazi/theme.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yazi/.config/yazi/theme.toml b/yazi/.config/yazi/theme.toml index ed09311..53ed3c4 100644 --- a/yazi/.config/yazi/theme.toml +++ b/yazi/.config/yazi/theme.toml @@ -23,9 +23,9 @@ find_keyword = { fg = "#FFC600", bold = true} border_symbol = " " [indicator] -current = { fg = "#FFFFFF", bg = "#008282" } -parent = { fg = "#FFFFFF", bg = "#008282" } -preview = { fg = "#FFFFFF", bg = "#008282" } +current = {bg = "#395E5E" } +parent = { bg = "#395E5E" } +preview = { bg = "#395E5E" } padding = { open = "█", close = "█" } [tabs] @@ -42,7 +42,7 @@ rules = [ [icon] prepend_conds = [ - { if = "dir", text = "", fg = "#00BCD4" }, + { if = "dir", text = "", fg = "#008282" }, ] [input] |
