mirror of
https://github.com/tiyn/st
synced 2025-04-19 16:27:45 +02:00
Compare commits
2 Commits
bf7eebfb7d
...
2ede01a088
Author | SHA1 | Date | |
---|---|---|---|
2ede01a088 | |||
5491457642 |
@ -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…
x
Reference in New Issue
Block a user