about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-31 18:56:45 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-31 18:56:45 +0200
commitc7b61612ed57cfe6c013d1fc93e4d82bbf4b45a2 (patch)
tree7dad959f813c2173394ac6049ec033cac9892b55
parentd96c2422b67e8c92a41e1f87813ebc1a839d5d69 (diff)
README.md: Change cursor color too in configuration example
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15f2d50..351da99 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ following to your `gtk.css` configuration file located at
 
 		background-color: #181818;
 		color: #d8d8d8;
+		caret-color: #d8d8d8; /* cursor color */
 	}
 
 Keybindings can be configured using the same mechanism, see `keys.py`