Skip to content

Commit

Permalink
Configure other programs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed May 14, 2024
1 parent 48b06be commit afe5b8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion home/colours.nix
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@
github-light = "github_light";
catppuccin-latte = "catppuccin_latte";
nord = "nord-custom";
papercolor = "papercolor-light";
}
.${config.me.theme}
or "monokai-pro-custom";
Expand All @@ -866,6 +867,7 @@
bat-theme =
{
github-light = "GitHub";
papercolor = "GitHub";
solarized-light = "Solarized (light)";
catppuccin-latte = "GitHub";
nord = "Nord";
Expand All @@ -884,6 +886,13 @@
hash = "sha256-m/+Xsbve1fuzNEKpSK6Eddoi7gKcj04o1kSFy/H/m9w=";
};
};
delta-theme =
{
papercolor = "GitHub";
github-light = "GitHub";
}
.${config.me.theme}
or "Nord";
in
with lib; {
options = {
Expand All @@ -905,7 +914,7 @@ in
config = {
programs.bat.config.theme = bat-theme;
# TODO: make this configurable
programs.git.delta.options.syntax-theme = "Nord";
programs.git.delta.options.syntax-theme = delta-theme;
programs.helix.settings.theme = helix-theme;
programs.fish.interactiveShellInit = ''
# configure colour theme
Expand Down

0 comments on commit afe5b8c

Please sign in to comment.