From f4e8da3e2256017d9c7e550971647fdbc328e6fa Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 10 Mar 2023 00:33:52 +0700 Subject: [PATCH] config: back to mononoki --- data/wezterm/wezterm.lua | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/data/wezterm/wezterm.lua b/data/wezterm/wezterm.lua index 415552c..4a3643a 100644 --- a/data/wezterm/wezterm.lua +++ b/data/wezterm/wezterm.lua @@ -1,39 +1,10 @@ local wezterm = require("wezterm") return { - font = wezterm.font_with_fallback({ - "Martian Mono", - "JetBrains Mono", - { - family = "Fira Code", - harfbuzz_features = { "cv06", "zero", "cv14", "ss04", "cv18", "ss03", "cv16", "cv31" }, - }, - { - family = "mononoki", - harfbuzz_features = { "ss01" }, - }, - "Input Mono", + font = wezterm.font({ + family = "mononoki", + harfbuzz_features = { "ss01" }, }), - font_rules = { - { - intensity = "Bold", - italic = true, - font = wezterm.font({ - family = "JetBrains Mono", - weight = "Bold", - style = "Italic", - }), - }, - { - intensity = "Normal", - italic = true, - font = wezterm.font({ - family = "JetBrains Mono", - style = "Italic", - }), - }, - }, - font_size = 14.0, - use_cap_height_to_scale_fallback_fonts = true, + font_size = 16.0, line_height = 1.4, color_scheme = "Catppuccin Mocha", keys = {