update tab style
This commit is contained in:
parent
a249b91337
commit
4063e84426
25
wezterm.lua
25
wezterm.lua
@ -6,6 +6,14 @@ config.font_size = 11.0
|
|||||||
|
|
||||||
config.cursor_blink_rate = 800
|
config.cursor_blink_rate = 800
|
||||||
|
|
||||||
|
config.window_decorations = "NONE"
|
||||||
|
config.window_frame = {
|
||||||
|
inactive_titlebar_bg = '#2d2d2d',
|
||||||
|
active_titlebar_bg = '#232323',
|
||||||
|
}
|
||||||
|
|
||||||
|
config.use_fancy_tab_bar = false
|
||||||
|
|
||||||
config.colors = {
|
config.colors = {
|
||||||
background = '#101010',
|
background = '#101010',
|
||||||
foreground = '#BBBBBB',
|
foreground = '#BBBBBB',
|
||||||
@ -16,13 +24,18 @@ config.colors = {
|
|||||||
selection_fg = '#D3D7CF',
|
selection_fg = '#D3D7CF',
|
||||||
selection_bg = '#262626',
|
selection_bg = '#262626',
|
||||||
|
|
||||||
ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"}
|
tab_bar = {
|
||||||
}
|
active_tab = {
|
||||||
|
bg_color = "#101010",
|
||||||
|
fg_color = "#BBBBBB",
|
||||||
|
},
|
||||||
|
inactive_tab = {
|
||||||
|
bg_color = "#232323",
|
||||||
|
fg_color = "#BBBBBB",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
config.window_decorations = "NONE"
|
ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"},
|
||||||
config.window_frame = {
|
|
||||||
inactive_titlebar_bg = '#2d2d2d',
|
|
||||||
active_titlebar_bg = '#232323',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.inactive_pane_hsb = {
|
config.inactive_pane_hsb = {
|
||||||
|
Loading…
Reference in New Issue
Block a user