mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Update colorschemes and add new ones
This commit updates the colorschemes and adds some new ones: * gotham (https://github.com/novln/micro-gotham-colors) * monokai-dark (https://github.com/Theodus/micro-monokai-dark) * one-dark (https://github.com/joseluisq/micro-one-dark) * sunny-day (https://github.com/dwwmmn/micro-sunny-day)
This commit is contained in:
22
runtime/colorschemes/sunny-day.micro
Normal file
22
runtime/colorschemes/sunny-day.micro
Normal file
@@ -0,0 +1,22 @@
|
||||
color-link default "0,230"
|
||||
color-link comment "244"
|
||||
color-link constant.string "17"
|
||||
color-link constant "88"
|
||||
color-link identifier "22"
|
||||
color-link statement "0,230"
|
||||
color-link symbol "89"
|
||||
color-link preproc "22"
|
||||
color-link type "88"
|
||||
color-link special "22"
|
||||
color-link underlined "61,230"
|
||||
color-link error "88"
|
||||
color-link todo "210"
|
||||
color-link statusline "233,229"
|
||||
color-link tabbar "233,229"
|
||||
color-link indent-char "229"
|
||||
color-link line-number "244"
|
||||
color-link gutter-error "88"
|
||||
color-link gutter-warning "88"
|
||||
color-link cursor-line "229"
|
||||
#color-link color-column "196"
|
||||
color-link current-line-number "246"
|
||||
Reference in New Issue
Block a user