From f04d4d275b0a7869d19a630e8f45bd1836fd7f35 Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 8 May 2020 13:43:41 +0200 Subject: [PATCH] Updated custom style example --- docs/custom_styling.md | 4 ++++ 1 file changed, 4 insertions(+) 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; }