From b6a803d99d06523543cbd4a9a8155c5f5baf3e92 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 10 Mar 2020 22:04:01 +0000 Subject: [PATCH] Configure bat to use a different theme Whatever bat's default theme for syntax highlight is, I cannot read it with my current theme. --- configs/.config/nixpkgs/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/.config/nixpkgs/home.nix b/configs/.config/nixpkgs/home.nix index c5765a843..76dce2f21 100644 --- a/configs/.config/nixpkgs/home.nix +++ b/configs/.config/nixpkgs/home.nix @@ -76,7 +76,7 @@ shellAliases = { c = "xclip -selection clipboard -i"; p = "xclip -selection clipboard -o"; - cat = "bat"; + cat = "bat --theme='Monokai Extended Light'"; rgh = "rg --hidden"; fdh = "fd --hidden"; tpr = "tput reset";