Skip to content

Commit 7b4e46b

Browse files
committed
[themes] tweak cursor bg
1 parent 00dcbae commit 7b4e46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view_curses.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ view_colors::init_roles(const lnav_theme& lt,
11291129
if (lt.lt_style_cursor_line.pp_value.sc_background_color.empty()) {
11301130
auto adjusted_cursor = bg_as_lab;
11311131
if (adjusted_cursor.lc_l < 50) {
1132-
adjusted_cursor.lc_l += 15;
1132+
adjusted_cursor.lc_l += 18;
11331133
} else {
11341134
adjusted_cursor.lc_l -= 15;
11351135
}

0 commit comments

Comments
 (0)