Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
f1ba02a8
Commit
f1ba02a8
authored
Sep 25, 2013
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set correct color for installer title and gfxboot menu items
Conflicts: components/bootloader/gfxboot.cfg.in
parent
1c020c47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
gfxboot.cfg.in
components/bootloader/gfxboot.cfg.in
+22
-22
design.qss.in
components/browser-qt/design/design.qss.in
+1
-1
No files found.
components/bootloader/gfxboot.cfg.in
View file @
f1ba02a8
...
@@ -23,7 +23,7 @@ talk=0
...
@@ -23,7 +23,7 @@ talk=0
; sound volume (0..100)
; sound volume (0..100)
volume=70
volume=70
; menu background transparency (0..255)
; menu background transparency (0..255)
menu.transparency=
6
0
menu.transparency=
0x2
0
; default font
; default font
font.normal=drs16.fnt
font.normal=drs16.fnt
; main menu font
; main menu font
...
@@ -35,39 +35,39 @@ background=back.jpg
...
@@ -35,39 +35,39 @@ background=back.jpg
; max. visible main menu items
; max. visible main menu items
mainmenu.entries=8
mainmenu.entries=8
; minimal main menu selection bar width
; minimal main menu selection bar width
mainmenu.bar.minwidth=2
80
mainmenu.bar.minwidth=2
94
; main menu selection bar transparency (0..255)
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0
mainmenu.bar.transparency=0
; main menu colors
; main menu colors
mainmenu.bar.color=0x
77b5f2
mainmenu.bar.color=0x
001056
mainmenu.normal.fg=0x
787878
mainmenu.normal.fg=0x
2b328d
mainmenu.selected.fg=0x
e4ecf2
mainmenu.selected.fg=0x
ffffff
; boot option colors
; boot option colors
bootopt.label.fg=0x
000000
bootopt.label.fg=0x
ffffff
bootopt.text.fg=0x
000000
bootopt.text.fg=0x
ffffff
; progress bar color
; progress bar color
progress.bar.color=0x
d4ecfa
progress.bar.color=0x
@MIDDLE_COLOR_HEX@
; menu colors
; menu colors
menu.normal.bg=0x
798491
menu.normal.bg=0x
e9e8e7
menu.normal.fg=0x
ffffff
menu.normal.fg=0x
000000
menu.selected.bg=0x
78787
8
menu.selected.bg=0x
c9c8c
8
menu.selected.fg=0x
ffffff
menu.selected.fg=0x
000000
; window colors
; window colors
window.bg=0x
ffffff
window.bg=0x
d8deed
window.fg=0x000000
window.fg=0x000000
window.title.bg=0x
787878
window.title.bg=0x
@TITLE_COLOR@
window.title.fg=0x
000000
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=0x
@DARK_COLOR_HEX@
help.link.fg=0x
185da0
help.link.selected.fg=0xffffff
help.link.selected.fg=0xffffff
help.link.selected.bg=0x
@DARK_COLOR_HEX@
help.link.selected.bg=0x
185da
help.highlight.fg=0x@DARK_COLOR_HEX@
help.highlight.fg=0x@DARK_COLOR_HEX@
; panel colors
; panel colors
panel.fg=0x000000
panel.fg=0x000000
panel.title.fg=0x
000000
panel.title.fg=0x
ffffff
panel.normal.fg=0x
000000
panel.normal.fg=0x
f1f1ff
panel.f-key.fg=0x
000080
panel.f-key.fg=0x
f8e97c
; default keymap (e.g. de_DE, czech)
; default keymap (e.g. de_DE, czech)
keymap=
keymap=
...
@@ -75,7 +75,7 @@ keymap=
...
@@ -75,7 +75,7 @@ keymap=
; screen size
; screen size
screen.size=800,600
screen.size=800,600
; upper left corner
; upper left corner
mainmenu.pos=2
60,20
0
mainmenu.pos=2
53,21
0
; boot option input field position
; boot option input field position
bootopt.pos=200,480
bootopt.pos=200,480
...
@@ -83,7 +83,7 @@ bootopt.pos=200,480
...
@@ -83,7 +83,7 @@ bootopt.pos=200,480
; screen size
; screen size
screen.size=640,480
screen.size=640,480
; upper left corner
; upper left corner
mainmenu.pos=130,1
00
mainmenu.pos=130,1
22
; boot option input field position
; boot option input field position
bootopt.pos=263,380
bootopt.pos=263,380
...
...
components/browser-qt/design/design.qss.in
View file @
f1ba02a8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
.AWizardFace #wizardface_title_text {
.AWizardFace #wizardface_title_text {
color: rgb(
30,144,255
);
color: rgb(
43,50,141
);
}
}
.ACenterFace {
.ACenterFace {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment