summaryrefslogtreecommitdiff
path: root/share/gcstar/style/kde/gtkrc
blob: 61407a9522a3dbad103952de2f8e504b455a9632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
# style <name> [= <name>]
# {
#   <option>
# }
#
# widget <widget_set> style <style_name>
# widget_class <widget_class_set> style <style_name>

# Here is a list of all the possible states.  Note that some do not apply to
# certain widgets.
#
# NORMAL - The normal state of a widget, without the mouse over top of
# it, and not being pressed, etc.
#
# PRELIGHT - When the mouse is over top of the widget, colors defined
# using this state will be in effect.
#
# ACTIVE - When the widget is pressed or clicked it will be active, and
# the attributes assigned by this tag will be in effect.
#
# INSENSITIVE - When a widget is set insensitive, and cannot be
# activated, it will take these attributes.
#
# SELECTED - When an object is selected, it takes these attributes.
#
# Given these states, we can set the attributes of the widgets in each of
# these states using the following directives.
#
# fg - Sets the foreground color of a widget.
# fg - Sets the background color of a widget.
# bg_pixmap - Sets the background of a widget to a tiled pixmap.
# font - Sets the font to be used with the given widget.
#

style "gcStocks"
{
  # Redefine used stock items. Each entry contains the stock item
  # name and the file name (it should be in the same directory as
  # this file.
  stock["gtk-preferences"] = 
  {
  	{"preferences.png"}
  }
  stock["gtk-properties"] = 
  {
  	{"properties.png"}
  }
  stock["gtk-find"] = 
  {
  	{"find.png"}
  }
  stock["gtk-new"] = 
  {
  	{"new.png"}
  }
  stock["gtk-home"] = 
  {
  	{"home.png"}
  }
  stock["gtk-save"] = 
  {
  	{"save.png"}
  }
  stock["gtk-save-as"] = 
  {
  	{"saveas.png"}
  }
  stock["gtk-open"] = 
  {
  	{"open.png"}
  }
  stock["gtk-directory"] = 
  {
  	{"paths.png"}
  }
  stock["gtk-refresh"] = 
  {
  	{"refresh.png"}
  }
  stock["gtk-select-color"] = 
  {
  	{"display.png"}
  }
  stock["gtk-execute"] = 
  {
  	{"tonight.png"}
  }
  stock["gtk-quit"] = 
  {
  	{"quit.png"}
  }
  stock["gtk-help"] = 
  {
  	{"help.png"}
  }  
  stock["gtk-delete"] = 
  {
  	{"delete.png"}
  }
  stock["gtk-ok"] =
  {
  	{"ok.png"}
  }
  stock["gtk-yes"] =
  {
  	{"ok.png"}
  }
  stock["gtk-cancel"] =
  {
  	{"cancel.png"}
  }
  stock["gtk-no"] =
  {
  	{"cancel.png"}
  }
  stock["gtk-network"] =
  {
  	{"internet.png"}
  }
  stock["gtk-clear"] =
  {
  	{"clear.png"}
  }
  stock["gtk-convert"] =
  {
  	{"import.png"}
  }
  stock["gtk-paste"] =
  {
  	{"export.png"}
  }
  stock["gtk-cdrom"] =
  {
  	{"cdrom.png"}
  }
  stock["gtk-harddisk"] =
  {
  	{"harddisk.png"}
  }
  stock["gtk-add"] =
  {
  	{"add.png"}
  }
  stock["gtk-remove"] =
  {
  	{"remove.png"}
  }
  stock["gtk-sort-descending"] =
  {
  	{"sortdown.png"}
  }
  stock["gtk-sort-ascending"] =
  {
  	{"sortup.png"}
  }
  stock["gtk-go-up"] =
  {
    {"arrowup.png"}
  }
  stock["gtk-go-down"] =
  {
    {"arrowdown.png"}
  }
  stock["gtk-go-back"] =
  {
    {"arrowleft.png"}
  }
  stock["gtk-go-forward"] =
  {
    {"arrowright.png"}
  }
  stock["gtk-jump-to"] =
  {
    {"sortdown.png"}
  }
}

# Default theme that will use as a base for other ones
style "gcDefault" = "gcStocks"
{
  # Menu bar shadows drawn around it
  GtkMenuBar::shadow_type = GTK_SHADOW_ETCHED_IN
  # Tool bar shadows drawn around it
  GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
  # Frame bar shadows drawn around it
  GtkFrame::shadow_type = GTK_SHADOW_ETCHED_IN
  # Notebook shadows drawn around it
  GtkNotebook::shadow_type = GTK_SHADOW_ETCHED_IN
  # How toolbar buttons should be displayed
  GtkToolbar::button_relief = GTK_RELIEF_NONE
  # Background color for even rows in lists
  GtkTreeView::even_row_color = "#ffffff"
  # Background color for odd rows in lists
  GtkTreeView::odd_row_color = "#f0f0f0"
  # Sized for the handle used to resize the panel
  GtkPaned::handle_size = 8
  xthickness = 2
  ythickness = 2

  # Define default background colors for all states
  bg[NORMAL] = "#f0f0f0"
  bg[PRELIGHT] = "#999999"
  bg[ACTIVE] = "#999999"
  bg[INSENSITIVE] = "#f0f0f0"
  bg[SELECTED] = "#999999"

  # Define default foreground colors for all states
  fg[NORMAL] = "#000000"
  fg[PRELIGHT] = "#000000"
  fg[ACTIVE] = "#000000"
  fg[INSENSITIVE] = "#ffffff"
  fg[SELECTED] = "#ffffff"
  
  # Define default text (in edit boxes) colors for all states
  text[SELECTED] = "#000000"
  
  # Define default background (in edit boxes) colors for all states
  base[NORMAL] = "#ffffff"
  base[ACTIVE] = "#d3d3d3"
  base[SELECTED] = "#d3d3d3"
  base[PRELIGHT] = "#d3d3d3"
  base[INSENSITIVE] = "#ffffff"
  
  # This engine is used to replace various widgets with pictures
  engine "pixmap"
  {
    # Will replace all boxes with this picture
    image
    {
    	function	= BOX
		recolorable	= TRUE
		file		= "box.png"
		border      = { 1,1,1,1 }
		stretch		= TRUE
	}
    # Will replace all shadows with this picture
    image
    {
    	function	= SHADOW
		recolorable	= TRUE
		file		= "box.png"
		border      = { 1,1,1,1 }
		stretch		= TRUE
	}
	
	# Replaces all the arrows used in widgets with these pictures.
	image
    {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "arrowup.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= UP
    }
    image
    {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "arrowdown.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= DOWN
     }
    image
    {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "arrowleft.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= LEFT
     }
    image
    {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "arrowright.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= RIGHT
     }
 
  }

}
# Used for menu bar
style "gcMenubar" = "gcDefault"
{
  bg[NORMAL] = "#f0f0f0"
}
# Used for tool bar
style "gcToolbar" = "gcDefault"
{
  bg[NORMAL] = "#d7d7ed"
}
# Used for tool bar buttons
style "gcToolbarButton" = "gcDefault"
{
  bg[PRELIGHT] = "#d7d7ed"
  bg[ACTIVE] = "#d3d3d3"
  bg[NORMAL] = "#d7d7ed"
  engine "pixmap"
  {
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = PRELIGHT
	  shadow          = OUT
	  file            = "box.png"
	  border          = {1, 1, 1, 1}
	  stretch         = TRUE
    }
  }
}
style "gcToolbarToggleButton" = "toolbarButton"
{
  bg[PRELIGHT] = "#e7e7ff"
}
# Used for all displayed buttons
style "gcButton" = "gcDefault"
{
  fg[ACTIVE] = "#000000"
  
  # Different pictures for different states
  engine "pixmap"
  {
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = NORMAL
	  shadow          = OUT
	  file            = "box2.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = PRELIGHT
	  shadow          = IN
	  file            = "box3.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = PRELIGHT
	  shadow          = OUT
	  file            = "box3.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = ACTIVE
	  shadow          = IN
	  file            = "active.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = SELECTED
	  shadow          = IN
	  file            = "active.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = INSENSITIVE
	  shadow          = OUT
	  file            = "active.png"
	  border          = {4, 4, 3, 3}
	  stretch         = TRUE
    }
  }
}
style "gcCheckButton" = "gcButton"
{
  fg[PRELIGHT] = "#000000"
  fg[NORMAL] = "#000000"
  fg[ACTIVE] = "#000000"
  fg[SELECTED] = "#000000"

  bg[PRELIGHT] = "#d3d3d3"

  # Use defined pictures for check boxes
  engine "pixmap"
  {
	image
	{
		function        = CHECK
		recolorable     = TRUE
		shadow          = OUT
		overlay_file    = "unchecked.png"
		overlay_stretch = FALSE
	}
    image
    {
		function        = CHECK
		recolorable     = TRUE
		shadow          = IN
		overlay_file    = "checked.png"
		overlay_stretch = FALSE
    }
  }
}

# For radio button
style "gcRadioButton" = "gcButton"
{
  fg[PRELIGHT] = "#2e3766"
  fg[NORMAL] = "#732c7c"
  fg[ACTIVE] = "#732c7c"
  fg[SELECTED] = "#732c7c"

  bg[PRELIGHT] = "#cccce5"

  # Use defined pictures for check boxes
  engine "pixmap"
  {
	image
	{
		function        = OPTION
		recolorable     = TRUE
		shadow          = OUT
		overlay_file    = "radiounchecked.png"
		overlay_stretch = FALSE
	}
    image
    {
		function        = OPTION
		recolorable     = TRUE
		shadow          = IN
		overlay_file    = "radiochecked.png"
		overlay_stretch = FALSE
    }
    image
    {
		function	= FLAT_BOX
		recolorable	= TRUE
		file		= "box.png"
		border		= {0,0,0,0}
		stretch		= TRUE
    }
  }
}

style "gcLabel" = "gcDefault"
{
  fg[NORMAL] = "#000000"
  font_name = "Sans Bold"
}
# Notebooks are defined with this style
style "gcTabs" = "gcDefault"
{
  bg[NORMAL] = "#f0f0f0"
  #bg[ACTIVE] = "#f0f0f0"
  bg[ACTIVE] = "#f0f0f0"
  fg[ACTIVE] = "#999999"
  
  engine "pixmap"
  {
    # top background tabs
	image
	{
		function = EXTENSION
		state = ACTIVE
		gap_side = BOTTOM
		file = "box2.png"
		border = {2,2,2,2}
		stretch = TRUE
	}
	# top foreground tab
	image
	{
		function = EXTENSION
		gap_side = BOTTOM
		file = "box2.png"
		border = {2,2,2,2}
		stretch = TRUE
	}
    # left background tabs
	image
	{
		function = EXTENSION
		state = ACTIVE
		gap_side = RIGHT
		file = "active.png"
		border = {0,0,0,0}
		stretch = TRUE
	}
	# left foreground tab
	image
	{
		function = EXTENSION
		gap_side = RIGHT
		file = "vertical.png"
		border = {2,2,0,0}
		stretch = TRUE
	}
		
	# tabs on top
	image
	{
		function = BOX_GAP
		gap_side = TOP
		file = "tab_corner.png"
		border = {1,1,1,1}
		stretch = TRUE
	}
	# tabs on left
	image
	{
		function = BOX_GAP
		gap_side = LEFT
		file = "tab_corner.png"
		border = {1,1,1,1}
		stretch = TRUE
	}
  }
}
style "gcFrame" = "gcDefault"
{
  bg[INSENSITIVE] = "#f3f3f3"
  bg[NORMAL] = "#999999"
  bg[ACTIVE] = "#f3f3f3"
  bg[SELECTED] = "#f3f3f3"
  bg[PRELIGHT] = "#f3f3f3"
  # Remove all global theme definition
  engine ""
  {
  }
}
# Redefine horizontal scrollbars
style "gcHscroll" = "gcFrame"
{
  engine "pixmap"
  {
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = NORMAL
	  shadow          = OUT
	  file            = "horizontal.png"
	  border          = {2, 2, 2, 2}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = PRELIGHT
	  shadow          = OUT
	  file            = "horizontal_hover.png"
	  border          = {2, 2, 2, 2}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = ACTIVE
	  shadow          = IN
	  file            = "bghonrizontalscroll.png"
	  border          = {4, 4, 4, 4}
	  stretch         = TRUE
    }
  }
}
# Redefine vertical scrollbars
style "gcVscroll" = "gcFrame"
{
  engine "pixmap"
  {
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = NORMAL
	  shadow          = OUT
	  file            = "vertical.png"
	  border          = {2, 2, 2, 2}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = PRELIGHT
	  shadow          = OUT
	  file            = "vertical_hover.png"
	  border          = {2, 2, 2, 2}
	  stretch         = TRUE
    }
    image 
    {
      function        = BOX
	  recolorable     = TRUE
	  state           = ACTIVE
	  shadow          = IN
	  file            = "bgverticalscroll.png"
	  border          = {0, 0, 0, 0}
	  stretch         = TRUE
    }
  }
}
# Used for lists
style "gcTreeView" = "default"
{
  text[NORMAL] = "#000000"
  text[SELECTED] = "#000000"
  text[ACTIVE] = "#000000"
  text[INSENSITIVE] = "#000000"
  text[PRELIGHT] = "#000000"
  base[NORMAL] = "#ffffff"
  base[SELECTED] = "#d3d3d3"
  base[ACTIVE] = "#ffffff"
  base[INSENSITIVE] = "#ffffff"
  base[PRELIGHT] = "#ffffff"
}
# Used for spin buttons
style "gcSpin" = "default"
{
  engine "pixmap"
  {
      image
      {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "spinup.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= UP
      }
      image
      {
		function	= ARROW
		recolorable	= TRUE
		overlay_file	= "spindown.png"
		overlay_border	= { 0, 0, 0, 0 }
		overlay_stretch	= FALSE
		arrow_direction	= DOWN
      }
  
  }
}


style "gctooltips" = "default"
{
  bg[NORMAL] = "#ffffdc"
}



#For sliders
style "gcSlider" = "default"
{
	engine "pixmap" {
		# TROUGH NORMAL
		image {
			function = BOX
			recolorable	= FALSE
			detail		= "trough"
			file		= "box.png"
			border		= {1,1,1,1}
			stretch		= TRUE
			orientation	= HORIZONTAL
		}
		# SLIDER NORMAL
	    image {
			function	= SLIDER
			recolorable	= FALSE
			state		= NORMAL
			file		= "box2.png"
			border		= {2,2,2,2}
			stretch		= TRUE
			orientation	= HORIZONTAL
		}
		# SLIDER PRELIGHT
		image {
			function	= SLIDER
			recolorable	= FALSE
			state		= PRELIGHT
			file		= "box3.png"
			border		= {2,2,2,2}
			stretch		= TRUE
			orientation	= HORIZONTAL
		}
		# SLIDER INSENSITIVE
		image {
			function	= SLIDER
			recolorable	= FALSE
			state		= INSENSITIVE
			file		= "active.png"
			border		= {0,0,0,0}
			stretch		= TRUE
			orientation	= HORIZONTAL
		}
	}
}

# Associates previously defined styles to widgets

# Default rule
widget "*" style "gcDefault"

widget "*GCMenubar" style "gcMenubar"
widget "*GCToolbar" style "gcToolbar"
widget "*GCToolbar.*GtkButton" style : highest "gcToolbarButton"
widget "*GCToolbar.*GtkToggleButton" style "gcToolbarToggleButton"
class "GtkImage" style "gcStocks"
class "GtkButton" style : highest "gcButton"
widget "*GtkButton.*" style : highest "gcButton"
class "*Scale*" style : highest "gcSlider"
widget "*GCMoviesTextList" style : highest "gcTreeView"
widget "*GCMoviesDetailsList" style : highest "gcTreeView"
widget "*GtkTreeView.*GtkButton" style :highest "gcButton"
class "GtkCheckButton" style : highest "gcCheckButton"
class "GtkCheckMenuItem" style : highest "gcCheckButton"
widget "*GtkCheckButton.*" style : highest "gcCheckButton"
class "GtkRadioButton" style : highest "gcRadioButton"
class "GtkRadioMenuItem" style : highest "gcRadioButton"
class "GtkPaned" style "gcFrame"
class "GtkFrame" style : highest "gcFrame"
class "GtkNotebook" style : highest "gcTabs"
widget "*GCInfoTabs.*GtkLabel" style "gcLabel"
class "GtkHScrollbar" style : highest "gcHscroll"
class "GtkVScrollbar" style : highest "gcVscroll"
class "GtkSpinButton" style : highest "gcSpin"
widget "gtk-tooltips" style "gctooltips"