mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
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.
10 lines
161 B
TypeScript
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',
|
|
}
|