fix bat config
This commit is contained in:
parent
fd169d6534
commit
9952865f9a
|
@ -4,14 +4,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
pager = "less -FR";
|
pager = "less -FR";
|
||||||
theme = "Catppuccin-mocha";
|
theme = "Dracula";
|
||||||
};
|
|
||||||
themes = {
|
|
||||||
src = inputs.catppuccin-bat;
|
|
||||||
# https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
|
||||||
Catppuccin-mocha = {
|
|
||||||
file = "Catppuccin-mocha.tmTheme";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
# themes = {
|
||||||
|
# src = inputs.catppuccin-bat;
|
||||||
|
# # https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme
|
||||||
|
# Catppuccin-mocha = {
|
||||||
|
# file = "Catppuccin-mocha.tmTheme";
|
||||||
|
# };
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue