From 1ecb56e1ddb574a3ca8005d3fc97c0792625b0db Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:48:07 -0400 Subject: Fixed display of secondary selections on Linux. --- themes/dark.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/dark.lua') diff --git a/themes/dark.lua b/themes/dark.lua index f0f96a1e..22bb3f7a 100644 --- a/themes/dark.lua +++ b/themes/dark.lua @@ -88,6 +88,8 @@ styles.whitespace = {} view.element_color[view.ELEMENT_SELECTION_BACK] = colors.grey_black -- view.element_color[view.ELEMENT_SELECTION_ADDITIONAL_TEXT] = colors.light_grey view.element_color[view.ELEMENT_SELECTION_ADDITIONAL_BACK] = colors.grey_black +-- view.element_color[view.ELEMENT_SELECTION_SECONDARY_TEXT] = colors.light_grey +view.element_color[view.ELEMENT_SELECTION_SECONDARY_BACK] = colors.grey_black -- view.element_color[view.ELEMENT_SELECTION_INACTIVE_TEXT] = colors.light_grey view.element_color[view.ELEMENT_SELECTION_INACTIVE_BACK] = colors.light_black view.element_color[view.ELEMENT_CARET] = colors.grey -- cgit v1.2.3