[PR #927] [MERGED] Fix colors in code listing #2957

Closed
opened 2026-04-13 13:19:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/927
Author: @hzeljko
Created: 8/10/2025
Status: Merged
Merged: 8/11/2025
Merged by: @profvjreddi

Base: devHead: fix_line_colors_in_code_listing


📝 Commits (1)

  • f8b5c0a Fix colors in code listing

📊 Changes

2 files changed (+120 additions, -61 deletions)

View changed files

📝 config/tex/header-includes.tex (+36 -5)
📝 quarto/assets/styles/style.scss (+84 -56)

📄 Description

Align code syntax colors with Markdown highlighting conventions and unify colors for PDF and HTML outputs.

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/927 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `fix_line_colors_in_code_listing` --- ### 📝 Commits (1) - [`f8b5c0a`](https://github.com/harvard-edge/cs249r_book/commit/f8b5c0acacf50a263d535ac26062e559ee19c3dd) Fix colors in code listing ### 📊 Changes **2 files changed** (+120 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `config/tex/header-includes.tex` (+36 -5) 📝 `quarto/assets/styles/style.scss` (+84 -56) </details> ### 📄 Description Align code syntax colors with Markdown highlighting conventions and unify colors for PDF and HTML outputs. Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 13:19:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#2957