feat: configuración de WezTerm con temas visuales y skill de personalización
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
local colors = {
|
||||
foreground = '#c0caf5',
|
||||
background = '#1a1b26',
|
||||
cursor_bg = '#c0caf5',
|
||||
cursor_fg = '#1a1b26',
|
||||
cursor_border = '#c0caf5',
|
||||
selection_bg = '#33467c',
|
||||
selection_fg = '#c0caf5',
|
||||
compose_cursor = '#c0caf5',
|
||||
ansi = {
|
||||
'#15161e',
|
||||
'#f7768e',
|
||||
'#9ece6a',
|
||||
'#e0af68',
|
||||
'#7aa2f7',
|
||||
'#bb9af7',
|
||||
'#7dcfff',
|
||||
'#a9b1d6',
|
||||
},
|
||||
brights = {
|
||||
'#414868',
|
||||
'#f7768e',
|
||||
'#9ece6a',
|
||||
'#e0af68',
|
||||
'#7aa2f7',
|
||||
'#bb9af7',
|
||||
'#7dcfff',
|
||||
'#c0caf5',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#16161e',
|
||||
active_tab = { bg_color = '#7aa2f7', fg_color = '#16161e', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#16161e', fg_color = '#a9b1d6' },
|
||||
inactive_tab_hover = { bg_color = '#1f2335', fg_color = '#c0caf5' },
|
||||
new_tab = { bg_color = '#16161e', fg_color = '#7aa2f7' },
|
||||
new_tab_hover = { bg_color = '#1f2335', fg_color = '#7dcfff' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'tokyonight',
|
||||
label = 'TOKYO-NIGHT',
|
||||
colors = colors,
|
||||
window_background_opacity = 1.0,
|
||||
cursor_blink_rate = 500,
|
||||
}
|
||||
Reference in New Issue
Block a user