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

Configure Feed

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

change author colors

Kacaii 619edf57 3b0849bd

+6 -5
+6 -5
.config/jj/config.toml
··· 34 34 35 35 36 36 [colors] 37 - "author" = { fg = "white" } 37 + "author" = { fg = "magenta", dim = true } 38 38 "bookmarks" = { fg = "red" } 39 39 "change_id" = { italic = true } 40 40 "commit_id" = { fg = "yellow" } 41 41 "diff token" = { underline = false } 42 42 "node immutable" = { fg = "white", bold = true } 43 - "timestamp" = { fg = "blue" } 43 + "timestamp" = { fg = "blue", dim = true } 44 44 45 - "working_copy author" = { fg = "bright white", underline = true } 45 + "working_copy author" = { fg = "white", underline = true } 46 46 "working_copy commit_id prefix" = { fg = "yellow", underline = true } 47 47 "working_copy commit_id" = { fg = "red", underline = true } 48 - "working_copy timestamp" = { fg = "bright blue" } 48 + "working_copy timestamp" = { fg = "blue", underline = true } 49 49 "working_copy empty" = { fg = "magenta" } 50 - "working_copy description placeholder" = { fg = "magenta" } 50 + "working_copy description" = { fg = "bright magenta" } 51 + "working_copy description placeholder" = { fg = "bright black" } 51 52 "working_copy" = { bold = true }