From 7d339bac97729900a26f56b0521b832dc67707e1 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 23 Jun 2023 16:18:03 -0400 Subject: [PATCH] powerline: use 256-color theme --- modules/cli/powerline.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cli/powerline.nix b/modules/cli/powerline.nix index bbba106..4333726 100644 --- a/modules/cli/powerline.nix +++ b/modules/cli/powerline.nix @@ -4,16 +4,16 @@ let theme = { BoldForeground = true; - CwdFg = 15; + CwdFg = 231; PathBg = 24; - PathFg = 15; + PathFg = 231; SeparatorFg = 16; }; customEnd = [{ Content = "$"; - Foreground = 15; - Background = 245; + Foreground = 231; + Background = 102; Separator = pl.left_hard_divider; }];