Add Dracula Pro usage and include encryption support
This commit is contained in:
parent
c635d98988
commit
a3352de2d9
14 changed files with 191 additions and 29 deletions
chezmoi/private_dot_config/wezterm
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue