From 15a2c211e2e13f18bc9e32b5b71c0a0f7da83f1e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 1 Mar 2023 13:48:46 +0100 Subject: src/toggle-box.vala: Allow for more fine-grained color-tweaking of the toggle box (session selector box) via gsettings. --- .../org.ArcticaProject.arctica-greeter.gschema.xml | 37 +++++++++++++++++++--- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index 98ce440..ddf730f 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -6,16 +6,45 @@ Background file to use, either an image path or a color (e.g. #772953) - '#2F70C6' + '#4B1635' Background color (e.g. #772953), set before wallpaper is seen + '#808080' + Font foreground color (e.g. #A0A0A0) for non-active/-hovered and non-selected session names in the session list + + '#A0A0A0' - Font foreground color (e.g. #A0A0A0) for selected session names in session list + Font foreground color (e.g. #A0A0A0) for the active/hovered-above session name in the session list + + + '#F0F0F0' + Font foreground color (e.g. #A0A0A0) for the selected session name in the session list - '#2F70C6' - Font foreground color (e.g. #202020) for selected session names in session list + '#4B1635' + Background color (e.g. #391C31) for non-active/-hovered and non-selected session names in the session list + + + '#391C31' + Background color (e.g. #391C31) for the active/hovered-above session name in the session list + + + '#391C31' + Background color (e.g. #391C31) for the selected session name in the session list + + + '#4B1635' + Border color (e.g. #391C31) for non-active/-hovered and non-selected session names in the session list + + + '#391C31' + Border color (e.g. #391C31) for the active/hovered-above session name in the session list + + + '#391C31' + Border color (e.g. #391C31) for the selected session name in the session list + '#4B1635' Background color (e.g. #391C31) of flat buttons (e.g. the session chooser icon) -- cgit v1.2.3