focus border color

This commit is contained in:
2026-01-11 03:22:05 +07:00
parent 487733d391
commit eaa2585381
4 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
#define ABSINTHE_WINDOW_BORDER_WIDTH 2
static const float bordercolor[4] = {0.88, 0.18, 0.18, 1.0};
static const float focused_border_color[4] = {0.88, 0.18, 0.18, 1.0};
static const float unfocused_border_color[4] = {0.18, 0.18, 0.18, 1.0};
enum absinthe_cursor_mode {
ABSINTHE_CURSOR_PASSTHROUGH,