mirror of
https://github.com/tiyn/st
synced 2025-04-19 16:27:45 +02:00
Differentiated cursor and fg color & pulled Readme to master branch
This commit is contained in:
parent
3bd944753f
commit
490ff19562
@ -36,10 +36,6 @@ There are various shortcuts and hotkeys used in this version. Included in my bui
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install this package you can run several commands.
|
|
||||||
If you want to use st with colored emojis make sure to install `libxft-bgra`
|
|
||||||
(`yay -S libxft-bgra` on arch based systems`).
|
|
||||||
|
|
||||||
The most basic way is to clone the repository and then invoke make.
|
The most basic way is to clone the repository and then invoke make.
|
||||||
|
|
||||||
- `git clone https://github.com/tiyn/st-0.9.0`
|
- `git clone https://github.com/tiyn/st-0.9.0`
|
||||||
|
@ -116,7 +116,7 @@ static const char *colorname[] = {
|
|||||||
/* more colors can be added after 255 to use with DefaultXX */
|
/* more colors can be added after 255 to use with DefaultXX */
|
||||||
"#1e1e1e", /* 256 -> bg */
|
"#1e1e1e", /* 256 -> bg */
|
||||||
"#d4d4d4", /* 257 -> fg */
|
"#d4d4d4", /* 257 -> fg */
|
||||||
"#d4d4d4", /* 258 -> cursor */
|
"#a4a4a4", /* 258 -> cursor */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user