Set wezterm to the more colorblind friendly gruvbox
This commit is contained in:
parent
9a52f7383e
commit
58d2722580
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
local wezterm = require 'wezterm';
|
local wezterm = require 'wezterm';
|
||||||
|
|
||||||
return {
|
return {
|
||||||
color_scheme = 'Gruvbox Dark',
|
color_scheme = 'Gruvbox dark, hard (base16)',
|
||||||
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
|
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
|
||||||
font_size = 12.0,
|
font_size = 12.0,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
|
Loading…
Reference in a new issue