Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configuration {
- font: "Helvetica Neue 9";
- show-icons: true;
- icon-theme: "Moblin";
- cycle: false;
- disable-history: false;
- modi: "drun";
- terminal: "rofi-sensible-terminal";
- me-select-entry: "MouseDPrimary";
- me-accept-entry: "MousePrimary";
- separator-style: "none";
- display-drun: "Apps";
- scroll-method: 0;
- sort: true;
- }
- /**
- * ROFI Color theme
- */
- * {
- spacing: 8px;
- foreground: #ffffff;
- background: #3F3F3F;
- separatorcolor: #000000;
- bordercolor: @background;
- border-color: @bordercolor;
- background-color: @background;
- text-color: @foreground;
- normal-foreground: @foreground;
- active-foreground: #FFFFFF;
- urgent-foreground: #161719;
- alternate-normal-foreground: @normal-foreground;
- alternate-active-foreground: @active-foreground;
- alternate-urgent-foreground: @urgent-foreground;
- normal-background: #4C4C4C;
- active-background: #737373;
- urgent-background: @normal-background;
- alternate-normal-background: @normal-background;
- alternate-urgent-background: @active-background;
- alternate-active-background: @urgent-background;
- selected-normal-foreground: #FFFFFF;
- selected-active-foreground: @selected-normal-foreground;
- selected-urgent-foreground: @selected-normal-foreground;
- selected-normal-background: #737373;
- selected-active-background: @selected-normal-background;
- selected-urgent-background: @selected-normal-background;
- lightfg: #000000;
- lightbg: #000000;
- }
- #window {
- width: 100%;
- height: 100%;
- padding: 10% 1% 1% 10%;
- border: 0;
- }
- #inputbar {
- border: 0 0 0 0;
- children: [prompt,entry];
- }
- #prompt {
- padding: 16px;
- border: 0 0 0 0;
- font: "Helvetica Neue 20";
- }
- #entry {
- padding: 16px;
- font: "Helvetica Neue 20";
- placeholder: " search";
- placeholder-color: @normal-background;
- }
- #listview {
- cycle: false;
- margin: 10px 10px 10px 10px;
- scrollbar: true;
- scrollbar-width: 8;
- dynamic: false;
- fixed-columns: true;
- columns: 10;
- lines: 6;
- }
- #element {
- orientation: vertical;
- spacing: 5px;
- }
- #element-icon {
- size: 24;
- padding: 30px;
- }
- #element-text {
- horizontal-align: 0;
- padding: 0px 35px 3px 3px;
- }
- #element normal.normal {
- background-color: @normal-background;
- text-color: @normal-foreground;
- }
- #element alternate.normal {
- background-color: @alternate-normal-background;
- text-color: @alternate-normal-foreground;
- }
- #element normal.active {
- background-color: @active-background;
- text-color: @active-foreground;
- }
- #element alternate.active {
- background-color: @alternate-active-background;
- text-color: @alternate-active-foreground;
- }
- #element normal.urgent {
- background-color: @urgent-background;
- text-color: @urgent-foreground;
- }
- #element alternate.urgent {
- background-color: @alternate-urgent-background;
- text-color: @alternate-urgent-foreground;
- }
- #element selected {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
- border: 2px;
- }
- #scrollbar {
- padding: 0;
- border: 0;
- handle-width: 10px ;
- handle-color: @normal-background;
- background-color: @active-background;
- border-color: @bordercolor;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement