mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
main: more zenburn:ish default foreground and background colors
This commit is contained in:
parent
a191d98d09
commit
03ca7a04ab
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -31,8 +31,8 @@
|
|||
#define min(x, y) ((x) < (y) ? (x) : (y))
|
||||
#define max(x, y) ((x) > (y) ? (x) : (y))
|
||||
|
||||
static const struct rgba default_foreground = {1.0, 1.0, 1.0, 1.0};
|
||||
static const struct rgba default_background = {0.0, 0.0, 0.0, 1.0};
|
||||
static const struct rgba default_foreground = {0.86, 0.86, 0.86, 1.0};
|
||||
static const struct rgba default_background = {0.067, 0.067, 0.067, 1.0};
|
||||
|
||||
struct wayland {
|
||||
struct wl_display *display;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue