Differentiated cursor and fg color & pulled Readme to master branch

master
tiyn 9 months ago
parent 3bd944753f
commit 490ff19562

@ -36,10 +36,6 @@ There are various shortcuts and hotkeys used in this version. Included in my bui
## 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.
- `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 */
"#1e1e1e", /* 256 -> bg */
"#d4d4d4", /* 257 -> fg */
"#d4d4d4", /* 258 -> cursor */
"#a4a4a4", /* 258 -> cursor */
};

Loading…
Cancel
Save