PR2: feat: V9 theme scaffolding — base tokens, typography, colors, and glo…#1696
Open
anirudha wants to merge 2 commits intoopensearch-project:mainfrom
Open
PR2: feat: V9 theme scaffolding — base tokens, typography, colors, and glo…#1696anirudha wants to merge 2 commits intoopensearch-project:mainfrom
anirudha wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
…bal styling Establish the v9 theme foundation with updated base variables: - Typography: Noto Sans/Roboto Mono fonts, refined weights and line heights - Colors: Modernized palette with Tailwind-inspired values (light and dark) - Borders: Larger radii (8px/6px/12px) for contemporary aesthetic - Animations: Faster speeds, new easing functions, transition helpers - Forms: Rounded controls with transition support - Shadows: Refined shadow mixins with lighter opacity values - States: Updated hover/focus styling with background highlights - Panel: New border radius, padding, and background modifiers All changes are within src/themes/v9/ — no existing theme behavior affected. Excludes: component overrides, elevation system, scaffolding colors (later PRs). Signed-off-by: Anirudha (Ani) Jadhav <anirudha@nyu.edu>
Signed-off-by: Anirudha (Ani) Jadhav <anirudha@nyu.edu>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…bal styling
PR Plan : #1695
Establish the v9 theme foundation with updated base variables:
All changes are within src/themes/v9/ — no existing theme behavior affected. Excludes: component overrides, elevation system, scaffolding colors (later PRs).
PR 2: V9 Theme Scaffolding (~35 files)
Scope: Establish the v9 theme directory and make it compilable.
Files included:
src/theme_v9_light.scss,src/theme_v9_dark.scss(entry points)src/themes/v9/v9_globals.scss,src/themes/v9/v9_colors_light.scss,src/themes/v9/v9_colors_dark.scsssrc/themes/v9/global_styling/files (variables, mixins, functions, reset, utility, css_variables) — base versionssrc/themes/themes.tsregistration (if needed)Excludes: Component overrides (
src/themes/v9/components/), elevation CSS vars, scaffolding colorsTesting:
yarn lintpasses, both theme entry points compile without SASS errors