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

Configure Feed

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

change author color again

Kacaii f016d24b 619edf57

+2 -2
+2 -2
.config/jj/config.toml
··· 42 42 "node immutable" = { fg = "white", bold = true } 43 43 "timestamp" = { fg = "blue", dim = true } 44 44 45 - "working_copy author" = { fg = "white", underline = true } 45 + "working_copy author" = { fg = "magenta", underline = true } 46 46 "working_copy commit_id prefix" = { fg = "yellow", underline = true } 47 47 "working_copy commit_id" = { fg = "red", underline = true } 48 48 "working_copy timestamp" = { fg = "blue", underline = true } 49 49 "working_copy empty" = { fg = "magenta" } 50 - "working_copy description" = { fg = "bright magenta" } 50 + "working_copy description" = { fg = "magenta" } 51 51 "working_copy description placeholder" = { fg = "bright black" } 52 52 "working_copy" = { bold = true }