Created
March 14, 2026 22:29
-
-
Save ssuprunenko/97f2dae24a3558c3761c3fa483fe7273 to your computer and use it in GitHub Desktop.
Termy Modest Dark Theme
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
| { | |
| "$schema": "https://termy.run/termy.schema.json", | |
| "foreground": "#abb2bf", | |
| "background": "#171717", | |
| "cursor": "#abb2bf", | |
| "black": "#3f4451", | |
| "red": "#ef5f6b", | |
| "green": "#8cc265", | |
| "yellow": "#ebc275", | |
| "blue": "#5ab0f6", | |
| "magenta": "#c162de", | |
| "cyan": "#4dbdcb", | |
| "white": "#d7dae0", | |
| "bright_black": "#4f5666", | |
| "bright_red": "#ef5f6b", | |
| "bright_green": "#a5e075", | |
| "bright_yellow": "#ebc275", | |
| "bright_blue": "#5ab0f6", | |
| "bright_magenta": "#de73ff", | |
| "bright_cyan": "#4dbdcb", | |
| "bright_white": "#e6e6e6" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment