Last active
December 4, 2020 07:45
-
-
Save bokunodev/b43422dbdb3914b78e427a2158a5df01 to your computer and use it in GitHub Desktop.
Nordic colorscheme for 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 "#d8dee9,#2e3440" | |
color-link comment "#4c566a," | |
# color-link comment.bright | |
color-link identifier "#5e81ac," | |
# color-link identifier.class | |
# color-link identifier.macro | |
# color-link identifier.var | |
color-link constant "#bf616a," | |
# color-link constant.bool | |
# color-link constant.bool.true | |
# color-link constant.bool.false | |
# color-link constant.number | |
# color-link constant.specialChar | |
# color-link constant.string | |
# color-link constant.string.url | |
color-link statement "#ebcb8b," | |
color-link symbol "#a3be8c," | |
# color-link symbol.brackets | |
# color-link symbol.operator | |
# color-link symbol.tag | |
color-link preproc "bold #b48ead," | |
# color-link preproc.shebang | |
color-link type "italic #88c0d0," | |
# color-link type.keyword | |
color-link special "#ebcb8b," | |
color-link underlined "red,red" | |
color-link error ",#bf616a" | |
color-link todo ",#d08770" | |
color-link statusline ",#3b4252" | |
color-link indent-char "#a3be8c,#a3be8c" | |
color-link tabbar ",#3b4252" | |
color-link line-number ",#3b4252" | |
color-link gutter-error "#bf616a,#bf616a" | |
color-link gutter-warning "#d08770,#d08770" | |
color-link cursor-line "#3b4252," | |
color-link current-line-number ",#2e3440" | |
color-link color-column "red,red" | |
# color-link ignore | |
color-link divider "#3b4252,#d8dee9" | |
color-link diff-added "#a3be8c," | |
color-link diff-modified "#d08770," | |
color-link diff-deleted "#bf616a," |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment