From 8930121fb0569fca814c8f42649cb51afffb30f3 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:47:33 +0100 Subject: everforest: Fix selection color (#35) * Fix selection color It was set to a color that is not even part of the Everforest theme and is only barely different from the line highlight color, so it was not actually visible on the line you had your cursor on. * Update Everforest version --- colors/everforest.lua | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/everforest.lua b/colors/everforest.lua index 2a99d46..6dca9b9 100644 --- a/colors/everforest.lua +++ b/colors/everforest.lua @@ -9,7 +9,7 @@ style.caret = { common.color "#A7C080"} style.accent = { common.color "#A7C080"} style.dim = { common.color "#859289"} style.divider = { common.color "#272E33"} -style.selection = { common.color "#272E30"} +style.selection = { common.color "#2E383C"} style.line_number = {common.color "#2E383C"} style.line_number2 = {common.color "#374145"} style.line_highlight = {common.color "#272E33"} diff --git a/manifest.json b/manifest.json index c93c637..520ccb1 100644 --- a/manifest.json +++ b/manifest.json @@ -165,7 +165,7 @@ "dark" ], "type" : "color", - "version" : "0.1" + "version" : "0.2" }, { "id" : "flexoki_dark", -- cgit v1.2.3