# --- windows style "window" { bg_pixmap[NORMAL] = "bg5.png" bg_pixmap[PRELIGHT] = "bg5.png" bg_pixmap[ACTIVE] = "" bg[NORMAL] = { 0.5, 0.5, 0.5 } bg[PRELIGHT] = { 0.5, 0.5, 0.5 } bg[ACTIVE] = { 0.5, 0.5, 0.5 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 0.0, 0.0, 0.0 } font_name = "Sans Bold 10" } style "main_window" = "window" { bg_pixmap[NORMAL] = "bg2.png" } style "plugin_scrwin" = "window" { bg_pixmap[NORMAL] = "" bg[NORMAL] = { 0.8, 0.8, 0.9 } } widget "*GtkWindow*" style "window" widget "*Dialog*" style "window" widget "*FileSelection*" style "window" widget "*playlist_window*" style "window" widget "*main_window" style "main_window" # --- common widgets style "button" { bg_pixmap[NORMAL] = "bg1.png" bg_pixmap[PRELIGHT] = "bg6.png" bg_pixmap[ACTIVE] = "bg3.png" bg[NORMAL] = { 0.5, 0.55, 0.5 } bg[PRELIGHT] = { 0.5, 0.55, 0.55 } bg[ACTIVE] = { 0.55, 0.5, 0.5 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 0.0, 0.0, 0.0 } font_name = "Sans Bold 10" } style "view" { text[NORMAL] = { 0.0, 0.0, 0.0 } text[SELECTED] = { 0.0, 0.0, 0.0 } text[ACTIVE] = { 0.0, 0.0, 0.0 } base[NORMAL] = { 0.95, 1.0, 0.95 } base[SELECTED] = { 0.643, 0.875, 1.0 } base[ACTIVE] = { 0.737, 0.824, 0.933 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[SELECTED] = { 0.643, 0.875, 1.0 } } style "scrollbar" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "" bg[NORMAL] = { 0.5, 0.5, 0.6 } bg[PRELIGHT] = { 0.55, 0.55, 0.65 } bg[ACTIVE] = { 0.8, 0.8, 0.9 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 0.0, 0.0, 0.0 } } style "scrolledwin" = "scrollbar" { bg[NORMAL] = { 0.6, 0.6, 0.65 } } style "progressbar" { bg[NORMAL] = { 1.0, 1.0, 1.0 } bg[PRELIGHT] = { 0.55, 0.55, 0.65 } } style "notebook" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg[NORMAL] = { 0.6, 0.6, 0.65 } bg[PRELIGHT] = { 0.7, 0.7, 0.75 } bg[ACTIVE] = { 0.55, 0.5, 0.5 } } style "entry" = "view" { font_name = "Lucida 12" } style "combo_box" { text[NORMAL] = { 0.0, 0.0, 0.0 } text[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[NORMAL] = { 0.0, 0.0, 0.0 } } style "menu" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg[NORMAL] = { 0.7, 0.7, 0.75 } bg[PRELIGHT] = { 0.8, 0.8, 0.83 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } text[NORMAL] = { 0.0, 0.0, 0.0 } text[PRELIGHT] = { 0.0, 0.0, 0.0 } font_name = "Sans Bold 10" } style "spin_button" = "button" { text[NORMAL] = { 0.0, 0.0, 0.0 } text[SELECTED] = { 0.0, 0.0, 0.0 } text[ACTIVE] = { 0.0, 0.0, 0.0 } base[NORMAL] = { 0.95, 1.0, 0.95 } base[SELECTED] = { 0.643, 0.875, 1.0 } base[ACTIVE] = { 0.737, 0.824, 0.933 } } style "scale" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "scale_bg.png" bg[NORMAL] = { 0.4, 0.4, 0.5 } bg[PRELIGHT] = { 0.45, 0.45, 0.55 } bg[ACTIVE] = { 0.5, 0.5, 0.5 } fg[NORMAL] = { 0.6, 0.6, 0.6 } } style "loop_bar" { bg_pixmap[NORMAL] = "scale_bg.png" bg[NORMAL] = { 0.8, 0.8, 0.8 } bg[ACTIVE] = { 0.2, 0.2, 0.2 } bg[SELECTED] = { 0.6, 0.6, 0.6 } fg[NORMAL] = { 0.4, 0.4, 0.5 } fg[PRELIGHT] = { 0.45, 0.45, 0.55 } } style "viewport" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "" bg[NORMAL] = { 0.5, 0.5, 0.5 } bg[PRELIGHT] = { 0.5, 0.5, 0.5 } bg[ACTIVE] = { 0.5, 0.5, 0.5 } } style "nostyle" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "" fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 0.0, 0.0, 0.0 } } widget "*ScrolledWindow*" style "scrolledwin" widget "*plugin_scrwin*" style "plugin_scrwin" widget "*TreeView*" style "view" widget "*TextView*" style "view" widget "*List*" style "view" widget "*Notebook" style "notebook" widget "*Scrollbar*" style "scrollbar" widget "*Separator*" style "scrollbar" widget "*Progress*" style "progressbar" widget "*OptionMenu*" style "button" widget "*Menu*" style "menu" widget "*EventBox*" style "notebook" widget "*SpinButton*" style "spin_button" widget "*Scale*" style "scale" widget "*AqualungLoopBar*" style "loop_bar" widget "*Button*" style "button" widget "*GtkEntry*" style "entry" widget "*Combo*" style "combo_box" widget "*nostyle" style "nostyle" # --- checkbutton widget "*check_on_window" style "window" widget "*check_on_notebook" style "notebook" # --- main window style "time_viewport" = "viewport" { bg_pixmap[NORMAL] = "bg2.png" } style "title_viewport" = "viewport" { bg_pixmap[NORMAL] = "bg4.png" } style "info_viewport" = "title_viewport" { } style "big_timer_label" { fg[NORMAL] = { 0.0 , 0.1, 0.2 } font_name = "Courier 19" } style "small_timer_label" { fg[NORMAL] = { 0.0 , 0.0, .0 } font_name = "Courier 11" } style "label_title" { fg[NORMAL] = { 0.0 , 0.0, 0.2 } font_name = "Sans Bold 12" } style "label_info" { fg[NORMAL] = { 0.075 , 0.075, 0.0 } font_name = "Sans 8" } style "scale_pos" = "scale" { GtkScale::slider-length = 31 } style "scale_vol" = "scale" { GtkScale::slider-length = 11 } style "scale_bal" = "scale" { GtkScale::slider-length = 11 } widget "*time_viewport" style "time_viewport" widget "*title_viewport" style "title_viewport" widget "*info_viewport" style "info_viewport" widget "*big_timer_label" style "big_timer_label" widget "*small_timer_label" style "small_timer_label" widget "*label_title" style "label_title" widget "*label_info" style "label_info" widget "*scale_pos" style "scale_pos" widget "*scale_vol" style "scale_vol" widget "*scale_bal" style "scale_bal" # --- music store style "music_tree" = "view" { fg[NORMAL] = { 0.0, 0.0, 1.0 } fg[PRELIGHT] = { 0.0, 0.0, 1.0 } font_name = "Lucida 12" } style "comment_view" = "view" { font_name = "Lucida 10" } widget "*music_tree" style "music_tree" widget "*comment_view" style "comment_view" # --- playlist style "play_list" = "view" { fg[NORMAL] = { 0.0, 0.0, 1.0 } fg[PRELIGHT] = { 0.0, 0.0, 1.0 } fg[SELECTED] = { 1.0, 0.0, 0.0 } fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } font_name = "Lucida 12" } style "playlist_color" { fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 0.0, 0.0, 0.0 } fg[SELECTED] = { 1.0, 0.0, 0.0 } fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } } style "playlist_tab_close_button" = "button" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "" bg[PRELIGHT] = { 0.75, 0.23, 0.27 } bg[ACTIVE] = { 0.45, 0.15, 0.15 } } style "playlist_tab_label" { font_name = "Sans 10" } widget "*play_list" style "play_list" widget "*playlist_color_indicator*" style "playlist_color" widget "*playlist_tab_label*" style "playlist_tab_label" widget "*playlist_tab_close_button*" style "playlist_tab_close_button" # --- plugins style "plugin_name" { font_name = "Lucida Bold 14" } style "plugin_maker" { font_name = "Lucida Bold 12" } style "plugin_bypass_button" = "button" { bg_pixmap[ACTIVE] = "" bg[ACTIVE] = { 1.0, 0.0, 0.0 } fg[NORMAL] = { 0.0, 0.0, 0.0 } fg[PRELIGHT] = { 0.0, 0.0, 0.0 } fg[ACTIVE] = { 1.0, 1.0, 1.0 } } style "plugin_scale" = "scale" { bg_pixmap[ACTIVE] = "" bg[ACTIVE] = { 0.95, 0.95, 1.0 } } style "plugin_toggled" = "button" { bg_pixmap[NORMAL] = "" bg_pixmap[PRELIGHT] = "" bg_pixmap[ACTIVE] = "" bg[NORMAL] = { 0.6, 0.6, 0.7 } bg[PRELIGHT] = { 0.65, 0.65, 0.75 } bg[ACTIVE] = { 0.7, 0.6, 0.6 } } widget "*plugin_name" style "plugin_name" widget "*plugin_maker" style "plugin_maker" widget "*plugin_bypass_button*" style "plugin_bypass_button" widget "*plugin_scale" style "plugin_scale" widget "*plugin_toggled" style "plugin_toggled" # --- mod info list style "samples_instruments_list" { font_name = "Monospace 10" } widget "*samples_instruments_list" style "samples_instruments_list"