~ubuntu-branches/ubuntu/saucy/solfege/saucy

« back to all changes in this revision

Viewing changes to solfege.gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Tom Cato Amundsen
  • Date: 2010-03-28 06:34:28 UTC
  • mfrom: (1.1.10 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100328063428-wg2bqvoce2aq4xfb
Tags: 3.15.9-1
* New upstream release.
* Redo packaging. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
widget "*.ProgressionNameLabel" style "SerifMedium"
29
29
widget "*.BpmActiveLabel" style "BpmActiveLabel"
30
30
widget "*.BpmInactiveLabel" style "BpmInactiveLabel"
 
31
style "warn2" { bg[NORMAL] = "red" }
 
32
widget "*.DIALOGWARNING2" style "warn2"
 
33
style "warn" { bg[NORMAL] = "yellow" }
 
34
widget "*.DIALOGWARNING" style "warn"
31
35
 
 
36
style "bigred" { 
 
37
 fg[NORMAL] = "red"
 
38
 font_name = "Sans Bold 24"
 
39
 }
 
40
widget "*.DEBUGWARNING" style "bigred"