# Color Hex Codes You can use these colors to create the same color scheme for other terminals / projects if you want. ## Text | Style | Foreground | Background | |---------------|------------|------------| | Default Text | `#ECEFF1` | `#263238` | | Selected Text | `#ECEFF1` | `#607D8B` | ## Colors | Color | Default | Bright | |---------|-----------|-----------| | Black | `#546E7A` | `#B0BEC5` | | Red | `#FF5252` | `#FF8A80` | | Green | `#5CF19E` | `#B9F6CA` | | Yellow | `#FFD740` | `#FFE57F` | | Blue | `#40C4FF` | `#80D8FF` | | Magenta | `#FF4081` | `#FF80AB` | | Cyan | `#64FCDA` | `#A7FDEB` | | White | `#FFFFFF` | `#FFFFFF` |