From 2848cf339a5a4d23198a02f39657f1d831fd9372 Mon Sep 17 00:00:00 2001 From: druckdev Date: Mon, 28 Dec 2020 03:09:02 +0100 Subject: [PATCH] bat: Initial commit Set a theme and a style. Since currently I only use it for previews in fzf and ranger I do not need all the fancy bits, but enjoy the syntax highlighting. --- .config/bat/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .config/bat/config diff --git a/.config/bat/config b/.config/bat/config new file mode 100644 index 0000000..dff188c --- /dev/null +++ b/.config/bat/config @@ -0,0 +1,2 @@ +--theme="TwoDark" +--style="plain"