From 4eb0a672db4126bbe166f6e1a36ed933b0769bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 29 Nov 2014 15:04:14 +0000 Subject: [PATCH] theme: Add high-contrast variant For now, simply enforce symbolic icons. https://bugzilla.gnome.org/show_bug.cgi?id=740447 --- data/gnome-shell-theme.gresource.xml | 1 + data/theme/gnome-shell-high-contrast.css | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 data/theme/gnome-shell-high-contrast.css diff --git a/data/gnome-shell-theme.gresource.xml b/data/gnome-shell-theme.gresource.xml index d47349432..96b525c36 100644 --- a/data/gnome-shell-theme.gresource.xml +++ b/data/gnome-shell-theme.gresource.xml @@ -16,6 +16,7 @@ filter-selected-ltr.svg filter-selected-rtl.svg gnome-shell.css + gnome-shell-high-contrast.css logged-in-indicator.svg message-tray-background.png more-results.svg diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css new file mode 100644 index 000000000..ae045206d --- /dev/null +++ b/data/theme/gnome-shell-high-contrast.css @@ -0,0 +1,20 @@ +/* Copyright 2014, Red Hat, Inc. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU Lesser General Public License, + * version 2.1, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + * more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + */ +@import url("resource:///org/gnome/shell/theme/gnome-shell.css"); + +stage { + -st-icon-style: symbolic; +}