Switch wezterm to tokyonight theme
This commit is contained in:
parent
e21b93f758
commit
fea48688d3
|
@ -5,8 +5,8 @@
|
|||
extraConfig = ''
|
||||
local wezterm = require "wezterm"
|
||||
local tab_bar_style = require "tab_bar_style"
|
||||
local scheme_name = "Catppuccin Macchiato"
|
||||
local scheme = wezterm.color.get_builtin_schemes()[scheme_name]
|
||||
local scheme_name = "tokyonight_storm"
|
||||
local scheme = require("wezterm").color.get_builtin_schemes()[scheme_name]
|
||||
tab_bar_style.setup(scheme)
|
||||
-- require("status").setup(scheme)
|
||||
require "navigator"
|
||||
|
|
Loading…
Reference in a new issue