Last active
December 28, 2024 05:32
-
-
Save keyle/6e2949c641863c2d04fdbce0654adcee to your computer and use it in GitHub Desktop.
simple2.micro theme
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
color-link default "#dddddd" | |
color-link comment "blue" | |
color-link constant "red" | |
color-link identifier "cyan" | |
color-link statement "yellow" | |
color-link symbol "yellow" | |
color-link preproc "magenta" | |
color-link type "green" | |
color-link special "magenta" | |
color-link ignore "default" | |
color-link error ",brightred" | |
color-link todo "#FF11CD," | |
color-link hlsearch "black,yellow" | |
#color-link statusline "black,#555555" | |
color-link tabbar "#446600,black" | |
color-link statusline "#664400,black" | |
color-link message "#555555" | |
color-link error-message "#883300" | |
color-link indent-char "black" | |
color-link line-number "#444444" | |
color-link current-line-number "red" | |
color-link diff-added "green" | |
color-link diff-modified "yellow" | |
color-link diff-deleted "red" | |
color-link gutter-warning "#664400" | |
color-link gutter-error "brightyellow,#664400" | |
#color-link cursor-line "white,black" | |
color-link color-column "white" | |
#No extended types. (bool in C) | |
color-link type.extended "default" | |
#No bracket highlighting. | |
color-link symbol.brackets "default" | |
#Color shebangs the comment color | |
color-link preproc.shebang "comment" | |
color-link match-brace ",magenta" | |
color-link tab-error "brightred" | |
color-link trailingws "brightred" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a cleaner, less distracting micro 'simple' colorscheme evolution.