Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Base16 oomox-Turquoise ROFI Color theme
- *
- * Authors
- * Scheme: oomox-Turquoise
- * Template: Jordi Pakey-Rodriguez (https://github.com/0xdec), Andrea Scarpino (https://github.com/ilpianista)
- */
- * {
- red: #073351;
- blue: #2aa1b7;
- lightfg: #87b0e6;
- lightbg: #0e82b0;
- foreground: #6ad6ef;
- background: #094e62;
- background-color: #416289;
- separatorcolor: @foreground;
- border-color: @foreground;
- selected-normal-foreground: @lightbg;
- selected-normal-background: @lightfg;
- selected-active-foreground: @background;
- selected-active-background: @blue;
- selected-urgent-foreground: @background;
- selected-urgent-background: @red;
- normal-foreground: @foreground;
- normal-background: @background;
- active-foreground: @blue;
- active-background: @background;
- urgent-foreground: @red;
- urgent-background: @background;
- alternate-normal-foreground: @foreground;
- alternate-normal-background: @lightbg;
- alternate-active-foreground: @blue;
- alternate-active-background: @lightbg;
- alternate-urgent-foreground: @red;
- alternate-urgent-background: @lightbg;
- spacing: 2;
- }
- window {
- background-color: @background;
- border: 4 ;
- border-radius: 20;
- padding: 10;
- }
- mainbox {
- border: 4 ;
- border-radius: 20;
- padding: 10;
- }
- message {
- border: 3px 3px 3px 3px ;
- border-color: @separatorcolor;
- padding: 10px ;
- }
- textbox {
- text-color: @foreground;
- }
- listview {
- lines: 8;
- columns: 3;
- border: 3px 0px 0px 0px ;
- border-color: @separatorcolor;
- spacing: 3px ;
- scrollbar: true;
- padding: 6px 0px 0px 0px ;
- }
- element-icon {
- size: 2.5em ;
- }
- element {
- orientation: horizontal;
- }
- element-text {
- vertical-align: 0.55;
- }
- element {
- border: 0;
- border-radius: 20;
- padding: 12px ;
- }
- 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;
- }
- 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;
- }
- scrollbar {
- width: 0px ;
- border: 0;
- handle-color: @normal-foreground;
- handle-width: 0px ;
- padding: 0;
- }
- inputbar {
- padding: 6 ;
- border-spacing: 2 ;
- border: 2 0 2 0 ;
- 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: @normal-foreground;
- }
- entry {
- spacing: 0;
- text-color: @normal-foreground;
- }
- prompt {
- spacing: 0;
- text-color: @normal-foreground;
- }
- 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