From 78d818056b1395ebc8062bba90942d08651809b3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 5 Jan 2025 23:44:22 +0100 Subject: [PATCH] jj: use bright magenta for bookmarks --- home/dln/home.nix | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/home/dln/home.nix b/home/dln/home.nix index e59ba81..0770df0 100644 --- a/home/dln/home.nix +++ b/home/dln/home.nix @@ -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"