You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: refine search highlighting and status line indicators
Use background-only search highlight to preserve syntax colors, add
reverse video fallback for no-colors mode, show mode indicators
always (muted inactive / active fg) on right side with ≋ search icon,
darken default muted and search background colors, fix stale godoc,
update screenshot.
Annotationstring`long:"color-annotation" ini-name:"color-annotation" env:"REVDIFF_COLOR_ANNOTATION" default:"#ffd700" description:"annotation text and markers"`
@@ -58,7 +58,7 @@ type options struct {
58
58
StatusFgstring`long:"color-status-fg" ini-name:"color-status-fg" env:"REVDIFF_COLOR_STATUS_FG" default:"#202020" description:"status bar foreground"`
59
59
StatusBgstring`long:"color-status-bg" ini-name:"color-status-bg" env:"REVDIFF_COLOR_STATUS_BG" default:"#C5794F" description:"status bar background"`
60
60
SearchFgstring`long:"color-search-fg" ini-name:"color-search-fg" env:"REVDIFF_COLOR_SEARCH_FG" default:"#1a1a1a" description:"search match foreground"`
61
-
SearchBgstring`long:"color-search-bg" ini-name:"color-search-bg" env:"REVDIFF_COLOR_SEARCH_BG" default:"#d7d700" description:"search match background"`
61
+
SearchBgstring`long:"color-search-bg" ini-name:"color-search-bg" env:"REVDIFF_COLOR_SEARCH_BG" default:"#4a4a00" description:"search match background"`
0 commit comments