changeset 1242:0445c376a1f4

bring back marble-ice theme. vidref was using that Ignore-this: 8b5108d40fb29ee0a2e1a113abcc2b6b
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 12 Jun 2015 09:15:16 +0000
parents e588ede64e0e
children 73efcda34af2
files theme/marble-ice/README theme/marble-ice/gtk-2.0/gtkrc
diffstat 2 files changed, 65 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/theme/marble-ice/README	Fri Jun 12 09:15:16 2015 +0000
@@ -0,0 +1,5 @@
+GTK2 Theme:	marble-ice
+Engine:			Thinice, Redmond95
+
+Author:			Floe
+Comment:		a Frankenstein-style creation from marble-look and Black Marble
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/theme/marble-ice/gtk-2.0/gtkrc	Fri Jun 12 09:15:16 2015 +0000
@@ -0,0 +1,60 @@
+# Sneaking through the code are we.? ;)
+style "default"
+{
+
+	GtkEntry::cursor_color = "#FFCE00"
+	GtkTextView::cursor_color = "#FFCE00"
+	NautilusIconContainer::frame_text = 1
+
+	fg[NORMAL]        = "#CACAC6"
+	fg[ACTIVE]        = "#CACAC6"
+	fg[INSENSITIVE]   = "#000000"
+	fg[PRELIGHT]      = "#E2E2E2"
+	fg[SELECTED]      = "#E2E2E2"
+
+	bg[ACTIVE]        = "#484949"
+	bg[NORMAL]        = "#5A5C5F"
+	bg[INSENSITIVE]   = "#505050"
+	bg[PRELIGHT]      = "#6A6C6F"
+	bg[SELECTED]      = "#424446"
+
+	base[NORMAL]      = "#919499"
+	base[ACTIVE]      = "#5A5C5F"
+	base[INSENSITIVE] = "#5A5C5F"
+	base[PRELIGHT]    = "#646668"
+	base[SELECTED]    = "#5A5C5F"
+
+	text[NORMAL]      = "#000000"
+	text[ACTIVE]      = "#000000"
+	text[PRELIGHT]    = "#000000"
+	text[SELECTED]    = "#E0D6AD"
+	text[INSENSITIVE] = "#777777"
+
+	engine "thinice"
+	{
+		# Do you want the scrollbar handles rectangular or a bit shaped?
+		rect_scrollbar = TRUE
+
+		# The following variables are semi-generic, can be applied to
+		# different widget classes etc..
+
+		# Mark type 1 is used on scrollbar handles, handleboxes etc
+		mark_type1 = DOT
+		# Mark type 2 is used on scrollbar buttons
+		mark_type2 = ARROW
+	}
+}
+
+style "togglebuttons" = "default"
+{
+	fg[NORMAL]        = "#000000"
+	fg[ACTIVE]        = "#000000"
+	fg[PRELIGHT]      = "#000000"
+	fg[SELECTED]      = "#000000"
+	engine "redmond95" { }
+}
+
+class "GtkWidget" style "default"
+class "GtkCheckButton" style "togglebuttons"
+class "GtkRadioButton" style "togglebuttons"
+