fix(wezterm): update config

This commit is contained in:
2024-10-31 19:14:00 +01:00
parent 2da6d81a69
commit b743753458
2 changed files with 16 additions and 6 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
# moonfly theme for WezTerm
#
# Upstream: github.com/bluz71/vim-moonfly-colors
#
# Usage: copy this theme into the colors directory and then select the moonfly
# 'color_scheme' in your 'wezterm.lua' configuration.
[metadata] [metadata]
name = "moonfly" name = "moonfly"
origin_url = "https://github.com/bluz71/vim-moonfly-colors" origin_url = "https://github.com/bluz71/vim-moonfly-colors"
@@ -27,7 +34,7 @@ brights = [
"#949494", "#949494",
"#ff5189", "#ff5189",
"#36c692", "#36c692",
"#c2c292", "#c6c684",
"#74b2ff", "#74b2ff",
"#ae81ff", "#ae81ff",
"#85dc85", "#85dc85",
+8 -5
View File
@@ -10,12 +10,15 @@ local ENABLE_MULTIPLEXING = false
-- General settings -- General settings
config.window_padding = { config.window_padding = {
left = 6, left = 5,
right = 6, right = 5,
top = 6, top = 5,
bottom = 6, bottom = 5,
} }
config.audible_bell = "Disabled" config.audible_bell = "Disabled"
config.warn_about_missing_glyphs = false
config.initial_cols = 179
config.initial_rows = 60
-- Settings below get overriden if multiplexing is enabled -- Settings below get overriden if multiplexing is enabled
config.window_decorations = "TITLE|RESIZE" config.window_decorations = "TITLE|RESIZE"
config.enable_tab_bar = false config.enable_tab_bar = false
@@ -39,7 +42,7 @@ config.color_scheme = "moonfly"
local fonts = require("fonts") local fonts = require("fonts")
config.font = fonts.regular config.font = fonts.regular
config.font_size = 11 config.font_size = 12
config.font_rules = { config.font_rules = {
fonts.rules.italic, fonts.rules.italic,
fonts.rules.bold, fonts.rules.bold,