General updates

This commit is contained in:
2023-08-26 20:54:52 -07:00
parent 09856a3d9f
commit 6739e1e280
3 changed files with 52 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ return {
-- MacBook Pro setting with proper DPI
font = wezterm.font("Iosevka Term"),
font_size = 18,
font_antialias = "Subpixel",
-- font_antialias = "Subpixel",
dpi = 144.0,
-- Don't want tabbar by default
@@ -16,6 +16,10 @@ return {
-- Native fullscreen behavior on MacOS
native_macos_fullscreen_mode = true,
-- -- Acceleration
-- front_end = "WebGpu",
-- webgpu_power_preference = "HighPerformance",
-- Keyboard bindings
keys = {
{ key = 'f', mods = 'CMD|CTRL', action = wezterm.action.ToggleFullScreen, },
@@ -26,7 +30,7 @@ return {
cursor_bg = "red",
cursor_fg = "black",
cursor_border = "grey",
compose_curspr = "orange",
compose_cursor = "orange",
-- Color scheme
-- Molokini (https://github.com/asolkar/vim-color-molokini/blob/master/colors/molokini.vim)
@@ -34,7 +38,7 @@ return {
ansi = { "#000000", "#F92672", "#A6E22E", "#FFDF5F",
"#66D9EF", "#7070F0", "#A1FFA4", "#ffffff" },
bright = { "#808080", "#f51d5a", "#9EC400", "#E7C547",
"#7AA6DA", "#B77EE0", "#54AE96", "#ffffff" },
brights = { "#808080", "#f51d5a", "#9EC400", "#E7C547",
"#7AA6DA", "#B77EE0", "#54AE96", "#ffffff" },
}
}