diff --git a/src/core/style.zig b/src/core/style.zig index f3f9f39..edef985 100644 --- a/src/core/style.zig +++ b/src/core/style.zig @@ -42,9 +42,9 @@ pub fn isFancy() bool { // ============================================================================= /// Enable perceptual correction for panel colors. -/// When enabled, colors with low perceived luminance (e.g., red, magenta) -/// get a subtle boost to match the visual contrast of brighter colors (e.g., blue). -var perceptual_correction_enabled: bool = true; +/// NOTE: Desactivado por defecto - la lógica actual boostea el rojo cuando +/// debería compensar el azul. Requiere revisión del algoritmo. +var perceptual_correction_enabled: bool = false; /// Get whether perceptual correction is enabled pub fn isPerceptualCorrectionEnabled() bool {