1
0
Fork 0

wezterm: remove transparency, change font; vim: update lightline symbols

This commit is contained in:
Von Random 2023-08-02 23:08:11 +03:00
parent 2c75dc25a3
commit 9b2c8b65c7
2 changed files with 3 additions and 6 deletions

View file

@ -34,7 +34,7 @@ nmap <Leader>ft :Filetypes<CR>
g:lightline = {
colorscheme: 'gruvbox8',
separator: { left: "\ue0b0", right: "\ue0b2"},
subseparator: { left: "\ue0b1", right: "\ue0b3"}
subseparator: { left: "\u2022", right: "\u2022"}
}
g:gruvbox_transp_bg = 1

View file

@ -1,6 +1,6 @@
local wt = require('wezterm')
local act = wt.action
local font = 'VascadiaMod'
local font = 'VascadiaModL'
local harfbuzz_features = nil
local fontsizes = { Darwin = 14, others = 11 }
local theme = 'GruvboxDark'
@ -105,13 +105,10 @@ return {
font_size = set_by_os(fontsizes),
harfbuzz_features = harfbuzz_features,
color_scheme = theme,
window_background_opacity = 0.95,
macos_window_background_blur = 20,
win32_system_backdrop = 'Acrylic',
cursor_blink_rate = 0,
check_for_updates = false,
bold_brightens_ansi_colors = false,
window_padding = { left = 0, right = 0, top = 0, bottom = 0 },
window_padding = { left = '5pt', right = 0, top = '2pt', bottom = 0 },
leader = leader_key,
keys = keybinds,
colors = custom_colors,