Set wezterm to the more colorblind friendly gruvbox

This commit is contained in:
Tony Blyler 2023-01-09 11:01:36 -05:00
parent 9a52f7383e
commit 58d2722580

View file

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