back to old default colors
This commit is contained in:
@ -11,7 +11,7 @@ CFLAGS += -m64 \
|
||||
-mno-red-zone \
|
||||
-fno-stack-protector \
|
||||
-fno-stack-check \
|
||||
-Os \
|
||||
-O0 \
|
||||
|
||||
LDFLAGS += -m elf_x86_64 \
|
||||
-pie \
|
||||
|
@ -51,12 +51,18 @@ void term_doinit(void *addr) {
|
||||
BOOT_INFO.fb->blue_mask_size,
|
||||
BOOT_INFO.fb->blue_mask_shift,
|
||||
NULL, // canvas
|
||||
ansi_colours, // ansi colors
|
||||
ansi_bright_colours, // ansi bright colors
|
||||
&default_bg, // default bg
|
||||
&default_fg, // default fg
|
||||
&default_fg_bright, // default bg bright
|
||||
&default_bg_bright, // default fg bright
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
/* ansi_colours, // ansi colors */
|
||||
/* ansi_bright_colours, // ansi bright colors */
|
||||
/* &default_bg, // default bg */
|
||||
/* &default_fg, // default fg */
|
||||
/* &default_fg_bright, // default bg bright */
|
||||
/* &default_bg_bright, // default fg bright */
|
||||
FM_T_437_F16,
|
||||
8,
|
||||
16,
|
||||
|
Reference in New Issue
Block a user