color scheme and inactive tab color

This commit is contained in:
Candifloss 2024-12-23 13:41:15 +05:30
parent 63cb910580
commit a249b91337

View File

@ -15,9 +15,9 @@ config.colors = {
selection_fg = '#D3D7CF', selection_fg = '#D3D7CF',
selection_bg = '#262626', selection_bg = '#262626',
}
config.color_scheme = 'Molokai' ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"}
}
config.window_decorations = "NONE" config.window_decorations = "NONE"
config.window_frame = { config.window_frame = {
@ -25,6 +25,11 @@ config.window_frame = {
active_titlebar_bg = '#232323', active_titlebar_bg = '#232323',
} }
config.inactive_pane_hsb = {
saturation = 1.0,
brightness = 0.4,
}
config.keys = { config.keys = {
{ key = 'h', mods = 'CTRL', { key = 'h', mods = 'CTRL',
action = wezterm.action.SplitHorizontal { domain = 'CurrentPaneDomain' }, action = wezterm.action.SplitHorizontal { domain = 'CurrentPaneDomain' },