๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change wc description to magenta

Kacaii a04e387e 98737eee

+5 -3
+5 -3
.config/jj/config.toml
··· 40 40 "commit_id" = { fg = "yellow" } 41 41 "diff token" = { underline = false } 42 42 "node immutable" = { fg = "white", bold = true } 43 - "timestamp" = "blue" 43 + "timestamp" = { fg = "blue" } 44 44 45 45 "working_copy author" = { fg = "bright white", underline = true } 46 - "working_copy commit_id prefix" = { fg = "red", underline = true } 46 + "working_copy commit_id prefix" = { fg = "yellow", underline = true } 47 47 "working_copy commit_id" = { fg = "red", underline = true } 48 - "working_copy timestamp" = "bright blue" 48 + "working_copy timestamp" = { fg = "bright blue" } 49 + "working copy empty" = { fg = "magenta" } 50 + "working_copy description placeholder" = { fg = "magenta" } 49 51 "working_copy" = { bold = true }