summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-12-23 22:11:22 +0100
committerDave Davenport <qball@blame.services>2022-12-23 22:11:22 +0100
commit3d73cf25541a5ea3dceb864a15f8ad4f654615da (patch)
treede476097a676cd6bba59934e183b7c9918e06bed /doc/rofi-theme.5.markdown
parent0ff6ff21c343ceaff4ee74e02e4cd225462537dc (diff)
[Textbox] Cursor goes over, not under. allow cursor outline.
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 354d77cf..24388f58 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -951,6 +951,9 @@ The following properties are currently supported:
The text appears to the right of the tab stop position (other alignments are not supported yet).
* **cursor-width**: The width of the cursor.
* **cursor-color**: The color used to draw the cursor.
+* **cursor-outline**: Enable a border (outline) around the cursor. (Boolean)
+* **cursor-outline-width**: The width of the border around the cursor. (Double)
+* **cursor-outline-color**: The color to use for the cursor outline. (Color)
* **text-outline**: Enable a border (outline) around the text. (Boolean)
* **text-outline-width**: The width of the border around the text. (Double)
* **text-outline-color**: The color to use for the text outline. (Color)