Skip to content
Snippets Groups Projects
Commit d317613f authored by Derek Taylor's avatar Derek Taylor
Browse files

Adding new theme.

parent b50a6ce4
No related branches found
No related tags found
No related merge requests found
* {
font: "Roboto 10";
bg0 : #1f1f1fff;
bg1 : #202020ff;
bg2 : #2c2c2c;
bg3 : #393939ff;
fg0 : #ffffff;
fg1 : #cecece;
accent : #60cdff;
urgent : @accent;
background-color : transparent;
text-color : @fg0;
margin : 0;
padding : 0;
spacing : 0;
}
element-icon, element-text, scrollbar {
cursor: pointer;
}
window {
location : center;
width : 680px;
height : 520px;
y-offset : -4px;
background-color : @bg1;
border-radius : 6px;
border : 2px;
border-color : #000000;
}
mainbox {
padding : 16px 28px;
spacing : 24px;
}
inputbar {
padding : 8px;
spacing : 8px;
children : [ icon-search, entry ];
border : 0 0 2px 0 solid;
border-color : @accent;
border-radius : 2px;
background-color : @bg0;
}
icon-search, entry, element-icon, element-text {
vertical-align: 0.5;
}
icon-search {
expand : false;
filename : "search-symbolic";
size : 24px;
}
entry {
font : "Roboto 12";
placeholder : "Type here to search";
placeholder-color : @fg1;
}
textbox {
padding : 4px 8px;
background-color : @bg2;
}
listview {
columns : 6;
spacing : 8px;
fixed-height : true;
fixed-columns : true;
}
element {
orientation : vertical;
spacing : 4px;
padding : 8px;
border-radius : 2px;
}
element normal urgent {
text-color: @urgent;
}
element normal active {
text-color: @accent;
}
element selected {
background-color: @bg3;
}
element selected urgent {
background-color: @urgent;
}
element-icon {
size: 2em;
}
element-text {
text-color : inherit;
horizontal-align : 0.5;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment