aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-06-05 13:48:07 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-06-05 13:48:07 -0400
commit1ecb56e1ddb574a3ca8005d3fc97c0792625b0db (patch)
treed47762f8fec5e5179fd5e2a94851df685d8d6f34 /themes/light.lua
parent57d946f2eba8de5f7386b553558567b470900322 (diff)
Fixed display of secondary selections on Linux.
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua2
1 files changed, 2 insertions, 0 deletions
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