fix(wezterm): update config

This commit is contained in:
Oscar Wallberg
2024-10-31 19:14:00 +01:00
parent 5c60435fa5
commit 09a25a09b8
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]
name = "moonfly"
origin_url = "https://github.com/bluz71/vim-moonfly-colors"
@@ -27,7 +34,7 @@ brights = [
"#949494",
"#ff5189",
"#36c692",
"#c2c292",
"#c6c684",
"#74b2ff",
"#ae81ff",
"#85dc85",
+8 -5
View File
@@ -10,12 +10,15 @@ local ENABLE_MULTIPLEXING = false
-- General settings
config.window_padding = {
left = 6,
right = 6,
top = 6,
bottom = 6,
left = 5,
right = 5,
top = 5,
bottom = 5,
}
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
config.window_decorations = "TITLE|RESIZE"
config.enable_tab_bar = false
@@ -39,7 +42,7 @@ config.color_scheme = "moonfly"
local fonts = require("fonts")
config.font = fonts.regular
config.font_size = 11
config.font_size = 12
config.font_rules = {
fonts.rules.italic,
fonts.rules.bold,