[gnome-shell] theme: make app icons less fuzzy
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: make app icons less fuzzy
- Date: Wed, 8 Jul 2015 16:09:56 +0000 (UTC)
commit cd0c632fcb29e7f73b4244f731eb447111fa3b36
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jul 8 18:06:28 2015 +0200
theme: make app icons less fuzzy
- force 16x16px
- re-render SASS brings in some changes from
gnome-shell-sass
https://bugzilla.gnome.org/show_bug.cgi?id=747932
data/theme/gnome-shell-high-contrast.css | 4 ++--
data/theme/gnome-shell-sass | 2 +-
data/theme/gnome-shell.css | 4 ++--
js/ui/panel.js | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 9c5762f..2274303 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -95,10 +95,10 @@ StScrollBar {
background-color: transparent; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 8px;
- background-color: #000;
+ background-color: #999999;
margin: 3px; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
- background-color: #1a1a1a; }
+ background-color: #cccccc; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #215d9c; }
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 3573116..f0a0d1d 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 3573116e4f13f55339401a461195fe55126a0465
+Subproject commit f0a0d1d3537912f41fef5aaa18b36cbd80b9b64f
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b612fd7..8189d1d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -95,10 +95,10 @@ StScrollBar {
background-color: transparent; }
StScrollBar StButton#vhandle, StScrollBar StButton#hhandle {
border-radius: 8px;
- background-color: #393f3f;
+ background-color: #a5a8a6;
margin: 3px; }
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
- background-color: #515a5a; }
+ background-color: #c9cbc9; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #215d9c; }
diff --git a/js/ui/panel.js b/js/ui/panel.js
index 77f44c8..ec85fc6 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -25,8 +25,8 @@ const RemoteMenu = imports.ui.remoteMenu;
const Main = imports.ui.main;
const Tweener = imports.ui.tweener;
-const PANEL_ICON_SIZE = 24;
-const APP_MENU_ICON_MARGIN = 2;
+const PANEL_ICON_SIZE = 16;
+const APP_MENU_ICON_MARGIN = 0;
const BUTTON_DND_ACTIVATION_TIMEOUT = 250;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]