jj: use bright magenta for bookmarks
This commit is contained in:
parent
fac15cd4c5
commit
78d818056b
1 changed files with 12 additions and 9 deletions
|
@ -164,10 +164,10 @@ in
|
|||
"prefix" = bold;
|
||||
"rest" = "bright black";
|
||||
"divergent prefix" = underline;
|
||||
"bookmark" = "magenta";
|
||||
"bookmarks" = "magenta";
|
||||
"change_id" = "magenta";
|
||||
"local_bookmarks" = "magenta";
|
||||
"bookmark" = "bright magenta";
|
||||
"bookmarks" = "bright magenta";
|
||||
"change_id" = "bright magenta";
|
||||
"local_bookmarks" = "bright magenta";
|
||||
|
||||
"diff file_header" = bold;
|
||||
"diff hunk_header" = "cyan";
|
||||
|
@ -176,13 +176,14 @@ in
|
|||
"diff added" = "green";
|
||||
"diff added token" = "green";
|
||||
"diff modified" = "cyan";
|
||||
"diff untracked" = "magenta";
|
||||
"diff untracked" = "blue";
|
||||
"diff renamed" = "cyan";
|
||||
"diff copied" = "green";
|
||||
"diff access-denied" = {
|
||||
bg = "red";
|
||||
};
|
||||
|
||||
"empty" = "green";
|
||||
"elided" = "blue";
|
||||
"node elided" = dim;
|
||||
"node working_copy" = {
|
||||
|
@ -197,12 +198,16 @@ in
|
|||
};
|
||||
"operation id" = "blue";
|
||||
"operation current_operation" = bold;
|
||||
"remote_bookmarks" = "magenta";
|
||||
"remote_bookmarks" = "bright magenta";
|
||||
"working_copy" = {
|
||||
fg = "green";
|
||||
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 empty description placeholder" = "green";
|
||||
"working_copy bookmark" = "bright magenta";
|
||||
|
@ -229,7 +234,6 @@ in
|
|||
"divergent"
|
||||
"divergent change_id"
|
||||
"divergent rest"
|
||||
"empty"
|
||||
"empty description placeholder"
|
||||
"error_source"
|
||||
"git_head"
|
||||
|
@ -258,7 +262,6 @@ in
|
|||
"working_copy conflict"
|
||||
"working_copy divergent"
|
||||
"working_copy divergent change_id"
|
||||
"working_copy empty"
|
||||
"working_copy git_refs"
|
||||
"working_copy local_branches"
|
||||
"working_copy placeholder"
|
||||
|
|
Loading…
Reference in a new issue