# Fight Sublime Color Scheme A sublime text color scheme both in the light and dark variants. These color schemes tend to be minimalistic so that you can concentrate on reading the code without too much confusion about different syntax peculiarities, often uselessly expressed in color. The goal was to make it easier to just read the code and let the word themselves tell you what it is doing and not the colours. These color schemes prefer to separate code areas more than code syntax. ## Fight in the dark The dark variant of the color scheme I started from a hyperminimal color scheme and slowly added small refinement when I felt I needed them. ## Fight in the light The light variant of the color scheme, this takes a bit inspiration from the github light color scheme, as well as the luma color scheme. It strives to give maximum clarity and readability. ## Screenshots Python `fight-in-the-dark`: ![Screenshot 2024-09-07 at 17 44 48](https://github.com/user-attachments/assets/cd996fb4-3662-49e5-a542-f510d5b3c735) Python `fight-in-the-light`: ![Screenshot 2024-09-07 at 17 45 02](https://github.com/user-attachments/assets/93f35c4a-cf7b-42c0-a3b5-80e5e5e86281) Rust `fight-in-the-dark`: ![Screenshot 2024-09-07 at 17 40 13](https://github.com/user-attachments/assets/792f245c-32fd-484f-864f-106326a44e4c) Rust `fight-in-the-light`: ![Screenshot 2024-09-07 at 17 37 16](https://github.com/user-attachments/assets/73260619-ad16-48a3-8a32-32daef7bf08e)