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 = '#d0e8ff',
|
||||
background = '#0d0221',
|
||||
cursor_bg = '#05d9e8',
|
||||
cursor_fg = '#0d0221',
|
||||
cursor_border = '#05d9e8',
|
||||
selection_bg = '#3d1256',
|
||||
selection_fg = '#ffffff',
|
||||
compose_cursor = '#05d9e8',
|
||||
ansi = {
|
||||
'#0d0221',
|
||||
'#ff2a6d',
|
||||
'#05d9e8',
|
||||
'#f2f230',
|
||||
'#00b3ff',
|
||||
'#b967ff',
|
||||
'#01c4e7',
|
||||
'#d0e8ff',
|
||||
},
|
||||
brights = {
|
||||
'#3d1256',
|
||||
'#ff5c8a',
|
||||
'#6ffff0',
|
||||
'#ffff6a',
|
||||
'#5cc9ff',
|
||||
'#d08cff',
|
||||
'#7ce9ff',
|
||||
'#ffffff',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#16052e',
|
||||
active_tab = { bg_color = '#ff2a6d', fg_color = '#ffffff', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#16052e', fg_color = '#05d9e8' },
|
||||
inactive_tab_hover = { bg_color = '#3d1256', fg_color = '#ff5c8a' },
|
||||
new_tab = { bg_color = '#16052e', fg_color = '#05d9e8' },
|
||||
new_tab_hover = { bg_color = '#3d1256', fg_color = '#b967ff' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'cyberpunk',
|
||||
label = 'CYBERPUNK',
|
||||
colors = colors,
|
||||
window_background_opacity = 0.97,
|
||||
window_background_gradient = { colors = { '#0d0221', '#1a0533' }, orientation = 'Vertical' },
|
||||
cursor_blink_rate = 500,
|
||||
}
|
||||
Reference in New Issue
Block a user