update tab style

This commit is contained in:
Candifloss 2024-12-28 13:14:13 +05:30
parent a249b91337
commit 4063e84426

View File

@ -6,6 +6,14 @@ config.font_size = 11.0
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 = {
background = '#101010',
foreground = '#BBBBBB',
@ -16,13 +24,18 @@ config.colors = {
selection_fg = '#D3D7CF',
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"
config.window_frame = {
inactive_titlebar_bg = '#2d2d2d',
active_titlebar_bg = '#232323',
ansi = {"#010101","#d62222","#3ba04d","#757575","#2288d6","#aa7240","#11a0af","#a6adc8"},
}
config.inactive_pane_hsb = {