⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

default_theme

Function default_theme 

Source
pub fn default_theme() -> SyntaxTheme
Expand description

Return a dark-theme color palette similar to VS Code Dark+.

Colors are in RGB format (0x00RRGGBB) to match the existing draw_char_into_buffer convention.