diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-23 17:00:56 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-23 17:08:14 +0800 |
| commit | aa389b2f2af5122f85a320635519a9ed5a4b57d2 (patch) | |
| tree | b735194055f60876fa7bc6e48440ce2446b191be | |
| parent | d6bac1179343f2a10aa48552d13a43c8d5821346 (diff) | |
yazi: change colours
| -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] |
