diff options
| author | Johannes Schickel | 2006-06-14 16:29:56 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2006-06-14 16:29:56 +0000 |
| commit | 793151a0aa4c8fe5ee5ce2e312826a361fd80474 (patch) | |
| tree | 8acfda9a3dbdeabad03f5b5599b42fbe96cb5277 /gui/themes | |
| parent | 6fe3d3214d98df513fbe59eb79b7951ee6b0174b (diff) | |
| download | scummvm-rg350-793151a0aa4c8fe5ee5ce2e312826a361fd80474.tar.gz scummvm-rg350-793151a0aa4c8fe5ee5ce2e312826a361fd80474.tar.bz2 scummvm-rg350-793151a0aa4c8fe5ee5ce2e312826a361fd80474.zip | |
Implements new Tab drawing for modern theme (nearlly matches mockups now)
svn-id: r23106
Diffstat (limited to 'gui/themes')
| -rw-r--r-- | gui/themes/modern.ini | 17 | ||||
| -rw-r--r-- | gui/themes/modern.zip | bin | 41087 -> 41239 bytes |
2 files changed, 11 insertions, 6 deletions
diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index 711a5c0857..4531fb3605 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -1,7 +1,7 @@ # $URL$ # $Id$ [theme] -version=15 +version=16 [pixmaps] pix_dialog_corner="dialog_bkgd_corner.bmp" @@ -24,10 +24,10 @@ pix_checkbox_checked="checkbox_checked.bmp" pix_widget_arrow="widget_arrow.bmp" -pix_tab_corner="widget_small_bkgd_corner.bmp" -pix_tab_top="widget_small_bkgd_top.bmp" -pix_tab_left="widget_small_bkgd_left.bmp" -pix_tab_bkgd="widget_small_bkgd.bmp" +pix_tab_corner="tab_bkgd_corner.bmp" +pix_tab_top="button_bkgd_top.bmp" +pix_tab_left="button_bkgd_left.bmp" +pix_tab_bkgd="button_bkgd.bmp" pix_slider_bkgd_corner="button_bkgd_corner.bmp" pix_slider_bkgd_top="button_bkgd_top.bmp" @@ -105,7 +105,12 @@ slider_highlight_start=255 210 200 slider_highlight_end=200 70 50 tab_background_start=246 224 139 -tab_background_end=251 241 206 +tab_background_end=249 238 190 + +tab_active_start=246 224 139 +tab_active_end=249 238 190 +tab_inactive_start=246 224 139 +tab_inactive_end=246 224 139 scrollbar_background_start=247 228 166 scrollbar_background_end=247 228 166 diff --git a/gui/themes/modern.zip b/gui/themes/modern.zip Binary files differindex 628dbc545e..9344f9b1cc 100644 --- a/gui/themes/modern.zip +++ b/gui/themes/modern.zip |
