diff options
| author | navewindre <boneyaard@gmail.com> | 2024-11-01 23:44:58 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-11-01 23:44:58 +0100 |
| commit | 7b3f5c45070fddc5448e20b62992774e1f9d5ef8 (patch) | |
| tree | d54cc178e2641343cfbe7e30478642058bd4b1e6 /themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc | |
| parent | cd659b1eb8532260f830bb438c81e76e224bc7bb (diff) | |
a
Diffstat (limited to 'themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc')
| -rwxr-xr-x | themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc b/themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc deleted file mode 100755 index 0cc7827..0000000 --- a/themes/Mac-OS-9-Platinum-Default/gtk-2.0/menubar.rc +++ /dev/null @@ -1,53 +0,0 @@ -#################### MENUBAR ###### 51 lines ########## - -style "menubar" -{ -# font_name = "11" # custom font size - - xthickness = 0 - ythickness = 0 - -# bg_pixmap[NORMAL] = "Menu/menubar.png" - - fg[NORMAL] = "#000000" - fg[PRELIGHT] = "#ffffff" - fg[INSENSITIVE] = "#DDE4FF" - text[NORMAL] = "#ffffff" - text[ACTIVE] = "#ffffff" - text[PRELIGHT] = "#ffffff" - - engine "pixmap" - { - image - { - function = BOX - state = NORMAL - file = "Menu/menubar.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - image - { - function = BOX - state = INSENSITIVE - file = "Menu/menubar.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - image - { - function = BOX - recolorable = TRUE - state = PRELIGHT - file = "Menu/menubar-selected.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - } -} - -class "GtkMenuBar*" style "menubar" -widget_class "*MenuBar.*" style "menubar" -#widget_class "*MenuBar.*MenuItem*" style "menubar" ## uncomment if you don't use global-menubar - - |
