parent
0cf43c62a0
commit
98add29e08
1 changed files with 9 additions and 7 deletions
16
config.h
16
config.h
|
@ -83,7 +83,7 @@ const int boxdraw = 1;
|
||||||
const int boxdraw_bold = 0;
|
const int boxdraw_bold = 0;
|
||||||
|
|
||||||
/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */
|
/* braille (U28XX): 1: render as adjacent "pixels", 0: use font */
|
||||||
const int boxdraw_braille = 0;
|
const int boxdraw_braille = 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
|
* bell volume. It must be a value between -100 and 100. Use 0 for disabling
|
||||||
|
@ -136,12 +136,14 @@ static const char *colorname[] = {
|
||||||
[255] = 0,
|
[255] = 0,
|
||||||
|
|
||||||
// indexes beyond 255 are used for internal colors
|
// indexes beyond 255 are used for internal colors
|
||||||
"#c0caf5", /* default cursor colour */
|
"#c0caf5", /* cursor colour */
|
||||||
"#1a1b26", /* default inverted cursor colour */
|
"#1a1b26", /* inverted cursor colour */
|
||||||
"#c0caf5", /* default foreground colour */
|
"#c0caf5", /* default foreground colour */
|
||||||
"#1a1b26", /* default background colour */
|
"#1a1b26", /* default background colour */
|
||||||
"#c0caf5", /* default selection foreground colour */
|
"#abb7ed", /* unfocused foreground colour */
|
||||||
"#33467C", /* default selection background colour */
|
"#14141a", /* unfocused background colour */
|
||||||
|
"#c0caf5", /* selection foreground colour */
|
||||||
|
"#33467C", /* selection background colour */
|
||||||
};
|
};
|
||||||
|
|
||||||
unsigned int defaultcs = 256;
|
unsigned int defaultcs = 256;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue