Update sidetab.rasi

This commit is contained in:
Alex 2018-02-15 19:43:43 +00:00 committed by GitHub
parent abb400c9f6
commit 1e42ea4852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }