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 = '#00ff41',
|
||||
background = '#000000',
|
||||
cursor_bg = '#00ff41',
|
||||
cursor_fg = '#000000',
|
||||
cursor_border = '#00ff41',
|
||||
selection_bg = '#003b1f',
|
||||
selection_fg = '#c8ffe0',
|
||||
compose_cursor = '#00ff41',
|
||||
ansi = {
|
||||
'#0a1f0a',
|
||||
'#ff4d4d',
|
||||
'#00ff41',
|
||||
'#c8e65c',
|
||||
'#40c9ff',
|
||||
'#c792ea',
|
||||
'#00e0a0',
|
||||
'#a8ffb0',
|
||||
},
|
||||
brights = {
|
||||
'#1a3b1a',
|
||||
'#ff8080',
|
||||
'#66ff8a',
|
||||
'#e0ff70',
|
||||
'#80ddff',
|
||||
'#d4a0ff',
|
||||
'#66ffc0',
|
||||
'#d8ffdd',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#001400',
|
||||
active_tab = { bg_color = '#00ff41', fg_color = '#000000', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#001400', fg_color = '#00ff41' },
|
||||
inactive_tab_hover = { bg_color = '#003b1f', fg_color = '#00ff41' },
|
||||
new_tab = { bg_color = '#001400', fg_color = '#00ff41' },
|
||||
new_tab_hover = { bg_color = '#003b1f', fg_color = '#00ff41' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'matrix',
|
||||
label = 'MATRIX',
|
||||
colors = colors,
|
||||
window_background_opacity = 0.97,
|
||||
window_background_gradient = { colors = { '#000000', '#001a00' }, orientation = 'Vertical' },
|
||||
cursor_blink_rate = 500,
|
||||
}
|
||||
Reference in New Issue
Block a user