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 = '#33ff33',
|
||||
background = '#001a00',
|
||||
cursor_bg = '#33ff33',
|
||||
cursor_fg = '#001a00',
|
||||
cursor_border = '#33ff33',
|
||||
selection_bg = '#003d00',
|
||||
selection_fg = '#ccffcc',
|
||||
compose_cursor = '#33ff33',
|
||||
ansi = {
|
||||
'#003300',
|
||||
'#00cc44',
|
||||
'#33ff33',
|
||||
'#99ff33',
|
||||
'#00ccff',
|
||||
'#66ffcc',
|
||||
'#00ff88',
|
||||
'#ccffcc',
|
||||
},
|
||||
brights = {
|
||||
'#006600',
|
||||
'#33ff66',
|
||||
'#66ff66',
|
||||
'#ccff66',
|
||||
'#66ffff',
|
||||
'#99ffee',
|
||||
'#66ffcc',
|
||||
'#ffffff',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#002000',
|
||||
active_tab = { bg_color = '#33ff33', fg_color = '#001a00', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#002000', fg_color = '#33ff33' },
|
||||
inactive_tab_hover = { bg_color = '#003d00', fg_color = '#33ff33' },
|
||||
new_tab = { bg_color = '#002000', fg_color = '#33ff33' },
|
||||
new_tab_hover = { bg_color = '#003d00', fg_color = '#33ff33' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'phosphor-green',
|
||||
label = 'PHOSPHOR-GREEN',
|
||||
colors = colors,
|
||||
window_background_opacity = 0.97,
|
||||
window_background_gradient = { colors = { '#001a00', '#002000' }, orientation = 'Vertical' },
|
||||
cursor_blink_rate = 600,
|
||||
}
|
||||
Reference in New Issue
Block a user