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 ++ themes/light.lua | 2 ++ 2 files changed, 4 insertions(+) (limited to 'themes') 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 diff --git a/themes/light.lua b/themes/light.lua index b91d401c..6ec7662b 100644 --- a/themes/light.lua +++ b/themes/light.lua @@ -88,6 +88,8 @@ styles.whitespace = {} view.element_color[view.ELEMENT_SELECTION_BACK] = colors.grey_white -- view.element_color[view.ELEMENT_SELECTION_ADDITIONAL_TEXT] = colors.light_black view.element_color[view.ELEMENT_SELECTION_ADDITIONAL_BACK] = colors.grey_white +-- view.element_color[view.ELEMENT_SELECTION_SECONDARY_TEXT] = colors.light_black +view.element_color[view.ELEMENT_SELECTION_SECONDARY_BACK] = colors.grey_white -- view.element_color[view.ELEMENT_SELECTION_INACTIVE_TEXT] = colors.light_black view.element_color[view.ELEMENT_SELECTION_INACTIVE_BACK] = colors.dark_white view.element_color[view.ELEMENT_CARET] = colors.grey_black -- cgit v1.2.3