> ## Content Index
> Fetch the complete content index at: https://www.namastesalesforce.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Fixed: code blocks in dark mode
- URL: https://www.namastesalesforce.com/changelog/fixed-code-blocks-in-dark-mode/
- Published: 2026-01-24T09:00:00.000Z
- Updated: 2026-01-24T09:00:00.000Z
- Description: Snippet syntax colours were unreadable against the dark canvas on some screens. Contrast rebuilt from tokens.
- Author: Swarnil Singhai
- Tags: #changelog, #changelog-type-fix, #Import 2026-09-03 19:13

Snippet syntax colours were unreadable against the dark canvas on some screens. Contrast rebuilt from tokens.

## What changed

Code blocks now derive their palette from the theme's semantic tokens in both modes, instead of shipping one hardcoded scheme. Copy buttons stop overlapping line numbers on narrow screens too.

## Why

Half of all snippet views happen in dark mode after 9 p.m. Reading code should not require switching themes.