Files
cs249r_book/book/quarto/assets/styles/custom-code.theme
Vijay Janapa Reddi 7b92e11193 Repository Restructuring: Prepare for TinyTorch Integration (#1068)
* Restructure: Move book content to book/ subdirectory

- Move quarto/ → book/quarto/
- Move cli/ → book/cli/
- Move docker/ → book/docker/
- Move socratiQ/ → book/socratiQ/
- Move tools/ → book/tools/
- Move scripts/ → book/scripts/
- Move config/ → book/config/
- Move docs/ → book/docs/
- Move binder → book/binder

Git history fully preserved for all moved files.

Part of repository restructuring to support MLSysBook + TinyTorch.

Pre-commit hooks bypassed for this commit as paths need updating.

* Update pre-commit hooks for book/ subdirectory

- Update all quarto/ paths to book/quarto/
- Update all tools/ paths to book/tools/
- Update config/linting to book/config/linting
- Update project structure checks

Pre-commit hooks will now work with new directory structure.

* Update .gitignore for book/ subdirectory structure

- Update quarto/ paths to book/quarto/
- Update assets/ paths to book/quarto/assets/
- Maintain all existing ignore patterns

* Update GitHub workflows for book/ subdirectory

- Update all quarto/ paths to book/quarto/
- Update cli/ paths to book/cli/
- Update tools/ paths to book/tools/
- Update docker/ paths to book/docker/
- Update config/ paths to book/config/
- Maintain all workflow functionality

* Update CLI config to support book/ subdirectory

- Check for book/quarto/ path first
- Fall back to quarto/ for backward compatibility
- Maintain full CLI functionality

* Create new root and book READMEs for dual structure

- Add comprehensive root README explaining both projects
- Create book-specific README with quick start guide
- Document repository structure and navigation
- Prepare for TinyTorch integration
2025-12-05 14:04:21 -08:00

183 lines
4.8 KiB
Plaintext

{
"text-color": "#000000",
"background-color": "#F2F4F8",
"line-number-color": null,
"line-number-background-color": null,
"text-styles": {
"Alert": {
"text-color": "#ff0000",
"bold": true,
"italic": false,
"underline": false
},
"Annotation": {
"text-color": "#60a0b0",
"bold": true,
"italic": true,
"underline": false
},
"Attribute": {
"text-color": "#D11942",
"bold": false,
"italic": false,
"underline": false
},
"BaseN": {
"text-color": "#40a070",
"bold": false,
"italic": false,
"underline": false
},
"BuiltIn": {
"text-color": "#E06619",
"bold": false,
"italic": false,
"underline": false
},
"Char": {
"text-color": "#4070a0",
"bold": false,
"italic": false,
"underline": false
},
"Comment": {
"text-color": "#69737D",
"bold": false,
"italic": true,
"underline": false
},
"CommentVar": {
"text-color": "#60a0b0",
"bold": true,
"italic": true,
"underline": false
},
"Constant": {
"text-color": "#880000",
"bold": false,
"italic": false,
"underline": false
},
"ControlFlow": {
"text-color": "#DC322F",
"bold": true,
"italic": false,
"underline": false
},
"DataType": {
"text-color": "#902000",
"bold": false,
"italic": false,
"underline": false
},
"DecVal": {
"text-color": "#94004C",
"bold": false,
"italic": false,
"underline": false
},
"Documentation": {
"text-color": "#ba2121",
"bold": false,
"italic": true,
"underline": false
},
"Error": {
"text-color": "#BF0000",
"bold": true,
"italic": false,
"underline": false
},
"Extension": {
"text-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Float": {
"text-color": "#E06619",
"bold": false,
"italic": false,
"underline": false
},
"Function": {
"text-color": "#6C5EC8",
"bold": false,
"italic": false,
"underline": false
},
"Import": {
"text-color": "#0073B2",
"bold": true,
"italic": false,
"underline": false
},
"Information": {
"text-color": "#60a0b0",
"bold": true,
"italic": true,
"underline": false
},
"Keyword": {
"text-color": "#BB7CD7",
"bold": true,
"italic": false,
"underline": false
},
"Operator": {
"text-color": "#1A1A1A",
"bold": false,
"italic": false,
"underline": false
},
"Other": {
"text-color": "#007020",
"bold": false,
"italic": false,
"underline": false
},
"Preprocessor": {
"text-color": "#bc7a00",
"bold": false,
"italic": false,
"underline": false
},
"SpecialChar": {
"text-color": "#4070a0",
"bold": false,
"italic": false,
"underline": false
},
"SpecialString": {
"text-color": "#bb6688",
"bold": false,
"italic": false,
"underline": false
},
"String": {
"text-color": "#1F8C4D",
"bold": false,
"italic": false,
"underline": false
},
"Variable": {
"text-color": "#000000",
"bold": false,
"italic": false,
"underline": false
},
"VerbatimString": {
"text-color": "#4070a0",
"bold": false,
"italic": false,
"underline": false
},
"Warning": {
"text-color": "#60a0b0",
"bold": true,
"italic": true,
"underline": false
}
}
}