From 3e643c30c91c907fa88e917729e39a801dadfe8f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:30:55 +0100 Subject: [PATCH] fixed error in felix configuration --- ansible/roles/felix/files/felix/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/roles/felix/files/felix/config.yaml b/ansible/roles/felix/files/felix/config.yaml index 7de3de3..f55e013 100644 --- a/ansible/roles/felix/files/felix/config.yaml +++ b/ansible/roles/felix/files/felix/config.yaml @@ -1,3 +1,4 @@ +--- # (Optional) # Default exec command when open files. # If not set, will default to $EDITOR. @@ -42,7 +43,7 @@ default_theme: Base16OceanDark # The foreground color of directory, file and symlink. # Pick one of the following: -# Black // 0 +# Black // 0 # Red // 1 # Green // 2 # Yellow // 3 @@ -65,3 +66,4 @@ color: dir_fg: LightCyan file_fg: LightWhite symlink_fg: LightYellow + dirty_fg: Red