wezterm: appearance
This commit is contained in:
parent
6d12bce85f
commit
61e5bb9aaf
1 changed files with 0 additions and 10 deletions
|
@ -51,22 +51,12 @@ return {
|
||||||
initial_rows = 45,
|
initial_rows = 45,
|
||||||
use_resize_increments = true,
|
use_resize_increments = true,
|
||||||
adjust_window_size_when_changing_font_size = false,
|
adjust_window_size_when_changing_font_size = false,
|
||||||
window_decorations = "RESIZE",
|
|
||||||
window_background_opacity = 1.0,
|
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 0,
|
left = 0,
|
||||||
right = 0,
|
right = 0,
|
||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
colors = {
|
|
||||||
tab_bar = {
|
|
||||||
active_tab = {
|
|
||||||
fg_color = "#e0e0e0",
|
|
||||||
bg_color = "#374f66",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
default_cursor_style = "SteadyBlock",
|
default_cursor_style = "SteadyBlock",
|
||||||
cursor_thickness = "3px",
|
cursor_thickness = "3px",
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
|
|
Loading…
Reference in a new issue