Fix colorscheme typo

This commit is contained in:
Sonny Bakker 2026-08-31 02:52:13 +02:00
parent da1b2831cb
commit f60752d5d8

View file

@ -13,7 +13,7 @@ end
local function scheme_for_appearance(appearance)
if appearance:find 'Dark' then
return 'Github Dark'
return 'GitHub Dark'
else
return 'Github'
end