Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Base16 oomox-seal brown ROFI Color theme
- *
- * Authors
- * Scheme: oomox-seal brown
- * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
- */
- * {
- golden: #FAE3AD;
- yellow: #ffe05c;
- orange: #f80059;
- black: #00000033;
- red: #f8005933;
- blue: #5ba2b633;
- lightfg: #98000033;
- lightbg: #cb000033;
- foreground: #FF554D33;
- background: #65000033;
- background-color: #32000040;
- separatorcolor: @foreground;
- border-color: @foreground;
- selected-normal-foreground: @golden;
- selected-normal-background: @background-color;
- selected-active-foreground: @yellow;
- selected-active-background: @blue;
- selected-urgent-foreground: @background;
- selected-urgent-background: @red;
- normal-foreground: @yellow;
- normal-background: @lightbg;
- active-foreground: @blue;
- active-background: @background;
- urgent-foreground: @red;
- urgent-background: @background;
- alternate-normal-foreground: @golden;
- alternate-normal-background: @lightfg;
- alternate-active-foreground: @blue;
- alternate-active-background: @lightbg;
- alternate-urgent-foreground: @red;
- alternate-urgent-background: @lightbg;
- spacing: 3;
- }
- window {
- background-color: @background;
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- padding: 10 60 30 60 ;
- x-offset: 40;
- y-offset: 60;
- }
- mainbox {
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- padding: 10 60 30 60 ;
- }
- message {
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- border-color: @separatorcolor;
- padding: 10 60 30 60 ;
- }
- textbox {
- text-color: @background;
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- padding: 10 60 30 60 ;
- }
- listview {
- lines: 8;
- columns: 2;
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- border-color: @separatorcolor;
- spacing: 10px ;
- scrollbar: false;
- padding: 10 60 30 60 ;
- }
- element {
- border: 0px 0px 5px 0px ;
- border-radius: 10px;
- padding: 2 6 2 8 ;
- }
- element-icon {
- size: 2.2em ;
- padding: 5px;
- }
- element-text {
- vertical-align: 0.55;
- text-color: @golden;
- }
- element {
- orientation: horizontal;
- }
- 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: 6px ;
- border: 1;
- handle-color: @normal-foreground;
- handle-width: 8px ;
- padding: 1;
- }
- sidebar {
- border: 2px ;
- border-color: @separatorcolor;
- }
- button {
- spacing: 0;
- text-color: @normal-foreground;
- }
- button selected {
- background-color: @selected-normal-background;
- text-color: @selected-normal-foreground;
- }
- inputbar {
- padding: 2 ;
- border-spacing: 2 ;
- border: 0px 0px 5px 0px ;
- border-radius: 10 ;
- spacing: 3 10 3 10 ;
- margin: 2 80 2 80 ;
- border-color: @foreground;
- text-color: @yellow;
- children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
- }
- case-indicator {
- spacing: 0;
- text-color: @yellow;
- }
- entry {
- spacing: 0;
- text-color: @yellow;
- }
- prompt {
- spacing: 0;
- text-color: @yellow;
- }
- textbox-prompt-colon {
- expand: false;
- str: ":";
- margin: 0px 0.3000em 0.0000em 0.0000em ;
- text-color: inherit;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement