Created
January 18, 2020 18:09
-
-
Save LevitatingBusinessMan/04ee6a397be84b3d4323b96144edf281 to your computer and use it in GitHub Desktop.
Micro colorscheme
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
| # Prob doesnt work because of uncomplete syntax files | |
| color-link constant.bool.true "green" | |
| color-link constant.bool.false "red" | |
| color-link constant.string "magenta" | |
| color-link comment "blue" | |
| color-link constant "green" | |
| color-link identifier "cyan" | |
| color-link statement "yellow" | |
| color-link symbol "yellow" | |
| color-link preproc.shebang "yellow" | |
| color-link preproc "magenta" | |
| color-link type "magenta" | |
| color-link special "magenta" | |
| color-link ignore "default" | |
| color-link error ",brightred" | |
| #prob doesnt work because of uncomplete syntax files | |
| color-link todo "yellow" | |
| color-link indent-char "black" | |
| color-link line-number "blue" | |
| color-link current-line-number "red" | |
| color-link gutter-error ",red" | |
| color-link gutter-warning "red" | |
| #Cursor line causes readability issues. Disabled for now. | |
| #color-link cursor-line "white,black" | |
| color-link color-column "white" | |
| #No extended types. (bool in C) | |
| color-link type.extended "default" | |
| color-link symbol.brackets "blue" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment