@@ -30,26 +30,19 @@ size = 9.0
3030
3131# Fuente optimizada para pantalla 1366x768
3232# DejaVu Sans Mono: excelente renderizado, ampliamente disponible, buena para retro
33- [font .normal ]
34- family = " DejaVu Sans Mono"
35- style = " Regular"
33+ normal = { family = " DejaVu Sans Mono" , style = " Regular" }
34+ bold = { family = " DejaVu Sans Mono" , style = " Bold" }
35+ italic = { family = " DejaVu Sans Mono" , style = " Italic" }
36+ bold_italic = { family = " DejaVu Sans Mono" , style = " Bold Italic" }
3637
37- [font .bold ]
38- family = " DejaVu Sans Mono"
39- style = " Bold"
40-
41- [font .italic ]
42- family = " DejaVu Sans Mono"
43- style = " Italic"
44-
45- [font .bold_italic ]
46- family = " DejaVu Sans Mono"
47- style = " Bold Italic"
48-
49- # Offset
38+ # Offset (extra space around each character)
5039offset = { x = 0 , y = 0 }
5140
5241# ===== COLORES (Monokai) =====
42+ [colors ]
43+ # When true, bold text is drawn using the bright color variants
44+ draw_bold_text_with_bright_colors = false
45+
5346[colors .primary ]
5447background = " #272822"
5548foreground = " #f8f8f2"
@@ -102,9 +95,7 @@ hide_when_typing = true
10295regex = " (mailto:|gemini:|https:|http:|file:|git:|ssh:|ftp:)[^\\ u0000-\\ u001F\\ u007F-\\ u009F<>\"\\ s{-}\\ ^⟨⟩`]+"
10396command = " xdg-open"
10497post_processing = true
105-
106- [hints .enabled .mouse ]
107- enabled = true
98+ mouse = { enabled = true }
10899
109100# ===== KEY BINDINGS =====
110101[[keyboard .bindings ]]
@@ -141,8 +132,3 @@ action = "Quit"
141132key = " N"
142133mods = " Control|Shift"
143134action = " SpawnNewInstance"
144-
145- # ===== PERFORMANCE =====
146- # Optimizado para Intel HD Graphics Sandy Bridge
147- [colors ]
148- draw_bold_text_with_bright_colors = false
0 commit comments