diff --git a/docs/custom_styling.md b/docs/custom_styling.md index 1148dd2..6ba0d54 100644 --- a/docs/custom_styling.md +++ b/docs/custom_styling.md @@ -46,6 +46,10 @@ was made with the following ~/.config/gtk-3.0/gtk.css: background: transparent; } +.juci_source_map :not(text) { + background-color: rgba(200, 200, 200, 0.3); +} + textview.view text selection { background-color: #4a90d9; }