From 40d18f2ed9c6970c357b96c76dfa2024bd2e0dc8 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 15 Feb 2001 13:25:00 +0000 Subject: added png images --- perl-install/share/ftin.png | Bin 0 -> 190 bytes perl-install/share/ftout.png | Bin 0 -> 190 bytes perl-install/share/help.png | Bin 0 -> 4625 bytes perl-install/share/logo-mandrake.png | Bin 0 -> 4675 bytes perl-install/share/reload.png | Bin 0 -> 157 bytes perl-install/share/rpm-base.png | Bin 0 -> 386 bytes perl-install/share/rpm-installed.png | Bin 0 -> 344 bytes perl-install/share/rpm-selected.png | Bin 0 -> 344 bytes perl-install/share/rpm-semiselected.png | Bin 0 -> 238 bytes perl-install/share/rpm-unselected.png | Bin 0 -> 123 bytes perl-install/share/themes-mdk.rc | 40 ++++++++++++++++---------------- 11 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 perl-install/share/ftin.png create mode 100644 perl-install/share/ftout.png create mode 100644 perl-install/share/help.png create mode 100644 perl-install/share/logo-mandrake.png create mode 100644 perl-install/share/reload.png create mode 100644 perl-install/share/rpm-base.png create mode 100644 perl-install/share/rpm-installed.png create mode 100644 perl-install/share/rpm-selected.png create mode 100644 perl-install/share/rpm-semiselected.png create mode 100644 perl-install/share/rpm-unselected.png diff --git a/perl-install/share/ftin.png b/perl-install/share/ftin.png new file mode 100644 index 000000000..3cec3c194 Binary files /dev/null and b/perl-install/share/ftin.png differ diff --git a/perl-install/share/ftout.png b/perl-install/share/ftout.png new file mode 100644 index 000000000..d821716eb Binary files /dev/null and b/perl-install/share/ftout.png differ diff --git a/perl-install/share/help.png b/perl-install/share/help.png new file mode 100644 index 000000000..3720c4825 Binary files /dev/null and b/perl-install/share/help.png differ diff --git a/perl-install/share/logo-mandrake.png b/perl-install/share/logo-mandrake.png new file mode 100644 index 000000000..92d271b13 Binary files /dev/null and b/perl-install/share/logo-mandrake.png differ diff --git a/perl-install/share/reload.png b/perl-install/share/reload.png new file mode 100644 index 000000000..26d503283 Binary files /dev/null and b/perl-install/share/reload.png differ diff --git a/perl-install/share/rpm-base.png b/perl-install/share/rpm-base.png new file mode 100644 index 000000000..c74fec0ff Binary files /dev/null and b/perl-install/share/rpm-base.png differ diff --git a/perl-install/share/rpm-installed.png b/perl-install/share/rpm-installed.png new file mode 100644 index 000000000..10a032fd0 Binary files /dev/null and b/perl-install/share/rpm-installed.png differ diff --git a/perl-install/share/rpm-selected.png b/perl-install/share/rpm-selected.png new file mode 100644 index 000000000..49b225b93 Binary files /dev/null and b/perl-install/share/rpm-selected.png differ diff --git a/perl-install/share/rpm-semiselected.png b/perl-install/share/rpm-semiselected.png new file mode 100644 index 000000000..c026805bf Binary files /dev/null and b/perl-install/share/rpm-semiselected.png differ diff --git a/perl-install/share/rpm-unselected.png b/perl-install/share/rpm-unselected.png new file mode 100644 index 000000000..221acbceb Binary files /dev/null and b/perl-install/share/rpm-unselected.png differ diff --git a/perl-install/share/themes-mdk.rc b/perl-install/share/themes-mdk.rc index 2a6c93acc..c7a80f216 100644 --- a/perl-install/share/themes-mdk.rc +++ b/perl-install/share/themes-mdk.rc @@ -136,12 +136,12 @@ style "window" style "any" { - base[NORMAL] = { 0.75, 0, 0.4 } - bg[NORMAL] = { 0.75, 0, 0.4 } - bg[INSENSITIVE] = { 1, 0.6, 0.75 } - base[INSENSITIVE]={ 1, 0.6, 0.75 } - bg[ACTIVE] = { 1, 0.6, 0.75 } - bg[PRELIGHT] = { 0.75, 0.2, 0.6 } + base[NORMAL] = { 0.2, 0.2, 0.4 } + bg[NORMAL] = { 0.2, 0.2, 0.4 } + bg[INSENSITIVE] = { 0.6, 0.6, 0.8 } + base[INSENSITIVE]={ 0.6, 0.6, 0.8 } + bg[ACTIVE] = { 0.6, 0.6, 0.8 } + bg[PRELIGHT] = { 0.4, 0.4, 0.6 } text[NORMAL] = { 1.0, 1.0, 1.0 } fg[NORMAL] = { 1.0, 1.0, 1.0 } @@ -151,17 +151,17 @@ style "any" fg[PRELIGHT] = { 0.8, 0.8, 1.0 } bg[SELECTED] = { 1.0, 1.0, 1.0 } - fg[SELECTED] = { 0.75, 0, 0.4 } + fg[SELECTED] = { 0.2, 0.2, 0.4 } } style "drawing" { - base[NORMAL] = { 1, 0.6, 0.75 } - bg[NORMAL] = { 0.75, 0.2, 0.6 } - bg[INSENSITIVE] = { 0.75, 0, 0.4 } - base[INSENSITIVE]={ 0.75, 0, 0.4 } - bg[ACTIVE] = { 0.75, 0, 0.4 } - bg[PRELIGHT] = { 0.75, 0.2, 0.6 } + base[NORMAL] = { 0.6, 0.6, 0.8 } + bg[NORMAL] = { 0.4, 0.4, 0.6 } + bg[INSENSITIVE] = { 0.2, 0.2, 0.4 } + base[INSENSITIVE]={ 0.2, 0.2, 0.4 } + bg[ACTIVE] = { 0.2, 0.2, 0.4 } + bg[PRELIGHT] = { 0.4, 0.4, 0.6 } bg[SELECTED] = { 1.0, 1.0, 1.0 } fg[SELECTED] = { 0.1, 0.1, 0.1 } @@ -169,21 +169,21 @@ style "drawing" style "entry" { - base[NORMAL] = { 0.75, 0.2, 0.6 } - base[ACTIVE] = { 0.75, 0.2, 0.6 } + base[NORMAL] = { 0.4, 0.4, 0.6 } + base[ACTIVE] = { 0.4, 0.4, 0.6 } fg[NORMAL] = { 1.0, 1.0, 1.0 } } style "notebook" { - bg[NORMAL] = { 0.75, 0.2, 0.6 } - bg[ACTIVE] = { 0.75, 0, 0.4 } + bg[NORMAL] = { 0.4, 0.4, 0.6 } + bg[ACTIVE] = { 0.2, 0.2, 0.4 } fg[NORMAL] = { 1.0, 1.0, 1.0 } } style "button" = "any" { - bg[NORMAL] = { 0.75, 0.2, 0.6 } + bg[NORMAL] = { 0.4, 0.4, 0.6 } fg[NORMAL] = { 1.0, 1.0, 1.0 } bg[PRELIGHT] = { 0.36, 0.36, 0.56 } fg[PRELIGHT] = { 0.8, 0.8, 1.0 } @@ -191,14 +191,14 @@ style "button" = "any" style "background" { - bg[NORMAL] = { 1, 0.6, 0.75 } + bg[NORMAL] = { 0.6, 0.6, 0.8 } bg[PRELIGHT] = { 0.8, 0.8, 0.99 } } style "steps" { engine "pixmap" { image { function = FLAT_BOX } } - bg[NORMAL] = { 0.75, 0.2, 0.6 } + bg[NORMAL] = { 0.4, 0.4, 0.6 } fg[NORMAL] = { 1.0, 1.0, 1.0 } } -- cgit v1.2.1