update installer colors and logo

This commit is contained in:
Manuel 2023-03-17 11:19:20 -01:00
parent 96c8f9a957
commit f5a8bf97f3
3 changed files with 12 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -27,19 +27,19 @@ style "clearlooks-default"
fg[NORMAL] = "#000000" # black fg[NORMAL] = "#000000" # black
fg[PRELIGHT] = "#000000" # black fg[PRELIGHT] = "#000000" # black
fg[SELECTED] = "#ffffff" # white fg[SELECTED] = "#d1d1d1" # white
fg[ACTIVE] = "#000000" # black fg[ACTIVE] = "#000000" # black
fg[INSENSITIVE] = "#b5b3ac" # dark beige fg[INSENSITIVE] = "#b5b3ac" # dark beige
bg[NORMAL] = "#ede9e3" bg[NORMAL] = "#ede9e3"
bg[PRELIGHT] = "#f9f7f3" # very light beige bg[PRELIGHT] = "#d9d9d9" # very light beige
# bg[SELECTED] = "#d60052" # Debian red # bg[SELECTED] = "#d60052" # Debian red
bg[SELECTED] = "#298d85" # emerald lighter colour bg[SELECTED] = "#fb7575" # emerald lighter colour
bg[INSENSITIVE] = "#efebe5" # beige bg[INSENSITIVE] = "#444444" # beige
bg[ACTIVE] = "#dcd4c9" #"#d7d3ca" # dark beige bg[ACTIVE] = "#b5b3ac" #"#d7d3ca" # dark beige
base[NORMAL] = "#ffffff" # white base[NORMAL] = "#d1d1d1" # white
base[PRELIGHT] = "#5f8ec4" # dark beige base[PRELIGHT] = "#b5b3ac" # dark beige
# base[ACTIVE] = "#b20044" # Debian darker red # base[ACTIVE] = "#b20044" # Debian darker red
base[ACTIVE] = "#05475c" # emerald darker colour base[ACTIVE] = "#05475c" # emerald darker colour
# base[SELECTED] = "#d60052" # Debian red # base[SELECTED] = "#d60052" # Debian red
@ -48,8 +48,8 @@ style "clearlooks-default"
text[NORMAL] = "#000000" # black text[NORMAL] = "#000000" # black
text[PRELIGHT] = "#000000" # black text[PRELIGHT] = "#000000" # black
text[ACTIVE] = "#ffffff" # white text[ACTIVE] = "#d1d1d1" # white
text[SELECTED] = "#ffffff" # white text[SELECTED] = "#d1d1d1" # white
text[INSENSITIVE] = "#b5b3ac" # dark beige text[INSENSITIVE] = "#b5b3ac" # dark beige
engine "clearlooks" engine "clearlooks"
@ -77,9 +77,9 @@ style "clearlooks-wider" = "clearlooks-default"
style "clearlooks-button" = "clearlooks-wider" style "clearlooks-button" = "clearlooks-wider"
{ {
bg[NORMAL] = "#f6f4f1" bg[NORMAL] = "#dcdbd8"
bg[INSENSITIVE] = "#f2efeb" bg[INSENSITIVE] = "#f2efeb"
bg[PRELIGHT] = "#faf9f8" bg[PRELIGHT] = "#f3f2f2"
} }
style "clearlooks-notebook" = "clearlooks-wide" style "clearlooks-notebook" = "clearlooks-wide"
@ -122,7 +122,7 @@ style "clearlooks-tree" = "clearlooks-default"
style "clearlooks-frame-title" = "clearlooks-default" style "clearlooks-frame-title" = "clearlooks-default"
{ {
fg[NORMAL] = "#404040" fg[NORMAL] = "#444444"
} }
style "clearlooks-tooltips" = "clearlooks-default" style "clearlooks-tooltips" = "clearlooks-default"