mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
@@ -107,7 +107,7 @@ If you don't have xclip or xsel, micro will use an internal clipboard for copy a
|
|||||||
|
|
||||||
If you open micro and it doesn't seem like syntax highlighting is working, this is probably because
|
If you open micro and it doesn't seem like syntax highlighting is working, this is probably because
|
||||||
you are using a terminal which does not support 256 color. Try changing the colorscheme to `simple`
|
you are using a terminal which does not support 256 color. Try changing the colorscheme to `simple`
|
||||||
by running `> set colorscheme simple`.
|
by pressing CtrlE in micro and typing `set colorscheme simple`.
|
||||||
|
|
||||||
If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
|
If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
|
||||||
to `xterm-256color`.
|
to `xterm-256color`.
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -29,7 +29,7 @@ Micro comes with a number of colorschemes by default. Here is the list:
|
|||||||
* atom-dark-tc: this colorscheme is based off of Atom's "dark" colorscheme.
|
* atom-dark-tc: this colorscheme is based off of Atom's "dark" colorscheme.
|
||||||
It requires true color to look good.
|
It requires true color to look good.
|
||||||
|
|
||||||
To enable one of these colorschemes just run the command `set colorscheme solarized`.
|
To enable one of these colorschemes just press CtrlE in micro and type `set colorscheme solarized`.
|
||||||
(or whichever one you choose).
|
(or whichever one you choose).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user