Skip to content

Commit

Permalink
first import
Browse files Browse the repository at this point in the history
  • Loading branch information
spheras committed Jul 29, 2017
1 parent 9816508 commit 082600a
Show file tree
Hide file tree
Showing 34 changed files with 1,271 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .atom-dbg.cson
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"build/org.spheras.ekm4android":
path: "build/org.spheras.ekm4android"
cwd: "build"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
57 changes: 57 additions & 0 deletions data/Application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
@define-color colorBackground rgba(0,0,0,0.2);
@define-color colorForeground #FFFFFF;


.window-frame, .window-frame:backdrop {
background-color: transparent;
box-shadow: none;
text-shadow: none;
icon-shadow: none;

border-style: inset;
border-radius:4px;
border-width: 1px;
border-color: @colorBackground;
}

.background, .background:backdrop {
background-color: @colorBackground;
box-shadow: none;
text-shadow: none;
icon-shadow: none;

border-style:flat;
border-width:10px;
border-color:red;
}

.titlebar .title{
box-shadow: none;
text-shadow: none;
icon-shadow: none;
padding-top:4px;
padding-bottom:4px;
padding-left:14px;
padding-right:14px;
margin-top:14px;
color: @colorForeground;
}

.titlebar,
.titlebar:backdrop{
background-color: @colorBackground;
background-image: none;
padding:14px;

box-shadow: none;
text-shadow: none;
icon-shadow: none;

border-style:none;
border-width:1px;
border-color: @colorBackground;
}

.df_icon, .df_label{
color:white;
}
7 changes: 7 additions & 0 deletions data/css.gresource.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/spheras/desktopfolder">
<file alias="Application.css" compressed="true">Application.css</file>
<file alias="android_robot.png" compressed="true">img/android_robot2.png</file>
</gresource>
</gresources>
138 changes: 138 additions & 0 deletions data/icons/128/org.spheras.desktopfolder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
139 changes: 139 additions & 0 deletions data/icons/32/org.spheras.desktopfolder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 082600a

Please sign in to comment.