mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Allow setting separate border color for focused windows
This patch adds "FrameFocusedBorderColor" option for theming, It should allow having borders better matching titlebar colors. By default it's set to black. Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
9d503d2abc
commit
bc8ccee72f
@@ -160,10 +160,12 @@ typedef struct _WScreen {
|
||||
|
||||
int frame_border_width;
|
||||
WMColor *frame_border_color;
|
||||
WMColor *frame_focused_border_color;
|
||||
WMColor *frame_selected_border_color;
|
||||
|
||||
WMPixel line_pixel;
|
||||
WMPixel frame_border_pixel; /* frame border */
|
||||
WMPixel frame_focused_border_pixel; /* frame border */
|
||||
WMPixel frame_selected_border_pixel;/* frame border */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user