Files
oled-nnw/constant.ts
√(noham)² 45dd42c5e0 Rename Elegant theme to Oled and update references
The Elegant.nnwtheme files have been renamed to Oled.nnwtheme, including stylesheet, Info.plist, and template.html. References in .stylelintrc.json were updated to ignore the new stylesheet location. Documentation and build scripts were updated to reflect the new theme name.
2025-11-02 18:17:35 +01:00

10 lines
161 B
TypeScript

export const DIRECTORY_NAME = 'Oled.nnwtheme'
export const ARTICLE_TEXT = {
small: 'sm',
medium: 'base',
large: 'lg',
xLarge: 'xl',
xxLarge: '2xl',
}