Created
July 15, 2026 04:47
-
-
Save lpf23/d258eac2db7283fba7ae5d1e86c33d5f to your computer and use it in GitHub Desktop.
Tilix Color Scheme - Blue Matrix (ported from mbadolato/iTerm2-Color-Schemes)
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
| { | |
| "name": "Blue Matrix", | |
| "comment": "Ported for Tilix Color Scheme", | |
| "use-theme-colors": false, | |
| "foreground-color": "#00a2fe", | |
| "background-color": "#0f1115", | |
| "use-highlight-color": true, | |
| "highlight-foreground-color": "#000000", | |
| "highlight-background-color": "#c1ddff", | |
| "use-cursor-color": true, | |
| "cursor-foreground-color": "#feffff", | |
| "cursor-background-color": "#76ff9f", | |
| "use-badge-color": true, | |
| "badge-color": "#d57bff", | |
| "palette": [ | |
| "#101116", | |
| "#ff5680", | |
| "#00ff9c", | |
| "#fffc58", | |
| "#00b9ff", | |
| "#d57bff", | |
| "#76c1ff", | |
| "#c7c7c7", | |
| "#686868", | |
| "#ff6e67", | |
| "#5ffa68", | |
| "#fffc67", | |
| "#6871ff", | |
| "#d682ec", | |
| "#60fdff", | |
| "#ffffff" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment