File: solfege.gtkrc

package info (click to toggle)
solfege 3.16.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 34,472 kB
  • ctags: 5,287
  • sloc: python: 22,642; xml: 14,196; ansic: 4,682; makefile: 621; sh: 287
file content (40 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download
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
# Solfege - ear training for GNOME
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006  Tom Cato Amundsen
# License is GPL, see file COPYING

style "SerifMedium" { font_name = "Serif 18" }

style "TextMedium" { font_name = "Sans 18" }
style "TextSmall" { font_name = "Sans 12" }
style "bold-r" { font_name = "Bold" }
style "BoldStyle" { font_name = "Bold" }
style "Heading1" { font_name = "Sans 24" }
style "Heading2" { font_name = "Sans 18" }
style "Heading3" { font_name = "Sans 16" }
style "Heading4" { font_name = "Sans Bold 12" }
style "Heading5" { font_name = "Sans Bold 10" }

style "BpmInactiveLabel" { font_name = "Sans 12" }
style "BpmActiveLabel" { font_name = "Sans Bold 12" }

widget "*.StatisticsH1" style "Heading4"
widget "*.StatisticsH2" style "Heading5"
widget "*.BoldText" style "bold-r"
widget "*.Heading1" style "Heading1"
widget "*.Heading2" style "Heading2"
widget "*.Heading3" style "Heading3"
widget "*.Feedback" style "TextMedium"
widget "*.ProgressionLabelNumber" style "TextSmall"
widget "*.ProgressionNameLabel" style "SerifMedium"
widget "*.BpmActiveLabel" style "BpmActiveLabel"
widget "*.BpmInactiveLabel" style "BpmInactiveLabel"
style "warn2" { bg[NORMAL] = "red" }
widget "*.DIALOGWARNING2" style "warn2"
style "warn" { bg[NORMAL] = "yellow" }
widget "*.DIALOGWARNING" style "warn"

style "bigred" { 
 fg[NORMAL] = "red"
 font_name = "Sans Bold 24"
 }
widget "*.DEBUGWARNING" style "bigred"