style: enhance tab bar with new separators and themes

This commit is contained in:
2024-09-24 14:40:11 -04:00
parent a645ad613a
commit a7bcc92586
11 changed files with 531 additions and 206 deletions
+6 -3
View File
@@ -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",