Merge pull request #21 from CadaverLab/master

Update sidetab.rasi
This commit is contained in:
Rasmus Steinke 2018-04-16 21:02:24 +02:00 committed by GitHub
commit b99b8263f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,15 @@
/*******************************************************************************
* ROFI Color theme
/**
* User: deadguy
* Copyright: deadguy
*******************************************************************************/
*/
configuration {
display-drun: "Activate";
display-run: "Execute";
display-window: "Window";
show-icons: true;
sidebar-mode: true;
}
* {
background-color: #080808;
@ -27,6 +34,10 @@
selected-active-background: @actbg;
active-background: @selbg;
line-margin: 2;
line-padding: 2;
separator-style: "none";
hide-scrollbar: "true";
margin: 0;
padding: 0;
}
@ -118,5 +129,3 @@ element alternate.active {
background-color: @active-background;
text-color: @active-foreground;
}
/* vim:ft=css */