jj: more legible color for "hidden" / rest parts of changes and commits

This commit is contained in:
Daniel Lundin 2024-08-15 22:36:19 +02:00
parent cdb461a4c3
commit 95461b403a
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
3 changed files with 8 additions and 3 deletions

View file

@ -88,7 +88,7 @@ in
palette = 5=#cb01ff
palette = 6=#00e0ff
palette = 7=#f0f0f0
palette = 8=#000000
palette = 8=#444444
palette = 9=#ff8c88
palette = 10=#baff94
palette = 11=#ffe090
@ -112,7 +112,7 @@ in
palette = 5=#7d009e
palette = 6=#008a9e
palette = 7=#f7f7f7
palette = 8=#000000
palette = 8=#b0b0b0
palette = 9=#ff0035
palette = 10=#509e00
palette = 11=#ffc900

View file

@ -129,6 +129,11 @@ in
"commit_id prefix" = {
bold = true;
};
"rest" = {
fg = "bright black";
bold = false;
};
};
};
};

View file

@ -16,7 +16,7 @@
rustPlatform.buildRustPackage rec {
pname = "jujutsu-openssh";
version = "0.19.0+pr3191.openssh";
version = "0.20.0+pr3191.openssh";
src = fetchFromGitHub {
owner = "dln";