From f60752d5d85df8604be7e9d260396e96c426c8dc Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 31 Aug 2026 02:52:13 +0200 Subject: [PATCH] Fix colorscheme typo --- templates/wezterm/includes/colors.lua.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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