mirror of
https://github.com/tat3r/a2m.git
synced 2024-11-16 20:56:38 +00:00
tpyos
This commit is contained in:
parent
de2c4383a8
commit
c58ee6ad06
@ -19,7 +19,7 @@ run a2m -h for a list of options
|
|||||||
|
|
||||||
### IRC Client
|
### IRC Client
|
||||||
|
|
||||||
Most clients work fine assuming you're using a good font (see below.) Mirc has problems rendering Unicode with colors.
|
Most clients work fine assuming you're using a good font (see below.) Mirc has problems with color sequences following 3 byte Unicode characters, IRCCloud has incorrect colors.
|
||||||
|
|
||||||
### Terminal
|
### Terminal
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Don't use reverse video, just make foreground white on black background, but
|
|||||||
not bright white, there should be two different whites, bright white and
|
not bright white, there should be two different whites, bright white and
|
||||||
grayish white, 16 unique colors in all, as shown below:
|
grayish white, 16 unique colors in all, as shown below:
|
||||||
|
|
||||||
Color | Regular | Bold
|
Color | Regular | Bright
|
||||||
------|---------|-----
|
------|---------|-----
|
||||||
Black | #000000 (0, 0, 0) | #555555 (85, 85, 85)
|
Black | #000000 (0, 0, 0) | #555555 (85, 85, 85)
|
||||||
Red | #aa0000 (170, 0, 0) | #ff5555 (255, 85, 85)
|
Red | #aa0000 (170, 0, 0) | #ff5555 (255, 85, 85)
|
||||||
@ -41,7 +41,7 @@ White | #aaaaaa (170, 170, 170) | #ffffff (255, 255, 255)
|
|||||||
### Font
|
### Font
|
||||||
|
|
||||||
Try *Andale Mono* or *Menlo* for Mac. *Deja Vu Sans* for Linux,
|
Try *Andale Mono* or *Menlo* for Mac. *Deja Vu Sans* for Linux,
|
||||||
*Lucida Console* Windows.
|
*Lucida Console* for Windows.
|
||||||
|
|
||||||
If the font you use is missing some of the block drawing unicode
|
If the font you use is missing some of the block drawing unicode
|
||||||
characters its going to borrow them from another font, which
|
characters its going to borrow them from another font, which
|
||||||
|
Loading…
Reference in New Issue
Block a user