mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
updating wezterm config for new resolution and prettier colors for background
This commit is contained in:
parent
e934b80ab3
commit
bcd6bdd7be
1 changed files with 6 additions and 4 deletions
|
@ -3,14 +3,16 @@ local wezterm = require 'wezterm'
|
|||
return {
|
||||
warn_about_missing_glyphs = false,
|
||||
audible_bell = "Disabled",
|
||||
initial_cols = 120,
|
||||
initial_rows = 36,
|
||||
font_size = 12,
|
||||
initial_cols = 162,
|
||||
initial_rows = 50,
|
||||
font_size = 15,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
window_decorations = "RESIZE",
|
||||
window_background_opacity = 0.8,
|
||||
window_background_opacity = 0.95,
|
||||
-- default terminal colors
|
||||
colors = {
|
||||
background = '#232336',
|
||||
foreground = '#c0caf5',
|
||||
ansi = {
|
||||
'#282727',
|
||||
'#fe8ea2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue