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
| /* | |
| Yuheng Terminal Mono for Blink | |
| - Latin / symbols / Nerd icons: JetBrainsMono Nerd Font Mono | |
| - Claude dot U+23FA: Noto Sans Symbols 2 | |
| - CJK: Noto Sans Mono CJK SC | |
| */ | |
| /* Claude Code leading dot: U+23FA ⏺ */ | |
| @font-face { | |
| font-family: "Yuheng Terminal Mono"; |
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
| t.prefs_.set('color-palette-overrides', [ | |
| '#43454b', | |
| '#ff8a7a', | |
| '#83c9bc', | |
| '#d9c668', | |
| '#4ec4e6', | |
| '#ff85b8', | |
| '#cda1ff', | |
| '#ffffff', | |
| '#838991', |