diff --git a/templates/wezterm/includes/colors.lua.j2 b/templates/wezterm/includes/colors.lua.j2 index 6154122..fda0268 100644 --- a/templates/wezterm/includes/colors.lua.j2 +++ b/templates/wezterm/includes/colors.lua.j2 @@ -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