config(wezterm): back to ibm
parent
218671cee0
commit
1acba45d5b
|
@ -31,6 +31,7 @@ __pycache__
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Software
|
# Software
|
||||||
|
~/.nix*
|
||||||
~/zig
|
~/zig
|
||||||
~/qmk_firmware
|
~/qmk_firmware
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,15 @@ local font_hermit = {
|
||||||
default_cursor_style = "SteadyBar",
|
default_cursor_style = "SteadyBar",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
local font_ibm = {
|
||||||
|
font = wezterm.font({
|
||||||
|
family = "IBM Plex Mono",
|
||||||
|
}),
|
||||||
|
font_size = 14.0,
|
||||||
|
line_height = 1.2,
|
||||||
|
default_cursor_style = "SteadyBar",
|
||||||
|
}
|
||||||
|
|
||||||
-- https://int10h.org/blog/2018/05/flexi-ibm-vga-scalable-truetype-font/
|
-- https://int10h.org/blog/2018/05/flexi-ibm-vga-scalable-truetype-font/
|
||||||
local font_flexi_ibm = {
|
local font_flexi_ibm = {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
|
@ -62,7 +71,7 @@ local font_flexi_ibm = {
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
font_size = 18.0,
|
font_size = 16.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
default_cursor_style = "SteadyBlock",
|
default_cursor_style = "SteadyBlock",
|
||||||
}
|
}
|
||||||
|
@ -72,7 +81,7 @@ local font_fairfax = {
|
||||||
font = wezterm.font({
|
font = wezterm.font({
|
||||||
family = "Fairfax Hax HD",
|
family = "Fairfax Hax HD",
|
||||||
}),
|
}),
|
||||||
font_size = 18.0,
|
font_size = 16.0,
|
||||||
line_height = 1.2,
|
line_height = 1.2,
|
||||||
default_cursor_style = "SteadyBlock",
|
default_cursor_style = "SteadyBlock",
|
||||||
}
|
}
|
||||||
|
@ -97,7 +106,7 @@ local font_berkeley = {
|
||||||
default_cursor_style = "SteadyBar",
|
default_cursor_style = "SteadyBar",
|
||||||
}
|
}
|
||||||
|
|
||||||
local current_font = font_iosevka
|
local current_font = font_ibm
|
||||||
local current_color_scheme = "Catppuccin Mocha"
|
local current_color_scheme = "Catppuccin Mocha"
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue