Fix colorscheme typo
This commit is contained in:
parent
da1b2831cb
commit
f60752d5d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue