Changed background color to #a3a3a3 (#300)

pull/312/head
Panagiotis Vasilopoulos 2021-05-20 15:35:26 +00:00 committed by GitHub
parent 4f76d51a3f
commit eb761b16ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
typedef void (*ev_callback_t)(EV_P_ ev_timer *w, int revents);
static void input_done(void);
char color[7] = "ffffff";
char color[7] = "a3a3a3";
uint32_t last_resolution[2];
xcb_window_t win;
static xcb_cursor_t cursor;