Update sidetab.rasi
This commit is contained in:
parent
abb400c9f6
commit
1e42ea4852
1 changed files with 57 additions and 45 deletions
|
@ -4,6 +4,14 @@
|
||||||
* Copyright: deadguy
|
* Copyright: deadguy
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
|
configuration {
|
||||||
|
display-drun: "Activate";
|
||||||
|
display-run: "Execute";
|
||||||
|
display-window: "Window";
|
||||||
|
show-icons: true;
|
||||||
|
sidebar-mode: true;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
text-color: #d3d7cf;
|
text-color: #d3d7cf;
|
||||||
|
@ -27,6 +35,10 @@
|
||||||
selected-active-background: @actbg;
|
selected-active-background: @actbg;
|
||||||
active-background: @selbg;
|
active-background: @selbg;
|
||||||
|
|
||||||
|
line-margin: 2;
|
||||||
|
line-padding: 2;
|
||||||
|
separator-style: "none";
|
||||||
|
hide-scrollbar: "true";
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue