@@ -1759,7 +1759,7 @@ pack .vpane -anchor n -side top -fill both -expand 1
1759
1759
#
1760
1760
frame .vpane.files.index -height 100 -width 200
1761
1761
label .vpane.files.index.title -text {Staged Changes (Will Be Committed)} \
1762
- -background green
1762
+ -background lightgreen
1763
1763
text $ui_index -background white -borderwidth 0 \
1764
1764
-width 20 -height 10 \
1765
1765
-wrap none \
@@ -1779,7 +1779,7 @@ pack $ui_index -side left -fill both -expand 1
1779
1779
#
1780
1780
frame .vpane.files.workdir -height 100 -width 200
1781
1781
label .vpane.files.workdir.title -text {Unstaged Changes (Will Not Be Committed)} \
1782
- -background red
1782
+ -background lightsalmon
1783
1783
text $ui_workdir -background white -borderwidth 0 \
1784
1784
-width 20 -height 10 \
1785
1785
-wrap none \
@@ -1796,10 +1796,8 @@ pack $ui_workdir -side left -fill both -expand 1
1796
1796
.vpane.files add .vpane.files.workdir -sticky nsew
1797
1797
1798
1798
foreach i [list $ui_index $ui_workdir ] {
1799
- $i tag conf in_diff -font font_uibold
1800
- $i tag conf in_sel \
1801
- -background [$i cget -foreground] \
1802
- -foreground [$i cget -background]
1799
+ $i tag conf in_diff -background lightgray
1800
+ $i tag conf in_sel -background lightgray
1803
1801
}
1804
1802
unset i
1805
1803
@@ -1957,18 +1955,18 @@ proc trace_current_diff_path {varname args} {
1957
1955
}
1958
1956
trace add variable current_diff_path write trace_current_diff_path
1959
1957
1960
- frame .vpane.lower.diff.header -background orange
1958
+ frame .vpane.lower.diff.header -background gold
1961
1959
label .vpane.lower.diff.header.status \
1962
- -background orange \
1960
+ -background gold \
1963
1961
-width $max_status_desc \
1964
1962
-anchor w \
1965
1963
-justify left
1966
1964
label .vpane.lower.diff.header.file \
1967
- -background orange \
1965
+ -background gold \
1968
1966
-anchor w \
1969
1967
-justify left
1970
1968
label .vpane.lower.diff.header.path \
1971
- -background orange \
1969
+ -background gold \
1972
1970
-anchor w \
1973
1971
-justify left
1974
1972
pack .vpane.lower.diff.header.status -side left
0 commit comments