# intel-carbon-theme **Repository Path**: mirrors_intel/intel-carbon-theme ## Basic Information - **Project Name**: intel-carbon-theme - **Description**: Intel® Carbon Theme - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # THIS PROJECT IS ARCHIVED Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. This project has been identified as having known security issues. [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/intel/intel-carbon-theme/badge)](https://scorecard.dev/viewer/?uri=github.com/intel/intel-carbon-theme) [![CodeQL](https://github.com/intel/intel-carbon-theme/workflows/CodeQL/badge.svg)](https://github.com/intel/intel-carbon-theme/security/code-scanning) # Intel® Carbon Theme Intel® Carbon Theme, Intel's brand theme for IBM Carbon Design System. [Figma file here](https://www.figma.com/design/ufLFqcp3lcboSQA2BLvIJ6/Spark-Island-v2). ## Package installation Download the dist.zip or code. ## Using spark island theme Import it to your css bundle (most likely into global `styles.scss`) like the following: ```scss @use 'intel-carbon-theme'; ``` Use the themes: ```html ``` Where `data-theme` could be: - `white`: for Intel blue lighter theme - `g-10`: for Intel blue light theme - `g-90`: for Intel blue dark theme - `g-100`: for Intel blue darker theme - `tb-white`: for Tiber lighter theme - `tb-g-10`: for Tiber light theme - `tb-g-100`: for Tiber dark theme It is also recommended to download `intel-ui-icons`.