Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Base16 avocado_2 ROFI Color theme
- *
- * Authors
- * Scheme: avocado_2 Poetician Edition (https://gitlab.com/Poetician)
- * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
- * Customization: Poetician Edition (https://github.com/poetician)
- */
- * {
- clear: #00000000;
- green: #d2e190;
- red: #001c00;
- blue: #74923acc;
- lightfg: #81A140;
- lightbg: #617b3066;
- foreground: #234f1ecc;
- background: #A3BF4566;
- background-color: #A3BF4566;
- separatorcolor: @foreground;
- border-color: @foreground;
- selected-normal-foreground: @red;
- selected-normal-background: @green;
- selected-active-foreground: @red;
- selected-active-background: @blue;
- selected-urgent-foreground: @background;
- selected-urgent-background: @red;
- normal-foreground: @green;
- normal-background: @background;
- active-foreground: @blue;
- active-background: @background;
- urgent-foreground: @red;
- urgent-background: @background;
- alternate-normal-foreground: @green;
- alternate-normal-background: @blue;
- alternate-active-foreground: @blue;
- alternate-active-background: @lightbg;
- alternate-urgent-foreground: @red;
- alternate-urgent-background: @lightbg;
- spacing: 2;
- }
- window {
- location: northeast;
- anchor: northeast;
- width: 40%;
- background-color: @background;
- border: 6;
- border-radius: 9;
- padding: 4;
- x-offset: -40px;
- y-offset: 60px;
- }
- mainbox {
- border: 6;
- border-radius: 9;
- padding: 4;
- }
- message {
- border: 1px 0px 0px 0px ;
- border-color: @separatorcolor;
- padding: 1px ;
- }
- textbox {
- text-color: @foreground;
- vertical-align: 1;
- }
- listview {
- columns: 2;
- lines: 7;
- fixed-height: 0;
- border: 4px 0px 0px 0px ;
- border-radius: 0;
- border-color: @separatorcolor;
- spacing: 9px ;
- scrollbar: false;
- padding: 4px 9px 4px 9px ;
- layout: vertical;
- }
- element-icon {
- size: 2.2em;
- }
- element {
- orientation: vertical;
- }
- element-text {
- horizontal-align: 0.45;
- }
- element {
- border: 4;
- border-radius: 9;
- padding: 4px ;
- }
- element normal.normal {
- background-color: @normal-background;
- text-color: @normal-foreground;
- }
- element normal.urgent {
- background-color: @urgent-background;
- text-color: @urgent-foreground;
- }
- element normal.active {
- background-color: @active-background;
- text-color: @active-foreground;
- }
- element selected.normal {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
- }
- element selected.urgent {
- background-color: @selected-urgent-background;
- text-color: @selected-urgent-foreground;
- }
- element selected.active {
- background-color: @selected-active-background;
- text-color: @selected-active-foreground;
- }
- element alternate.normal {
- background-color: @alternate-normal-background;
- text-color: @alternate-normal-foreground;
- }
- element alternate.urgent {
- background-color: @alternate-urgent-background;
- text-color: @alternate-urgent-foreground;
- }
- element alternate.active {
- background-color: @alternate-active-background;
- text-color: @alternate-active-foreground;
- }
- scrollbar {
- width: 4px ;
- border: 0;
- handle-color: @normal-foreground;
- handle-width: 8px ;
- padding: 0;
- }
- sidebar {
- border: 2px dash 0px 0px ;
- border-color: @separatorcolor;
- }
- button {
- spacing: 0;
- text-color: @normal-foreground;
- }
- button selected {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
- }
- inputbar {
- background-color: @background;
- padding: 6px;
- border-spacing: 6;
- border: 6 3 6 3 ;
- border-radius: 6 6 3 3 ;
- spacing: 6px;
- margin: 3px ;
- border-color: @blue;
- text-color: @green;
- background-color: @clear;
- children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
- }
- case-indicator {
- spacing: 0;
- text-color: @normal-foreground;
- background-color: @clear;
- }
- entry {
- spacing: 0;
- text-color: @green;
- background-color: @clear;
- }
- prompt {
- spacing: 0;
- text-color: @green;
- background-color: @clear;
- }
- textbox-prompt-colon {
- expand: false;
- str: ":";
- background-color: @clear;
- margin: 0px 0.3000em 0.0000em 0.0000em ;
- text-color: inherit;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement