From c38a188e5a0ee991983768d9cc4c7a02c6f84808 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 19 Jan 2024 10:46:37 +0000 Subject: better less colors on dark bg --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 45a42f1..d4bf12e 100644 --- a/.bashrc +++ b/.bashrc @@ -26,6 +26,8 @@ export ALTERNATE_EDITOR='' export EDITOR=emacsclient alias e=emacsclient +export LESSCOLORIZER='pygmentize -O bg=dark,style=github-dark -f terminal16m' + shopt -s extglob shopt -s cmdhist shopt -s histappend -- cgit v1.2.3