mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-02 19:00:17 +09:00
* Adds new syntax groups and docs * Large refactor of syntax highlighting files * Changed keybindings for changing tabs. * Improved the documentation. * Added F3 for find to default bindings. * Massive overhaul of the syntax files * Phase 1 color-scheme updates. * The new colorschemes. * Colorscheme and syntax updates. * Tiny fix to the cmc theme. * Another phase of colorschemes and testing gitconfig. * Fixed haskell error * Fortran fix * Delete test.txt Heh, sorry about forgetting to do this again.
27 lines
900 B
Plaintext
27 lines
900 B
Plaintext
#Midnight Commander inspired theme.
|
|
color-link default "white,blue"
|
|
color-link comment "bold black"
|
|
color-link constant "bold white"
|
|
color-link constant.string "bold yellow"
|
|
color-link identifier "bold red"
|
|
color-link statement "bold cyan"
|
|
color-link symbol "white"
|
|
color-link symbol.brackets "white"
|
|
color-link symbol.tag "bold green"
|
|
color-link preproc "black,cyan"
|
|
color-link type "green"
|
|
color-link special "magenta"
|
|
color-link ignore "default"
|
|
color-link error ",brightred"
|
|
color-link todo ",brightyellow"
|
|
color-link indent-char ",cyan"
|
|
color-link line-number "green"
|
|
color-link line-number.scrollbar "white"
|
|
color-link statusline "black,cyan"
|
|
color-link tabbar "black,cyan"
|
|
color-link current-line-number "black,cyan"
|
|
color-link current-line-number.scroller "cyan"
|
|
color-link cursor-line "black,cyan"
|
|
color-link gutter-error ",red"
|
|
color-link gutter-warning "red"
|
|
color-link color-column "cyan" |