From 9664356438233b124dc9f5ab0cd88131ff6c22c0 Mon Sep 17 00:00:00 2001 From: ~hedy Date: Sun, 5 May 2024 17:12:59 +0800 Subject: [PATCH] Nu: Update shape colors --- .config/nushell/config.nu | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.config/nushell/config.nu b/.config/nushell/config.nu index d730488..b76a69e 100644 --- a/.config/nushell/config.nu +++ b/.config/nushell/config.nu @@ -8,9 +8,19 @@ $env.config = { vi_insert: line vi_normal: block } - # color_config: { - # shape_filepath: cyan_underline - # } + color_config: { + shape_filepath: cyan_underline + shape_directory: green_underline + shape_string: yellow + shape_globpattern: cyan + shape_flag: cyan + + shape_externalarg: white + shape_external: blue + + shape_internalcall: light_cyan_bold + shape_keyword: cyan_bold + } keybindings: [ { name: alt_backspace -- 2.45.2