Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configuration {
- font: "Segoe UI 11";
- icon-theme: "Windows";
- cycle: true;
- disable-history: false;
- modi: "run";
- location: 7;
- terminal: "rofi-sensible-terminal";
- me-select-entry: "MouseDPrimary";
- me-accept-entry: "MousePrimary";
- separator-style: "none";
- display-run: "Выполнить";
- scroll-method: 0;
- sort: true;
- }
- /**
- * ROFI Color theme
- */
- * {
- spacing: 0px;
- foreground: #000000;
- background: #FFFFFF;
- separatorcolor: #FFFFFF;
- bordercolor: #A4BDD9;
- border-color: @bordercolor;
- background-color: @background;
- text-color: @foreground;
- normal-foreground: @foreground;
- active-foreground: @background;
- urgent-foreground: #161719;
- alternate-normal-foreground: @normal-foreground;
- alternate-active-foreground: @active-foreground;
- alternate-urgent-foreground: @urgent-foreground;
- normal-background: @background;
- active-background: #C6DFFD;
- urgent-background: @normal-background;
- alternate-normal-background: @normal-background;
- alternate-urgent-background: @active-background;
- alternate-active-background: @urgent-background;
- selected-normal-foreground: #282828;
- selected-active-foreground: @selected-normal-foreground;
- selected-urgent-foreground: @selected-normal-foreground;
- selected-normal-background: @active-background;
- selected-active-background: @selected-normal-background;
- selected-urgent-background: @selected-normal-background;
- lightfg: #000000;
- lightbg: #FFFFFF;
- }
- #window {
- width: 430px;
- height: 20%;
- padding: 0% 0% 0% 0%;
- border: 8px;
- border-color: @background;
- }
- #inputbar {
- border: 0 0 0 0;
- children: [prompt,entry];
- }
- #prompt {
- padding: 16px;
- border: 0 0 0 0;
- font: "Segoe UI 14";
- }
- #entry {
- padding: 16px;
- font: "Segoe UI 14";
- placeholder: " поиск";
- placeholder-color: @active-background;
- }
- #listview {
- cycle: false;
- margin: 2px 2px 2px 2px;
- scrollbar: true;
- scrollbar-width: 8;
- dynamic: false;
- fixed-columns: true;
- columns: 1;
- lines: 9;
- }
- #element {
- orientation: horizontal;
- spacing: 2px;
- padding: 2px;
- }
- #element-icon {
- size: 24;
- padding: 6px;
- background-color: #0077E7;
- }
- #element-text {
- horizontal-align: 0;
- padding: 0px 0px 0px 0px;
- }
- #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: 0px;
- }
- #scrollbar {
- padding: 2px;
- border: 0;
- handle-width: 8px ;
- handle-color: @selected-normal-background;
- background-color: @background;
- border-color: @background;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement