mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
The underline style is missing a color and accidentally using the background color for its foreground. This makes links essentially invisible. It's also missing the todo style. This change adds the missing style and color. Following the gruvbox colorscheme it uses the gruvbox shade of blue for links, and makes todos bold.
27 lines
1008 B
Plaintext
27 lines
1008 B
Plaintext
color-link default "#ebdbb2,#282828"
|
|
color-link comment "#928374,#282828"
|
|
color-link symbol "#d79921,#282828"
|
|
color-link constant "#d3869b,#282828"
|
|
color-link constant.string "#b8bb26,#282828"
|
|
color-link constant.string.char "#b8bb26,#282828"
|
|
color-link identifier "#8ec07c,#282828"
|
|
color-link statement "#fb4934,#282828"
|
|
color-link preproc "#fb4934,235"
|
|
color-link type "#fb4934,#282828"
|
|
color-link special "#d79921,#282828"
|
|
color-link underlined "underline #458588,#282828"
|
|
color-link error "#9d0006,#282828"
|
|
color-link todo "bold #ebdbb2,#282828"
|
|
color-link hlsearch "#282828,#fabd2f"
|
|
color-link diff-added "#00AF00"
|
|
color-link diff-modified "#FFAF00"
|
|
color-link diff-deleted "#D70000"
|
|
color-link gutter-error "#fb4934,#282828"
|
|
color-link gutter-warning "#d79921,#282828"
|
|
color-link line-number "#665c54,#3c3836"
|
|
color-link current-line-number "#d79921,#282828"
|
|
color-link cursor-line "#3c3836"
|
|
color-link color-column "#79740e"
|
|
color-link statusline "#ebdbb2,#665c54"
|
|
color-link tabbar "#ebdbb2,#665c54"
|