jj: use bright magenta for bookmarks

This commit is contained in:
Daniel Lundin 2025-01-05 23:44:22 +01:00
parent fac15cd4c5
commit 78d818056b
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -164,10 +164,10 @@ in
"prefix" = bold; "prefix" = bold;
"rest" = "bright black"; "rest" = "bright black";
"divergent prefix" = underline; "divergent prefix" = underline;
"bookmark" = "magenta"; "bookmark" = "bright magenta";
"bookmarks" = "magenta"; "bookmarks" = "bright magenta";
"change_id" = "magenta"; "change_id" = "bright magenta";
"local_bookmarks" = "magenta"; "local_bookmarks" = "bright magenta";
"diff file_header" = bold; "diff file_header" = bold;
"diff hunk_header" = "cyan"; "diff hunk_header" = "cyan";
@ -176,13 +176,14 @@ in
"diff added" = "green"; "diff added" = "green";
"diff added token" = "green"; "diff added token" = "green";
"diff modified" = "cyan"; "diff modified" = "cyan";
"diff untracked" = "magenta"; "diff untracked" = "blue";
"diff renamed" = "cyan"; "diff renamed" = "cyan";
"diff copied" = "green"; "diff copied" = "green";
"diff access-denied" = { "diff access-denied" = {
bg = "red"; bg = "red";
}; };
"empty" = "green";
"elided" = "blue"; "elided" = "blue";
"node elided" = dim; "node elided" = dim;
"node working_copy" = { "node working_copy" = {
@ -197,12 +198,16 @@ in
}; };
"operation id" = "blue"; "operation id" = "blue";
"operation current_operation" = bold; "operation current_operation" = bold;
"remote_bookmarks" = "magenta"; "remote_bookmarks" = "bright magenta";
"working_copy" = { "working_copy" = {
fg = "green"; fg = "green";
bold = true; bold = true;
}; };
"working_copy change_id" = "magenta"; "working_copy empty" = {
fg = "green";
bold = true;
};
"working_copy change_id" = "bright magenta";
"working_copy description placeholder" = "green"; "working_copy description placeholder" = "green";
"working_copy empty description placeholder" = "green"; "working_copy empty description placeholder" = "green";
"working_copy bookmark" = "bright magenta"; "working_copy bookmark" = "bright magenta";
@ -229,7 +234,6 @@ in
"divergent" "divergent"
"divergent change_id" "divergent change_id"
"divergent rest" "divergent rest"
"empty"
"empty description placeholder" "empty description placeholder"
"error_source" "error_source"
"git_head" "git_head"
@ -258,7 +262,6 @@ in
"working_copy conflict" "working_copy conflict"
"working_copy divergent" "working_copy divergent"
"working_copy divergent change_id" "working_copy divergent change_id"
"working_copy empty"
"working_copy git_refs" "working_copy git_refs"
"working_copy local_branches" "working_copy local_branches"
"working_copy placeholder" "working_copy placeholder"