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
c2c5d976
Commit
c2c5d976
authored
Dec 02, 2013
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set more bright color for bootloader
parent
e0c61978
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
15 deletions
+16
-15
gfxboot.cfg.in
components/bootloader/gfxboot.cfg.in
+6
-6
configure.ac
configure.ac
+10
-9
No files found.
components/bootloader/gfxboot.cfg.in
View file @
c2c5d976
...
...
@@ -39,14 +39,14 @@ mainmenu.bar.minwidth=294
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0
; main menu colors
mainmenu.bar.color=0x0
01056
mainmenu.bar.color=0x0
c2c6c
mainmenu.normal.fg=0x2b328d
mainmenu.selected.fg=0xffffff
; boot option colors
bootopt.label.fg=0x
2b328d
bootopt.label.fg=0x
001056
bootopt.text.fg=0x2b328d
; progress bar color
progress.bar.color=0x
001056
progress.bar.color=0x
@MIDDLE_COLOR_HEX@
; menu colors
menu.normal.bg=0xe9e8e7
menu.normal.fg=0x000000
...
...
@@ -55,8 +55,8 @@ menu.selected.fg=0x000000
; window colors
window.bg=0xffffff
window.fg=0x000000
window.title.bg=0x
787878
window.title.fg=0x
000000
window.title.bg=0x
@TITLE_COLOR@
window.title.fg=0x
@DARK_LABELS_HEX@
window.title.error.bg=0xc00000
; help system colors
help.link.fg=0x185da0
...
...
@@ -67,7 +67,7 @@ help.highlight.fg=0x@DARK_COLOR_HEX@
panel.fg=0x000000
panel.title.fg=0x001056
panel.normal.fg=0x2b328d
panel.f-key.fg=0x
2b328d
panel.f-key.fg=0x
f8e97c
; default keymap (e.g. de_DE, czech)
keymap=
...
...
configure.ac
View file @
c2c5d976
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
# 00a1e4
PROGRESS_COLOR=0093d7
TITLE_COLOR=5C96CC
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
LIGHT_COLOR_HEX=F5F5F5 #new
MIDDLE_COLOR_HEX=306ac4 #new
DARK_COLOR_HEX=001056
LIGHT_LABELS_HEX=FFFFFF #new
DARK_LABELS_HEX=242a60 #mew
MIDDLE_LABELS_HEX=666666 #new
SHADOW_HEX=A6A6A6
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
DOCDIR=documentation
...
...
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