summaryrefslogtreecommitdiff
path: root/osd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'osd.lua')
-rw-r--r--osd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.lua b/osd.lua
index 2a05018..9ec9dce 100644
--- a/osd.lua
+++ b/osd.lua
@@ -226,7 +226,7 @@ end
function mt:option_text(opt, info)
local str = opt.name
- local col = colour.option
+ local col = opt.ended and colour.option_dim or colour.option
if info.selected then
col = info.empty and colour.selected_empty or colour.selected
elseif info.empty then