Skip to content

Fix light theme palette - colors are mid-gray instead of light #2

Description

@BharathASL

Problem

The light palette in scss/theming/colorDefinitions.scss uses medium-to-dark gray values, making light mode look nearly identical to dark mode.

Variable Current Value Used As
light-100 #979898 background
light-200 #a2a3a3 background-3
light-300 #adaeae secondary-background
light-600 #d0d0d0 secondary-text

Fix

Replace with actual light values in scss/theming/colorDefinitions.scss:

light-100: #f7f7f7,
light-200: #f0f0f0,
light-300: #e4e4e4,
light-600: #555555,
light-text: #1a1a1a,
light-brand: #a07020,
light-brand-text: #a07020,

Then recompile SCSS → CSS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions