feat: configuración de WezTerm con temas visuales y skill de personalización
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
local colors = {
|
||||
foreground = '#ffb000',
|
||||
background = '#1a0f00',
|
||||
cursor_bg = '#ffb000',
|
||||
cursor_fg = '#1a0f00',
|
||||
cursor_border = '#ffb000',
|
||||
selection_bg = '#4a2c00',
|
||||
selection_fg = '#ffe8c0',
|
||||
compose_cursor = '#ffb000',
|
||||
ansi = {
|
||||
'#1a0f00',
|
||||
'#ff4a00',
|
||||
'#ffb000',
|
||||
'#ffd080',
|
||||
'#ff8c00',
|
||||
'#ff6600',
|
||||
'#ffcc66',
|
||||
'#ffd9a0',
|
||||
},
|
||||
brights = {
|
||||
'#3d2a00',
|
||||
'#ff6a00',
|
||||
'#ffc040',
|
||||
'#ffe0a0',
|
||||
'#ffaa40',
|
||||
'#ff8040',
|
||||
'#ffd080',
|
||||
'#ffe8c0',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#241500',
|
||||
active_tab = { bg_color = '#ffb000', fg_color = '#1a0f00', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#241500', fg_color = '#ffb000' },
|
||||
inactive_tab_hover = { bg_color = '#4a2c00', fg_color = '#ffb000' },
|
||||
new_tab = { bg_color = '#241500', fg_color = '#ffb000' },
|
||||
new_tab_hover = { bg_color = '#4a2c00', fg_color = '#ffb000' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'phosphor-amber',
|
||||
label = 'PHOSPHOR-AMBER',
|
||||
colors = colors,
|
||||
window_background_opacity = 0.97,
|
||||
window_background_gradient = { colors = { '#1a0f00', '#2a1a00' }, orientation = 'Vertical' },
|
||||
cursor_blink_rate = 600,
|
||||
}
|
||||
Reference in New Issue
Block a user