add window.*.border.type and window.*.border.bevel-width options

This commit is contained in:
Jack Zeal 2026-04-01 20:18:43 -07:00
parent b07165f154
commit 773996f1ee
5 changed files with 40 additions and 7 deletions

View file

@ -11,6 +11,7 @@
#include <cairo.h>
#include <stdbool.h>
#include "common/node-type.h"
#include "common/borderset.h"
struct lab_img;
@ -98,6 +99,8 @@ struct theme {
float border_color[4];
float toggled_keybinds_color[4];
float label_text_color[4];
enum border_type border_type;
int bevel_width;
/* window drop-shadows */
int shadow_size;