Created
February 26, 2022 11:58
-
-
Save n0phx/947b0475f132fd5bf27f5187f144e3f1 to your computer and use it in GitHub Desktop.
micro qbasic color scheme
This file contains 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 "#aaaaaa,#0000aa" | |
color-link comment "#aa00aa" | |
color-link identifier "#00aa00" | |
color-link constant "#aa00aa" | |
color-link constant.string "#ffff55" | |
color-link constant.string.char "#aa00aa" | |
color-link statement "#00aa00" | |
color-link symbol.operator "#ffff55" | |
color-link preproc "#ffff55" | |
color-link type "#55ffff" | |
color-link special "#00aa00" | |
color-link underlined "#F78C6C" | |
color-link error "bold #f44747" | |
color-link todo "bold #cd9731" | |
color-link hlsearch "#AAAAAA,#AA0000" | |
color-link statusline ",#00aaaa" | |
color-link tabbar "#282828,#F8F8F2" | |
color-link indent-char ",#0000aa" | |
color-link line-number "#aaaaaa" | |
color-link current-line-number "#ffffff" | |
color-link diff-added "#ffff55" | |
color-link diff-modified "#55ffff" | |
color-link diff-deleted "#aa00aa" | |
color-link gutter-error "#f44747" | |
color-link gutter-warning "#cd9731" | |
#color-link cursor-line ",#0000aa" | |
color-link color-column "#555555" | |
#No extended types; Plain brackets. | |
color-link type.extended "#55ffff" | |
#color-link symbol.brackets "default" | |
color-link symbol.tag "#aa00aa" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
needs refinement, but it's ~close