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 = '#d8dee9',
|
||||
background = '#2e3440',
|
||||
cursor_bg = '#d8dee9',
|
||||
cursor_fg = '#2e3440',
|
||||
cursor_border = '#d8dee9',
|
||||
selection_bg = '#4c566a',
|
||||
selection_fg = '#eceff4',
|
||||
compose_cursor = '#d8dee9',
|
||||
ansi = {
|
||||
'#3b4252',
|
||||
'#bf616a',
|
||||
'#a3be8c',
|
||||
'#ebcb8b',
|
||||
'#81a1c1',
|
||||
'#b48ead',
|
||||
'#88c0d0',
|
||||
'#e5e9f0',
|
||||
},
|
||||
brights = {
|
||||
'#4c566a',
|
||||
'#bf616a',
|
||||
'#a3be8c',
|
||||
'#ebcb8b',
|
||||
'#81a1c1',
|
||||
'#b48ead',
|
||||
'#8fbcbb',
|
||||
'#eceff4',
|
||||
},
|
||||
tab_bar = {
|
||||
background = '#2e3440',
|
||||
active_tab = { bg_color = '#81a1c1', fg_color = '#2e3440', intensity = 'Bold' },
|
||||
inactive_tab = { bg_color = '#3b4252', fg_color = '#d8dee9' },
|
||||
inactive_tab_hover = { bg_color = '#434c5e', fg_color = '#eceff4' },
|
||||
new_tab = { bg_color = '#3b4252', fg_color = '#88c0d0' },
|
||||
new_tab_hover = { bg_color = '#434c5e', fg_color = '#eceff4' },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
name = 'nord',
|
||||
label = 'NORD',
|
||||
colors = colors,
|
||||
window_background_opacity = 1.0,
|
||||
cursor_blink_rate = 500,
|
||||
}
|
||||
Reference in New Issue
Block a user