config: back to mononoki
parent
9ce5bbf772
commit
f4e8da3e22
|
@ -1,39 +1,10 @@
|
||||||
local wezterm = require("wezterm")
|
local wezterm = require("wezterm")
|
||||||
return {
|
return {
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font({
|
||||||
"Martian Mono",
|
family = "mononoki",
|
||||||
"JetBrains Mono",
|
harfbuzz_features = { "ss01" },
|
||||||
{
|
|
||||||
family = "Fira Code",
|
|
||||||
harfbuzz_features = { "cv06", "zero", "cv14", "ss04", "cv18", "ss03", "cv16", "cv31" },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
family = "mononoki",
|
|
||||||
harfbuzz_features = { "ss01" },
|
|
||||||
},
|
|
||||||
"Input Mono",
|
|
||||||
}),
|
}),
|
||||||
font_rules = {
|
font_size = 16.0,
|
||||||
{
|
|
||||||
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,
|
|
||||||
line_height = 1.4,
|
line_height = 1.4,
|
||||||
color_scheme = "Catppuccin Mocha",
|
color_scheme = "Catppuccin Mocha",
|
||||||
keys = {
|
keys = {
|
||||||
|
|
Loading…
Reference in New Issue