Changeset - 0445c376a1f4
[Not reviewed]
default
0 0 2
Drew Perttula - 10 years ago 2015-06-12 09:15:16
drewp@bigasterisk.com
bring back marble-ice theme. vidref was using that
Ignore-this: 8b5108d40fb29ee0a2e1a113abcc2b6b
2 files changed with 65 insertions and 0 deletions:
0 comments (0 inline, 0 general)
theme/marble-ice/README
Show inline comments
 
new file 100644
 
GTK2 Theme:	marble-ice
 
Engine:			Thinice, Redmond95
 

	
 
Author:			Floe
 
Comment:		a Frankenstein-style creation from marble-look and Black Marble
theme/marble-ice/gtk-2.0/gtkrc
Show inline comments
 
new file 100644
 
# 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"
 

	
0 comments (0 inline, 0 general)