-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colorscheme: Add capability to include schemes (#2844)
- Loading branch information
Showing
4 changed files
with
55 additions
and
50 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1 @@ | ||
color-link default "#F8F8F2,#282828" | ||
color-link comment "#75715E,#282828" | ||
color-link identifier "#66D9EF,#282828" | ||
color-link constant "#AE81FF,#282828" | ||
color-link constant.string "#E6DB74,#282828" | ||
color-link constant.string.char "#BDE6AD,#282828" | ||
color-link statement "#F92672,#282828" | ||
color-link symbol.operator "#F92671,#282828" | ||
color-link preproc "#CB4B16,#282828" | ||
color-link type "#66D9EF,#282828" | ||
color-link special "#A6E22E,#282828" | ||
color-link underlined "#D33682,#282828" | ||
color-link error "bold #CB4B16,#282828" | ||
color-link todo "bold #D33682,#282828" | ||
color-link hlsearch "#282828,#E6DB74" | ||
color-link statusline "#282828,#F8F8F2" | ||
color-link tabbar "#282828,#F8F8F2" | ||
color-link indent-char "#505050,#282828" | ||
color-link line-number "#AAAAAA,#323232" | ||
color-link current-line-number "#AAAAAA,#282828" | ||
color-link diff-added "#00AF00" | ||
color-link diff-modified "#FFAF00" | ||
color-link diff-deleted "#D70000" | ||
color-link gutter-error "#CB4B16,#282828" | ||
color-link gutter-warning "#E6DB74,#282828" | ||
color-link cursor-line "#323232" | ||
color-link color-column "#323232" | ||
#No extended types; Plain brackets. | ||
color-link type.extended "default" | ||
#color-link symbol.brackets "default" | ||
color-link symbol.tag "#AE81FF,#282828" | ||
color-link match-brace "#282828,#AE81FF" | ||
color-link tab-error "#D75F5F" | ||
color-link trailingws "#D75F5F" | ||
include "monokai" |
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