[gimp/gtk3-port: 380/454] themes: clean up gimp.css, with some added commented experiments
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 380/454] themes: clean up gimp.css, with some added commented experiments
- Date: Wed, 16 May 2018 21:52:39 +0000 (UTC)
commit 33b12c70c4431a86fe720d926b0626a2b1710404
Author: Michael Natterer <mitch gimp org>
Date: Tue May 8 23:00:38 2018 +0200
themes: clean up gimp.css, with some added commented experiments
themes/System/gimp.css | 66 ++++++++++++++++-------------------------------
1 files changed, 23 insertions(+), 43 deletions(-)
---
diff --git a/themes/System/gimp.css b/themes/System/gimp.css
index 05c2003..4543a02 100644
--- a/themes/System/gimp.css
+++ b/themes/System/gimp.css
@@ -1,25 +1,6 @@
/* GIMP theme css file */
* {
-/*
- stock["gtk-dialog-error"] =
- {
- { "images/stock-error-64.png", *, *, "gtk-dialog" }
- }
- stock["gtk-dialog-info"] =
- {
- { "images/stock-info-64.png", *, *, "gtk-dialog" }
- }
- stock["gtk-dialog-question"] =
- {
- { "images/stock-question-64.png", *, *, "gtk-dialog" }
- }
- stock["gtk-dialog-warning"] =
- {
- { "images/stock-warning-64.png", *, *, "gtk-dialog" }
- }
-*/
-
-GtkPaned-handle-size: 6;
-GimpDockWindow-default-height: 300;
-GimpMenuDock-minimal-width: 200;
@@ -62,6 +43,26 @@ GimpDisplayShell button {
padding: 0 0 0 0;
}
+/* i hate the statusar
+GimpDisplayShell statusbar {
+ min-height: 0;
+ min-width: 0;
+ padding: 0 0 0 0;
+}
+
+GimpDisplayShell statusbar {
+ min-height: 0;
+ min-width: 0;
+ padding: 0 0 0 0;
+}
+
+GimpDisplayShell statusbar {
+ min-height: 0;
+ min-width: 0;
+ padding: 0 0 0 0;
+}
+*/
+
GimpDock {
font-size: smaller;
}
@@ -81,44 +82,23 @@ GimpDock spinbutton entry {
GimpDockable {
-GimpFrame-label-bold: 0;
-GimpFrame-label-spacing: 2;
-/* -GtkWidget-focus-line-width: 1; */
-/* -GtkWidget-focus-padding: 0; */
}
GimpDisplayShell {
-GimpUnitComboBox-label-scale: 0.8333;
-GimpScaleComboBox-label-scale: 0.8333;
-GtkComboBox-arrow-size: 8;
-/* -GtkButton-inner-border: 0 0 0 0; */
-/* -GtkWidget-focus-line_width: 0; */
-/* -GtkWidget-focus-padding: 0; */
}
GimpColorFrame {
-GimpColorFrame-number-color: lighter (@bg_color);
}
-GimpHistogramView {
- color: @text_color;
- background-color: @base_color;
- -GimpHistogramView-grid-color: darker (@bg_color);
- -GimpHistogramView-fg-color: @fg_color;
- -GimpHistogramView-fg-color-selected: @selected_fg_color;
- -GimpHistogramView-bg-color: mix (lighter (@bg_color),
- darker (@bg_color), 0.5);
- -GimpHistogramView-bg-color-selected: mix (lighter (@selected_bg_color),
- darker (@selected_bg_color), 0.5);
-}
-
-GimpHistogramView:selected {
- background-color: @selected_bg_color;
-}
-
-GimpOverlayFrame {
-/* -GtkButton-focus-line-width: 1; */
+.grid {
+ /* why does this not work */
+ color: rgba (1.0, 0.0, 0.0, 1.0);
}
GimpRuler {
font-size: smaller;
- background-color: @bg_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]