mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-11 09:30:28 +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.
25 lines
823 B
Plaintext
25 lines
823 B
Plaintext
#A colorscheme based on Code::Blocks IDE
|
|
#but with a white background.
|
|
color-link default "black,white"
|
|
color-link comment "bold black"
|
|
color-link constant "blue"
|
|
color-link constant.number "bold magenta"
|
|
color-link constant.string "bold blue"
|
|
color-link identifier "black"
|
|
color-link preproc "green"
|
|
color-link statement "blue"
|
|
color-link symbol "red"
|
|
color-link symbol.brackets "blue"
|
|
color-link type "blue"
|
|
color-link special "magenta"
|
|
color-link ignore "default"
|
|
color-link error "bold white,brightred"
|
|
color-link todo "bold black,brightyellow"
|
|
color-link indent-char "bold black"
|
|
color-link line-number "black,white"
|
|
color-link statusline "white,red"
|
|
color-link tabbar "white,red"
|
|
color-link current-line-number "red,black"
|
|
color-link gutter-error ",red"
|
|
color-link gutter-warning "red"
|
|
color-link color-column "black" |