parent
d6fc9fb779
commit
eb9f3238ff
|
@ -9,10 +9,10 @@
|
|||
</info>
|
||||
|
||||
<!-- ::: CONSTANTS ::: -->
|
||||
<constant name="C_border_focused" value="gtk:custom(wm_border_focused,shade/gtk:bg[NORMAL]/0.7)" />
|
||||
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,shade/gtk:bg[NORMAL]/0.8)" />
|
||||
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1)" />
|
||||
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6)" />
|
||||
<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" />
|
||||
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
|
||||
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#dcdcdc)" />
|
||||
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#393939)" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
|
@ -109,7 +109,7 @@
|
|||
|
||||
<!-- ::: WINDOW DECORATIONS ::: -->
|
||||
<draw_ops name="entire_background_focused">
|
||||
<rectangle color="gtk:custom(wm_bg,gtk:bg[NORMAL])" x="0" y="0" width="width" height="height" filled="true" />
|
||||
<rectangle color="gtk:custom(wm_bg,#2d2d2d)" x="0" y="0" width="width" height="height" filled="true" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="entire_background_unfocused">
|
||||
|
@ -117,7 +117,7 @@
|
|||
</draw_ops>
|
||||
|
||||
<draw_ops name="titlebar_fill_focused">
|
||||
<rectangle color="gtk:custom(wm_bg,gtk:bg[NORMAL])" x="0" y="0" width="width" height="height" filled="true" />
|
||||
<rectangle color="gtk:custom(wm_bg,#2d2d2d)" x="0" y="0" width="width" height="height" filled="true" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="titlebar_fill_attached_focused">
|
||||
|
@ -125,7 +125,7 @@
|
|||
</draw_ops>
|
||||
|
||||
<draw_ops name="titlebar_fill_unfocused">
|
||||
<rectangle color="gtk:custom(wm_bg,gtk:bg[NORMAL])" x="0" y="0" width="width" height="height" filled="true" />
|
||||
<rectangle color="gtk:custom(wm_bg,#2d2d2d)" x="0" y="0" width="width" height="height" filled="true" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="titlebar_focused">
|
||||
|
|
Loading…
Reference in New Issue