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
| Actually, that's a feature | |
| Don't worry, that value is only wrong half of the time | |
| Even though it doesn't work, how does it feel? | |
| Everything looks fine my end | |
| How is that possible? | |
| I broke that deliberately to do some testing | |
| I can have a look but there's a lot of if statements in that code! | |
| I can't make that a priority right now | |
| I can't test everything | |
| I couldn't find any examples of how that can be done anywhere else in the project |
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
| black = '#282c34'; | |
| red = '#e06c75'; // red | |
| green = '#98c379'; // green | |
| yellow = '#d19a66'; // yellow | |
| blue = '#56b6c2'; // blue | |
| magenta = '#c678dd'; // pink | |
| cyan = '#56b6c2'; // cyan | |
| white = '#d0d0d0'; // light gray | |
| lightBlack = '#808080'; // medium gray | |
| lightRed = '#e06c75'; // red |