Change tokyonight flavoru

This commit is contained in:
Evie Litherland-Smith 2023-06-02 11:51:19 +01:00
parent 523dd728f6
commit 5a31ce3e1c

View file

@ -4,7 +4,7 @@
extraConfig = ''
local wezterm = require "wezterm"
local tab_bar_style = require "tab_bar_style"
local scheme_name = "tokyonight_storm"
local scheme_name = "tokyonight_night"
local scheme = require("wezterm").color.get_builtin_schemes()[scheme_name]
tab_bar_style.setup(scheme)