Skip to content

Instantly share code, notes, and snippets.

@MrHuxu
Last active April 18, 2022 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrHuxu/fae2a7f4ec2d0e4ca8c7f9f94d0e1241 to your computer and use it in GitHub Desktop.
Save MrHuxu/fae2a7f4ec2d0e4ca8c7f9f94d0e1241 to your computer and use it in GitHub Desktop.
wezterm config
local wezterm = require 'wezterm';
return {
font = wezterm.font("Iosevka NF"),
color_scheme = "Ayu Mirage",
font_size = 19.0,
window_background_image = "/Users/xhu/Pictures/1380180928620.jpg",
window_background_image_hsb = {
brightness = 0.018,
hue = 1.0,
saturation = 1.0,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment