From a0eacc0d83b90005da22200561fac50520b376a5 Mon Sep 17 00:00:00 2001 From: Andrey Penechko Date: Mon, 19 Dec 2022 01:25:41 +0200 Subject: [PATCH] Fix highlight color in solarized_light.lua --- colors/solarized_light.lua | 2 +- previews/solarized_light.svg | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/colors/solarized_light.lua b/colors/solarized_light.lua index 8f604e4..3df13d8 100644 --- a/colors/solarized_light.lua +++ b/colors/solarized_light.lua @@ -9,7 +9,7 @@ style.caret = { common.color "#657b83" } style.accent = { common.color "#002b36" } style.dim = { common.color "#93a1a1" } style.divider = { common.color "#e0dbc8" } -style.selection = { common.color "#eee8d5" } +style.selection = { common.color "#073642" } style.line_number = { common.color "#93a1a1" } style.line_number2 = { common.color "#002b36" } style.line_highlight = { common.color "#eee8d5" } diff --git a/previews/solarized_light.svg b/previews/solarized_light.svg index d01ae7f..cc6575c 100644 --- a/previews/solarized_light.svg +++ b/previews/solarized_light.svg @@ -1,15 +1,14 @@ - - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file