style: enhance tab bar with new separators and themes
This commit is contained in:
+6
-3
@@ -10,6 +10,9 @@ return {
|
||||
initial_rows = 38,
|
||||
|
||||
tab_max_width = 60,
|
||||
tab_bar_at_bottom = false,
|
||||
|
||||
unicode_version = 14,
|
||||
|
||||
-- Resize by cell
|
||||
use_resize_increments = true,
|
||||
@@ -17,9 +20,6 @@ return {
|
||||
-- Use Retro tab bar
|
||||
use_fancy_tab_bar = false,
|
||||
|
||||
-- Prefer to spawn tabs rather than windows
|
||||
prefer_to_spawn_tabs = true,
|
||||
|
||||
-- Set the window padding
|
||||
window_padding = {
|
||||
left = "0%",
|
||||
@@ -47,6 +47,9 @@ return {
|
||||
-- Terminal Variable
|
||||
term = "wezterm",
|
||||
|
||||
--Honor kitty protocol inputs
|
||||
enable_kitty_keyboard = true,
|
||||
|
||||
-- Rendering
|
||||
front_end = "WebGpu",
|
||||
webgpu_power_preference = "HighPerformance",
|
||||
|
||||
Reference in New Issue
Block a user