Update all
This commit is contained in:
@@ -16,6 +16,9 @@ return {
|
||||
-- Visual Bell
|
||||
visual_bell = "#E78284",
|
||||
},
|
||||
-- Command Palette Colors
|
||||
command_palette_bg_color = "#232634", -- Command Palette Background
|
||||
command_palette_fg_color = "#C6D0F5", -- Command Palette Foreground
|
||||
-- Titlebar and Frame Colors
|
||||
window_frame = {
|
||||
active_titlebar_bg = "#232634",
|
||||
|
||||
+1
-2
@@ -8,7 +8,7 @@ return {
|
||||
-- Terminal Font Size
|
||||
font_size = 12.0,
|
||||
-- Terminal Font
|
||||
font = WEZTERM.font_with_fallback(types.font),
|
||||
font = WEZTERM.font_with_fallback(types.rootiest_font),
|
||||
-- Tab Font
|
||||
window_frame = {
|
||||
font = WEZTERM.font(types.win_font),
|
||||
@@ -26,5 +26,4 @@ return {
|
||||
freetype_load_target = "Normal",
|
||||
-- Default Cursor Shape
|
||||
default_cursor_style = "BlinkingBar",
|
||||
-- Fallback Fonts
|
||||
}
|
||||
|
||||
+3
-1
@@ -2,7 +2,8 @@
|
||||
-- │ WINDOW │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
local gpus = WEZTERM.gui.enumerate_gpus()
|
||||
local wezterm = WEZTERM
|
||||
local gpus = wezterm.gui.enumerate_gpus()
|
||||
|
||||
return {
|
||||
-- Set the initial size
|
||||
@@ -52,6 +53,7 @@ return {
|
||||
|
||||
-- Rendering
|
||||
front_end = "WebGpu",
|
||||
-- front_end = "OpenGL",
|
||||
webgpu_power_preference = "HighPerformance",
|
||||
webgpu_preferred_adapter = gpus[1],
|
||||
-- Scrollback Lines
|
||||
|
||||
Reference in New Issue
Block a user