mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Tweaked the WM themes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6)" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2">
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
<distance name="left_width" value="1" />
|
||||
<distance name="right_width" value="1" />
|
||||
<distance name="bottom_height" value="1" />
|
||||
@@ -27,7 +27,7 @@
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0" />
|
||||
</frame_geometry>
|
||||
|
||||
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" />
|
||||
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" />
|
||||
|
||||
<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
|
||||
<distance name="left_width" value="0" />
|
||||
@@ -68,7 +68,7 @@
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0" />
|
||||
</frame_geometry>
|
||||
|
||||
<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="2" rounded_top_right="2" rounded_bottom_right="2" rounded_bottom_left="2" parent="small">
|
||||
<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_right="2" rounded_bottom_left="2" parent="small">
|
||||
<distance name="title_vertical_pad" value="0" />
|
||||
</frame_geometry>
|
||||
|
||||
@@ -147,11 +147,11 @@
|
||||
<line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
|
||||
<line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" />
|
||||
<line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
|
||||
<arc color="C_border_focused" x="0" y="0" width="5" height="5" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="width-5" y="0" width="4" height="5" start_angle="0" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
|
||||
<!-- double arcs for darker borders -->
|
||||
<arc color="C_border_focused" x="0" y="0" width="5" height="5" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="width-5" y="0" width="4" height="5" start_angle="0" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="rounded_border_unfocused">
|
||||
@@ -159,11 +159,11 @@
|
||||
<line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
|
||||
<line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" />
|
||||
<line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
|
||||
<arc color="C_border_unfocused" x="0" y="0" width="5" height="5" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="width-5" y="0" width="4" height="5" start_angle="0" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
|
||||
<!-- double arcs for darker borders -->
|
||||
<arc color="C_border_unfocused" x="0" y="0" width="5" height="5" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="width-5" y="0" width="4" height="5" start_angle="0" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" />
|
||||
<arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_right_focused">
|
||||
|
||||
Reference in New Issue
Block a user