Initial commit
This commit is contained in:
commit
4e511c6c8e
BIN
background.png
Normal file
BIN
background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
55
nix.svg
Normal file
55
nix.svg
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448819 1052.3622047"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="nix.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.35"
|
||||||
|
inkscape:cx="375"
|
||||||
|
inkscape:cy="520"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1868"
|
||||||
|
inkscape:window-height="1028"
|
||||||
|
inkscape:window-x="24"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="0" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
39
slim.theme
Normal file
39
slim.theme
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
## main
|
||||||
|
|
||||||
|
# two-step login
|
||||||
|
input_pass_x -1
|
||||||
|
input_pass_y -1
|
||||||
|
|
||||||
|
background_style center
|
||||||
|
background_color #181B20
|
||||||
|
|
||||||
|
## message
|
||||||
|
msg_color #9b9081
|
||||||
|
msg_font gohufont:size=14:bold
|
||||||
|
msg_x 50%
|
||||||
|
msg_y 70%
|
||||||
|
|
||||||
|
|
||||||
|
## input panel
|
||||||
|
input_font gohufont:size=14:bold
|
||||||
|
input_color #765636
|
||||||
|
|
||||||
|
# positions
|
||||||
|
input_panel_x 48%
|
||||||
|
input_panel_y 50%
|
||||||
|
input_name_x 145
|
||||||
|
input_name_y 218
|
||||||
|
|
||||||
|
|
||||||
|
## labels
|
||||||
|
username_msg user:
|
||||||
|
password_msg password:
|
||||||
|
|
||||||
|
username_font gohufont:size=14:bold
|
||||||
|
username_color #9b9081
|
||||||
|
|
||||||
|
# positions
|
||||||
|
username_x 50
|
||||||
|
username_y 218
|
||||||
|
password_x 0
|
||||||
|
password_y 218
|
Loading…
Reference in New Issue
Block a user