Skip to content

Instantly share code, notes, and snippets.

@mtmn
Created January 31, 2023 09:57
Show Gist options
  • Save mtmn/e6f9d5fdf2b507936525f7cf20ccfcc9 to your computer and use it in GitHub Desktop.
Save mtmn/e6f9d5fdf2b507936525f7cf20ccfcc9 to your computer and use it in GitHub Desktop.
local wezterm = require 'wezterm'
return {
font = wezterm.font 'Hermit',
font_size = 14.0,
default_cursor_style = 'SteadyBlock',
enable_scroll_bar = false,
enable_tab_bar = false,
disable_default_mouse_bindings = false,
audible_bell = 'Disabled',
window_padding = {
left = 10,
right = 10,
bottom = 10,
top = 10,
},
colors = {
foreground = '#b5b8b7',
background = '#283a37',
cursor_bg = '#b5b8b7',
cursor_fg = '#283a37',
ansi = {
'#283a37',
'#ff8b5f',
'#5ec04d',
'#b0b01a',
'#39bace',
'#e99399',
'#36c08e',
'#99afae',
},
brights = {
'#2a453d',
'#e19e00',
'#73be0d',
'#c6a843',
'#70afef',
'#d095e2',
'#3cbfaf',
'#b5b8b7',
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment