Merge branch 'main' of ssh://forgejo.fudiggity.nl/sonny/arch-setup

This commit is contained in:
Sonny Bakker 2026-07-20 13:08:25 +02:00
commit cd921f6083

View file

@ -13,23 +13,12 @@ end
local function scheme_for_appearance(appearance)
if appearance:find 'Dark' then
return 'Dark'
return 'Github Dark'
else
return 'Light'
return 'Github'
end
end
return {
color_schemes = {
['Dark'] = {
background = 'rgb(41, 46, 50)',
foreground = 'white'
},
['Light'] = {
background = 'white',
foreground = 'black'
},
},
color_scheme = scheme_for_appearance(get_appearance()),
}