Files
snespatcher/resources/resources.gresource
T

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-08-25 19:39:50 -04:00
GVariantÈ(èüÚÛÈ LÔÜÔµÿÿÿÿÜLàäçVTä
LôøÝBý®ø v'0¯·¨' v0}¯‰ }Lˆsnespatcher//wyattjmiller/appmenu.xml<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<menu id='app-menu'>
<section>
<item>
<attribute name='label' translatable='yes'>_About SNES Patcher</attribute>
<attribute name='action'>app.about</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>_Quit</attribute>
<attribute name='action'>app.quit</attribute>
</item>
</section>
</menu>
</interface>
2021-06-27 16:44:48 -04:00
(uuay)style.css=.run_btn:focus {
background: #1c71d8;
color: #ffffff;
}
.run_btn:hover {
background: #3584e4;
}
.run_btn:active {
background: #1a5fb4;
}
.run_btn {
background: #1a5fb4;
}
.run_btn:disabled {
background: #3d3846;
2021-07-03 19:56:53 -04:00
color: #5e5c64;
}
.headerbar {
background: #353535;
2021-08-25 19:39:50 -04:00
border: 0;