Created
May 20, 2022 13:06
-
-
Save wmerrifield/947a0574f5444e48df3990e5e50790fb to your computer and use it in GitHub Desktop.
16-color Solarized Light Xterm scheme for the Micro Text Editor
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 "brightyellow,brightwhite" | |
color-link selection "brightwhite,brightyellow" | |
color-link statusline "white,brightyellow" | |
color-link tabbar "white,brightyellow" | |
color-link indent-char "white" | |
color-link line-number "bold brightcyan,white" | |
color-link current-line-number "bold brightcyan,default" | |
color-link diff-added "green" | |
color-link diff-modified "yellow" | |
color-link diff-deleted "red" | |
color-link gutter-error "white,brightred" | |
color-link gutter-warning "brightred,default" | |
color-link cursor-line "white" | |
color-link color-column "white" | |
color-link comment "italic red" | |
color-link identifier "yellow" | |
color-link constant "default" | |
color-link statement "blue" | |
color-link symbol "default" | |
color-link preproc "bold green" | |
color-link type "cyan" | |
color-link special "default" | |
color-link underlined "underline blue" | |
color-link error "bold brightred" | |
color-link hlsearch "white,yellow" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment