1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-29 22:40:44 +00:00

gtk2: add focus line

fix #48
This commit is contained in:
Horst3180 2015-06-08 20:00:25 +02:00
parent 15e235278e
commit 697b2c390d
4 changed files with 15 additions and 5 deletions

View File

@ -565,12 +565,12 @@
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
inkscape:zoom="11.313708" inkscape:zoom="1"
inkscape:cx="478.52624" inkscape:cx="275.83757"
inkscape:cy="293.00874" inkscape:cy="331.30343"
inkscape:document-units="px" inkscape:document-units="px"
inkscape:current-layer="layer1" inkscape:current-layer="layer1"
showgrid="true" showgrid="false"
showborder="false" showborder="false"
inkscape:window-width="1366" inkscape:window-width="1366"
inkscape:window-height="720" inkscape:window-height="720"
@ -5403,5 +5403,14 @@
id="rect6168-6" id="rect6168-6"
style="opacity:1;fill:#d7d8dd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> style="opacity:1;fill:#d7d8dd;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g> </g>
<rect
transform="matrix(0,1,-1,0,0,0)"
y="-287.5"
x="-205.13783"
height="4"
width="4.0000124"
id="focus-line"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.67346936"
inkscape:label="#rect6176-4-2" />
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 231 KiB

View File

@ -118,3 +118,4 @@ tab-right-active
inline-toolbar inline-toolbar
toolbar toolbar
menubar menubar
focus-line

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

View File

@ -471,7 +471,7 @@ style "default" {
image { image {
function = FOCUS function = FOCUS
file = "assets/null.png" file = "assets/focus-line.png"
border = { 1, 1, 1, 1 } border = { 1, 1, 1, 1 }
stretch = TRUE stretch = TRUE
} }