Skip to content

Commit af1b9c8

Browse files
committed
data/meld.css: Make the LinkMap stand out from the background
Some users have very reasonably complained that having the LinkMap have the same colour as the GtkSourceView makes it hard to see what kind of indentation level you're dealing with on right-hand panes. While we'd need to add backgrounds to the GtkSourceGutters as well to actually fix this, giving the Linkmap a background helps a little.
1 parent 07d0316 commit af1b9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/meld.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ link-map {
1414
border-width: 0 0 1px 0;
1515
border-style: solid;
1616
border-color: @borders;
17-
background-color: @theme_base_color;
17+
background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
1818
}
1919

2020
.meld-vc-console-pane {

0 commit comments

Comments
 (0)