1
0
mirror of https://github.com/tiyn/st synced 2025-05-10 10:27:46 +02:00

Compare commits

..

No commits in common. "2ede01a0887547beac01db3daa223a353a548bb2" and "bf7eebfb7da22701efff3dfeac8408649299921b" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,10 @@ 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`

View File

@ -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 */
"#a4a4a4", /* 258 -> cursor */ "#d4d4d4", /* 258 -> cursor */
}; };