From 490ff195620d91c0af2fedcac7eb0e22ac6bd667 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 24 Aug 2023 06:07:16 +0200 Subject: [PATCH] Differentiated cursor and fg color & pulled Readme to master branch --- README.md | 4 ---- config.def.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e00b07..273094f 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/config.def.h b/config.def.h index 8e31c05..5d660ba 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ };