Commit 98e11285 authored by Alexandra Panyukova's avatar Alexandra Panyukova

some new colors changed to gray

parent e7cced1c
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312 Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312 Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312 Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
...@@ -44,9 +44,9 @@ mainmenu.selected.fg=0x@DARK_LABELS@ ...@@ -44,9 +44,9 @@ mainmenu.selected.fg=0x@DARK_LABELS@
bootopt.label.fg=0x@LIGHT_COLOR_HEX@ bootopt.label.fg=0x@LIGHT_COLOR_HEX@
bootopt.text.fg=0x@DARK_LABELS_HEX@ bootopt.text.fg=0x@DARK_LABELS_HEX@
; progress bar color ; progress bar color
progress.bar.color=0x@PROGRESS_COLOR@ progress.bar.color=0x@MIDDLE_COLOR_HEX@
; menu colors ; menu colors
menu.normal.bg=0xd8deed menu.normal.bg=0x798491
menu.normal.fg=0x@DARK_LABELS_HEX@ menu.normal.fg=0x@DARK_LABELS_HEX@
menu.selected.bg=0x798491 menu.selected.bg=0x798491
menu.selected.fg=0x@LIGHT_LABELS_HEX@ menu.selected.fg=0x@LIGHT_LABELS_HEX@
...@@ -54,13 +54,13 @@ menu.selected.fg=0x@LIGHT_LABELS_HEX@ ...@@ -54,13 +54,13 @@ menu.selected.fg=0x@LIGHT_LABELS_HEX@
window.bg=0xd8deed window.bg=0xd8deed
window.fg=0x000000 window.fg=0x000000
window.title.bg=0x@TITLE_COLOR@ window.title.bg=0x@TITLE_COLOR@
window.title.fg=0xffffff window.title.fg=0x@DARK_LABELS_HEX@
window.title.error.bg=0xc00000 window.title.error.bg=0xc00000
; help system colors ; help system colors
help.link.fg=0x0000a0 help.link.fg=0x@DARK_COLOR_HEX@
help.link.selected.fg=0xffffff help.link.selected.fg=0xffffff
help.link.selected.bg=0x0000a0 help.link.selected.bg=0x@DARK_COLOR_HEX@
help.highlight.fg=0x009000 help.highlight.fg=0x@DARK_COLOR_HEX@
; panel colors ; panel colors
panel.fg=0x000000 panel.fg=0x000000
panel.title.fg=0x5c6570 panel.title.fg=0x5c6570
......
...@@ -32,10 +32,10 @@ box silent noover 99 387 701 378 #CBCBCC60 ...@@ -32,10 +32,10 @@ box silent noover 99 387 701 378 #CBCBCC60
box silent inter 100 371 100 377 #@INACTIVE_COLOR@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 700 377 #@INACTIVE_COLOR@ box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@PROGRESS_COLOR@ box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@
box silent 100 377 700 387 #@PROGRESS_COLOR@ box silent 100 377 700 387 #@MIDDLE_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
...@@ -31,10 +31,10 @@ box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760 ...@@ -31,10 +31,10 @@ box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 99 387 541 378 #CBCBCC60 box silent noover 99 387 541 378 #CBCBCC60
box silent inter 100 371 100 377 #@INACTIVE_COLOR@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 540 377 #@INACTIVE_COLOR@ box silent 100 371 540 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@PROGRESS_COLOR@ box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@
box silent 100 377 540 387 #@PROGRESS_COLOR@ box silent 100 377 540 387 #@MIDDLE_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
...@@ -32,10 +32,10 @@ box silent noover 99 387 701 378 #CBCBCC60 ...@@ -32,10 +32,10 @@ box silent noover 99 387 701 378 #CBCBCC60
box silent inter 100 371 100 377 #@INACTIVE_COLOR@ box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
box silent 100 371 700 377 #@INACTIVE_COLOR@ box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
box silent inter 100 377 100 387 #@PROGRESS_COLOR@ box silent inter 100 377 100 387 #@MIDDLE_COLOR_HEX@
box silent 100 377 700 387 #@PROGRESS_COLOR@ box silent 100 377 700 387 #@MIDDLE_COLOR_HEX@
trigger "isdown" quit trigger "isdown" quit
......
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] ) AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=`./fetch_color selectBackground` PROGRESS_COLOR=`./fetch_color selectBackground` //MIDDLE_COLOR_DEC
TITLE_COLOR=`./fetch_color handle` TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg` INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
LIGHT_COLOR_HEX=DFDFFE0 LIGHT_COLOR_HEX=DFDFFE0
......
...@@ -80,7 +80,7 @@ div#pane { ...@@ -80,7 +80,7 @@ div#pane {
} }
div#team { div#team {
background: #@LIGHT_COLOR_HEX@; background: #@MIDDLE_COLOR_HEX@;
width: 100%; width: 100%;
text-align: center; text-align: center;
margin: 0px; margin: 0px;
......
...@@ -17,7 +17,7 @@ inactiveBlend=242,241,241 ...@@ -17,7 +17,7 @@ inactiveBlend=242,241,241
inactiveForeground=183,183,183 inactiveForeground=183,183,183
inactiveFrame=149,201,212 inactiveFrame=149,201,212
inactiveHandle=149,201,212 inactiveHandle=149,201,212
inactiveTitleBtnBg=149,201,212 inactiveTitleBtnBg=@LIGHT_COLOR_DEC@
linkColor=0,0,192 linkColor=0,0,192
selectBackground=@MIDDLE_COLOR_DEC@ selectBackground=@MIDDLE_COLOR_DEC@
selectForeground=255,255,255 selectForeground=255,255,255
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment