mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Add railscast colorscheme
From https://github.com/pbsds/micro-railscast-theme
This commit is contained in:
File diff suppressed because one or more lines are too long
26
runtime/colorschemes/railscast.micro
Normal file
26
runtime/colorschemes/railscast.micro
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
color-link default "#e6e1dc,#2b2b2b"
|
||||||
|
color-link comment "#bc9458,#2b2b2b"
|
||||||
|
color-link statement "#cc7833,#2b2b2b"
|
||||||
|
color-link constant "#a5c261,#2b2b2b"
|
||||||
|
color-link constant.bool "#6d9cbe,#2b2b2b"
|
||||||
|
color-link type "#6d9cbe,#2b2b2b"
|
||||||
|
color-link preproc "#cc7833,#2b2b2b"
|
||||||
|
color-link special "#cc7833,#2b2b2b"
|
||||||
|
color-link underlined "#cc7833,#2b2b2b"
|
||||||
|
color-link todo "bold #cc7833,#2b2b2b"
|
||||||
|
color-link error "bold #cc7833,#2b2b2b"
|
||||||
|
color-link gutter-error "#cc7833,#11151C"
|
||||||
|
color-link indent-char "#414141,#2b2b2b"
|
||||||
|
color-link line-number "#a1a1a1,#353535"
|
||||||
|
color-link current-line-number "#e6e1dc,#2b2b2b"
|
||||||
|
color-link gutter-warning "#a5c261,#11151C"
|
||||||
|
color-link symbol "#edb753,#2b2b2b"
|
||||||
|
color-link identifier "#edb753,#2b2b2b"
|
||||||
|
color-link statusline "#a1a1a1,#414141"
|
||||||
|
color-link tabbar "bold #a1a1a1,#414141"
|
||||||
|
color-link cursor-line "#353535"
|
||||||
|
color-link color-column "#353535"
|
||||||
|
color-link space "underline #e6e1dc,#2b2b2b"
|
||||||
|
|
||||||
|
#the Python syntax definition are wrong. This is not how you should do decorators!
|
||||||
|
color-link brightgreen "#edb753,#2b2b2b"
|
||||||
@@ -10,20 +10,6 @@ This help page aims to cover two aspects of micro's syntax highlighting engine:
|
|||||||
|
|
||||||
Micro comes with a number of colorschemes by default. Here is the list:
|
Micro comes with a number of colorschemes by default. Here is the list:
|
||||||
|
|
||||||
### 16 color
|
|
||||||
|
|
||||||
These may vary widely based on the 16 colors selected for your terminal.
|
|
||||||
|
|
||||||
* `simple`: this is the simplest colorscheme. It uses 16 colors which are set by
|
|
||||||
your terminal
|
|
||||||
* `solarized`: this is the solarized colorscheme. You should have the solarized
|
|
||||||
color palette in your terminal to use it.
|
|
||||||
* `cmc-16`: A very nice 16-color theme. Written by contributor CaptainMcClellan
|
|
||||||
(Collin Warren.) Licensed under the same license as the rest of the themes.
|
|
||||||
* `cmc-paper`: Basically cmc-16, but on a white background. (Actually light grey
|
|
||||||
on most ANSI (16-color) terminals)
|
|
||||||
* `geany`: Colorscheme based on geany's default highlighting.
|
|
||||||
|
|
||||||
### 256 color
|
### 256 color
|
||||||
|
|
||||||
These should work and look nice in most terminals. I recommend these
|
These should work and look nice in most terminals. I recommend these
|
||||||
@@ -34,10 +20,24 @@ themes the most.
|
|||||||
256 color approximation looks very good as well. It's also the default
|
256 color approximation looks very good as well. It's also the default
|
||||||
colorscheme.
|
colorscheme.
|
||||||
* `zenburn`
|
* `zenburn`
|
||||||
|
* `gruvbox`
|
||||||
* `darcula`
|
* `darcula`
|
||||||
* `twilight`
|
* `twilight`
|
||||||
|
* `railscast`
|
||||||
* `bubblegum`: a light colorscheme
|
* `bubblegum`: a light colorscheme
|
||||||
|
|
||||||
|
### 16 color
|
||||||
|
|
||||||
|
These may vary widely based on the 16 colors selected for your terminal.
|
||||||
|
|
||||||
|
* `simple`: this is the simplest colorscheme. It uses 16 colors which are set by
|
||||||
|
your terminal
|
||||||
|
* `solarized`: You should have the solarized color palette in your terminal to use this colorscheme properly.
|
||||||
|
* `cmc-16`
|
||||||
|
* `cmc-paper`: cmc-16, but on a white background. (Actually light grey
|
||||||
|
on most ANSI (16-color) terminals)
|
||||||
|
* `geany`: Colorscheme based on geany's default highlighting.
|
||||||
|
|
||||||
### True color
|
### True color
|
||||||
|
|
||||||
These require terminals that support true color and require `MICRO_TRUECOLOR=1` (this is an environment variable).
|
These require terminals that support true color and require `MICRO_TRUECOLOR=1` (this is an environment variable).
|
||||||
|
|||||||
Reference in New Issue
Block a user