update
This commit is contained in:
		
							parent
							
								
									5eefc1f4b8
								
							
						
					
					
						commit
						e8061efe09
					
				|  | @ -76,7 +76,13 @@ | ||||||
|     gray7 = ["#adaeae", 250, "white"] |     gray7 = ["#adaeae", 250, "white"] | ||||||
|     white = ["#eeeeee", 255, "white"] |     white = ["#eeeeee", 255, "white"] | ||||||
| 
 | 
 | ||||||
|     # need red, green , blue colors for syntax |     error = ["#c74444", 196, "red"] | ||||||
|  |     warning = ["#a67038", 166, "yellow"] | ||||||
|  | 
 | ||||||
|  |     # need red, green , blue, etc colors for syntax | ||||||
|  |     lightred1 = ["#b79392", 174, "darkgray"] | ||||||
|  |     lightred2 = ["#ac807e", 181, "darkgray"] | ||||||
|  |     lightred3 = ["#b79392", 188, "white"] | ||||||
| 
 | 
 | ||||||
|     # UI Colours |     # UI Colours | ||||||
|     red_ui1 = ["#655757", 124, "red"] |     red_ui1 = ["#655757", 124, "red"] | ||||||
|  | @ -124,6 +130,7 @@ | ||||||
|     # background, with a red undercurl. |     # background, with a red undercurl. | ||||||
|     # |     # | ||||||
|     # You can add any custom highlight group to the standard list below but you shouldn't |     # You can add any custom highlight group to the standard list below but you shouldn't | ||||||
|  |     # TODO example | ||||||
|     # remove any if you want a working colorscheme. |     # remove any if you want a working colorscheme. | ||||||
|     highlights = [ |     highlights = [ | ||||||
|           [ "Normal", gray_bg, gray_fg, "NONE" ], |           [ "Normal", gray_bg, gray_fg, "NONE" ], | ||||||
|  | @ -133,22 +140,22 @@ | ||||||
|         [ "Identifier", "NONE", white, "NONE" ], |         [ "Identifier", "NONE", white, "NONE" ], | ||||||
|         [ "Type", "NONE", white, "NONE" ], |         [ "Type", "NONE", white, "NONE" ], | ||||||
| 
 | 
 | ||||||
|         [ "Constant", "NONE", white, "NONE" ], |           [ "Constant", "NONE", white, "italic" ], | ||||||
|         [ "String", "NONE", white, "NONE" ], |           [ "String", "NONE", gray6, "italic" ], | ||||||
|         [ "Number", "NONE", white, "NONE" ], |           [ "Number", "NONE", gray6, "italic" ], | ||||||
| 
 | 
 | ||||||
|         [ "PreProc", "NONE", white, "NONE" ], |         [ "PreProc", "NONE", white, "NONE" ], | ||||||
| 
 | 
 | ||||||
|         [ "Folded", "NONE", gray5, "bold" ], |           [ "Folded", "NONE", gray7, "NONE" ], | ||||||
| 
 | 
 | ||||||
|         [ "Statement", "NONE", white, "NONE" ], |           [ "Statement", "NONE", gray3, "NONE" ], | ||||||
| 
 | 
 | ||||||
|           [ "Comment", "NONE", gray3, "italic" ], |           [ "Comment", "NONE", gray3, "italic" ], | ||||||
|         [ "Todo", "NONE", white, "NONE" ], |           [ "Todo", "NONE", gray6, "italic" ], | ||||||
| 
 | 
 | ||||||
|         [ "Ignore", "NONE", white, "NONE" ], |         [ "Ignore", "NONE", white, "NONE" ], | ||||||
| 
 | 
 | ||||||
|         [ "Error", "NONE", white, "NONE" ], |           [ "Error", "NONE", error, "bold" ], | ||||||
| 
 | 
 | ||||||
|         [ "Underlined", gray, white, "NONE" ], |         [ "Underlined", gray, white, "NONE" ], | ||||||
|           [ "StatusLine", gray_deco, gray7, "NONE" ], |           [ "StatusLine", gray_deco, gray7, "NONE" ], | ||||||
|  | @ -180,10 +187,10 @@ | ||||||
|           [ "Search", blue_bg1, gray7, "NONE" ], |           [ "Search", blue_bg1, gray7, "NONE" ], | ||||||
|         [ "Directory", gray, white, "NONE" ], |         [ "Directory", gray, white, "NONE" ], | ||||||
|         [ "MatchParen", gray, white, "NONE" ], |         [ "MatchParen", gray, white, "NONE" ], | ||||||
|         [ "SpellBad", gray, white, "NONE", red ], |           [ "SpellBad", "NONE", error, "NONE", error ], | ||||||
|         [ "SpellCap", gray, white, "NONE", blue ], |           [ "SpellCap", "NONE", warning, "NONE", warning ], | ||||||
|         [ "SpellLocal", gray, white, "NONE", magenta ], |           [ "SpellLocal", "NONE", warning, "NONE", warning ], | ||||||
|         [ "SpellRare", gray, white, "NONE", cyan ], |           [ "SpellRare", "NONE", warning, "NONE", warning ], | ||||||
|           [ "ColorColumn", colorcolumn, "NONE", "NONE" ], |           [ "ColorColumn", colorcolumn, "NONE", "NONE" ], | ||||||
|           [ "signColumn", gray_bg, white, "NONE" ], |           [ "signColumn", gray_bg, white, "NONE" ], | ||||||
|         [ "ErrorMsg", gray, white, "NONE" ], |         [ "ErrorMsg", gray, white, "NONE" ], | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue