Last active
September 24, 2024 15:59
-
-
Save peterhellberg/59d409571e4c5074f10fae961f5fd190 to your computer and use it in GitHub Desktop.
Jellybeans theme for COSMIC terminal emulator
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: "Jellybeans", | |
| foreground: "#E6E6CD", | |
| background: "#141414", | |
| cursor: "#FFB371", | |
| bright_foreground: "#E6E6CD", | |
| dim_foreground: "#E6E6CD", | |
| normal: ( | |
| black: "#353534", | |
| red: "#D35737", | |
| green: "#97A950", | |
| yellow: "#F9CF75", | |
| blue: "#4D7590", | |
| magenta: "#C5B5EC", | |
| cyan: "#88C5E8", | |
| white: "#FEFEFE", | |
| ), | |
| bright: ( | |
| black: "#626566", | |
| red: "#FF2600", | |
| green: "#CBE153", | |
| yellow: "#FFD366", | |
| blue: "#7492CF", | |
| magenta: "#CDC0FF", | |
| cyan: "#90D2F6", | |
| white: "#F9F9F4", | |
| ), | |
| dim: ( | |
| black: "#353534", | |
| red: "#D35737", | |
| green: "#97A950", | |
| yellow: "#F9CF75", | |
| blue: "#4D7590", | |
| magenta: "#C5B5EC", | |
| cyan: "#88C5E8", | |
| white: "#FEFEFE", | |
| ), | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

