update
This commit is contained in:
@ -12,8 +12,6 @@ config.animation_fps = 10
|
|||||||
config.initial_cols = 274
|
config.initial_cols = 274
|
||||||
config.initial_rows = 52
|
config.initial_rows = 52
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
config.window_background_opacity = 0.96
|
|
||||||
config.macos_window_background_blur = 80
|
|
||||||
|
|
||||||
-- Typography
|
-- Typography
|
||||||
config.font = wezterm.font({
|
config.font = wezterm.font({
|
||||||
@ -33,7 +31,7 @@ config.bold_brightens_ansi_colors = false
|
|||||||
|
|
||||||
config.colors = {
|
config.colors = {
|
||||||
foreground = '#1A1C22',
|
foreground = '#1A1C22',
|
||||||
background = '#F7F6F3',
|
background = '#FAF9F5',
|
||||||
cursor_bg = '#3B82F6',
|
cursor_bg = '#3B82F6',
|
||||||
cursor_fg = '#F7F6F3',
|
cursor_fg = '#F7F6F3',
|
||||||
ansi = {
|
ansi = {
|
||||||
|
|||||||
Reference in New Issue
Block a user