Add Dracula Pro usage and include encryption support

This commit is contained in:
Tony Blyler 2023-10-26 11:58:42 -04:00
parent c635d98988
commit a3352de2d9
14 changed files with 191 additions and 29 deletions
chezmoi/private_dot_config/wezterm

View file

@ -1,7 +1,8 @@
local wezterm = require 'wezterm';
return {
color_scheme = 'Gruvbox dark, hard (base16)',
--color_scheme = 'Gruvbox dark, hard (base16)',
color_scheme = 'Dracula Pro (Morbius)',
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
font_size = 12.0,
hide_tab_bar_if_only_one_tab = true,