aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
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
parent57d946f2eba8de5f7386b553558567b470900322 (diff)
Fixed display of secondary selections on Linux.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.lua2
-rw-r--r--themes/light.lua2
2 files changed, 4 insertions, 0 deletions
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