Skip to content

Commit

Permalink
improve: theming (#124)
Browse files Browse the repository at this point in the history
* refactor: split themes

* refactor: rename variables for ButtonWithIcon

* reafctor: rename type variable to variant

* fix: currentFont

* feat: add some base16 themes

* fix: core themes extends from root theme

* fix: remove duplicate lines from core themes

* fix: update template with new variables

* fix: inverse & bw colors

* fix: some colors for base16 themes

* fix: popups

* fix: add missing colors

* fix: scroll-to component

* fix: oscilloscope and toggle-button

* feat: use custom base16 builder
  • Loading branch information
daiyam authored Feb 7, 2025
1 parent 1b04767 commit 4b08078
Show file tree
Hide file tree
Showing 51 changed files with 5,025 additions and 1,135 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"a11y-click-events-have-key-events": "ignore"
},
"yaml.schemas": {
"src/theming/theme.schema.json": "src/theming/themes/*.yaml"
"src/theming/theme.schema.json": "src/theming/themes/**/*.yaml"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand All @@ -26,5 +26,5 @@
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vscode-color-picker.languages": ["javascript", "typescript", "yaml"],
"vscode-color-picker.languages": ["javascript", "typescript", "yaml"]
}
Loading

0 comments on commit 4b08078

Please sign in to comment.