Skip to content

Commit 1d9b14a

Browse files
committed
feat(home/base.scm): use 256 color theme for bat
Use the 256 color theme instead, as it can be more accurate. Can have issues with Alacritty though, such as white text on white text.
1 parent 2136ab2 commit 1d9b14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guix/modules/home/base.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
(home-bash-configuration
7474
(aliases '(("grep" . "grep -P -i -n -H -q -R --devices=read --color=auto")
7575
(".." . "cd ..")
76-
("bat" . "bat --color auto --decorations auto --paging never --theme=base16")
76+
("bat" . "bat --color auto --decorations auto --paging never --theme=base16-256")
7777
("eza" . "eza -l -X --color auto --icons auto --hyperlink -a --group-directories-first --smart-group -h --changed --git")
7878
("ip" . "ip -color=auto")
7979
("df" . "df -H")

0 commit comments

Comments
 (0)