commit
b99b8263f0
1 changed files with 59 additions and 50 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue