wezterm: remove transparency, change font; vim: update lightline symbols
This commit is contained in:
parent
2c75dc25a3
commit
9b2c8b65c7
2 changed files with 3 additions and 6 deletions
|
@ -34,7 +34,7 @@ nmap <Leader>ft :Filetypes<CR>
|
||||||
g:lightline = {
|
g:lightline = {
|
||||||
colorscheme: 'gruvbox8',
|
colorscheme: 'gruvbox8',
|
||||||
separator: { left: "\ue0b0", right: "\ue0b2"},
|
separator: { left: "\ue0b0", right: "\ue0b2"},
|
||||||
subseparator: { left: "\ue0b1", right: "\ue0b3"}
|
subseparator: { left: "\u2022", right: "\u2022"}
|
||||||
}
|
}
|
||||||
|
|
||||||
g:gruvbox_transp_bg = 1
|
g:gruvbox_transp_bg = 1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
local wt = require('wezterm')
|
local wt = require('wezterm')
|
||||||
local act = wt.action
|
local act = wt.action
|
||||||
local font = 'VascadiaMod'
|
local font = 'VascadiaModL'
|
||||||
local harfbuzz_features = nil
|
local harfbuzz_features = nil
|
||||||
local fontsizes = { Darwin = 14, others = 11 }
|
local fontsizes = { Darwin = 14, others = 11 }
|
||||||
local theme = 'GruvboxDark'
|
local theme = 'GruvboxDark'
|
||||||
|
@ -105,13 +105,10 @@ return {
|
||||||
font_size = set_by_os(fontsizes),
|
font_size = set_by_os(fontsizes),
|
||||||
harfbuzz_features = harfbuzz_features,
|
harfbuzz_features = harfbuzz_features,
|
||||||
color_scheme = theme,
|
color_scheme = theme,
|
||||||
window_background_opacity = 0.95,
|
|
||||||
macos_window_background_blur = 20,
|
|
||||||
win32_system_backdrop = 'Acrylic',
|
|
||||||
cursor_blink_rate = 0,
|
cursor_blink_rate = 0,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
bold_brightens_ansi_colors = 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,
|
leader = leader_key,
|
||||||
keys = keybinds,
|
keys = keybinds,
|
||||||
colors = custom_colors,
|
colors = custom_colors,
|
||||||
|
|
Loading…
Reference in a new issue