Last active
February 20, 2026 20:51
-
-
Save brunopinheiro/1c93e0432107056c022763080e50cfc9 to your computer and use it in GitHub Desktop.
e-ink alacritty themes
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
| # Colors (e-ink dark) | |
| # Default colors | |
| [colors.primary] | |
| background = '#333333' | |
| foreground = '#c2c2c2' | |
| # Normal colors | |
| [colors.normal] | |
| black = '#333333' | |
| red = '#cccccc' | |
| yellow = '#686868' | |
| green = '#7c7c7c' | |
| blue = '#868686' | |
| magenta = '#5e5e5e' | |
| cyan = '#b8b8b8' | |
| white = '#a4a4a4' | |
| # Bright colors | |
| [colors.bright] | |
| black = '#a4a4a4' | |
| red = '#cccccc' | |
| yellow = '#686868' | |
| green = '#7c7c7c' | |
| blue = '#868686' | |
| magenta = '#5e5e5e' | |
| cyan = '#b8b8b8' | |
| white = '#868686' |
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
| # Colors (e-ink light) | |
| # Default colors | |
| [colors.primary] | |
| background = '#CCCCCC' | |
| foreground = '#868686' | |
| [colors.normal] | |
| black = '#C2C2C2' | |
| red = '#333333' | |
| yellow = '#9A9A9A' | |
| green = '#868686' | |
| blue = '#727272' | |
| magenta = '#AEAEAE' | |
| cyan = '#4A4A4A' | |
| white = '#5E5E5E' | |
| [colors.bright] | |
| black = '#5E5E5E' | |
| red = '#333333' | |
| yellow = '#9A9A9A' | |
| green = '#868686' | |
| blue = '#727272' | |
| magenta = '#AEAEAE' | |
| cyan = '#4A4A4A' | |
| white = '#7C7C7C' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment