|
| 1 | +/** |
| 2 | + * Base16 Swamp Dark ROFI Color theme |
| 3 | + * |
| 4 | + * Authors |
| 5 | + * Scheme: Masroof Maindak (https://github.com/masroof-maindak) |
| 6 | + * Template: Tinted Theming (https://github.com/tinted-theming) |
| 7 | + */ |
| 8 | + |
| 9 | +* { |
| 10 | + red: rgba ( 219, 147, 13, 100 % ); |
| 11 | + blue: rgba ( 193, 102, 107, 100 % ); |
| 12 | + lightfg: rgba ( 235, 224, 187, 100 % ); |
| 13 | + lightbg: rgba ( 58, 49, 36, 100 % ); |
| 14 | + foreground: rgba ( 210, 195, 164, 100 % ); |
| 15 | + background: rgba ( 36, 32, 21, 100 % ); |
| 16 | + background-color: rgba ( 36, 32, 21, 0 % ); |
| 17 | + separatorcolor: @foreground; |
| 18 | + border-color: @foreground; |
| 19 | + selected-normal-foreground: @lightbg; |
| 20 | + selected-normal-background: @lightfg; |
| 21 | + selected-active-foreground: @background; |
| 22 | + selected-active-background: @blue; |
| 23 | + selected-urgent-foreground: @background; |
| 24 | + selected-urgent-background: @red; |
| 25 | + normal-foreground: @foreground; |
| 26 | + normal-background: @background; |
| 27 | + active-foreground: @blue; |
| 28 | + active-background: @background; |
| 29 | + urgent-foreground: @red; |
| 30 | + urgent-background: @background; |
| 31 | + alternate-normal-foreground: @foreground; |
| 32 | + alternate-normal-background: @lightbg; |
| 33 | + alternate-active-foreground: @blue; |
| 34 | + alternate-active-background: @lightbg; |
| 35 | + alternate-urgent-foreground: @red; |
| 36 | + alternate-urgent-background: @lightbg; |
| 37 | + spacing: 2; |
| 38 | +} |
| 39 | +window { |
| 40 | + background-color: @background; |
| 41 | + border: 1; |
| 42 | + padding: 5; |
| 43 | +} |
| 44 | +mainbox { |
| 45 | + border: 0; |
| 46 | + padding: 0; |
| 47 | +} |
| 48 | +message { |
| 49 | + border: 1px dash 0px 0px ; |
| 50 | + border-color: @separatorcolor; |
| 51 | + padding: 1px ; |
| 52 | +} |
| 53 | +textbox { |
| 54 | + text-color: @foreground; |
| 55 | +} |
| 56 | +listview { |
| 57 | + fixed-height: 0; |
| 58 | + border: 2px dash 0px 0px ; |
| 59 | + border-color: @separatorcolor; |
| 60 | + spacing: 2px ; |
| 61 | + scrollbar: true; |
| 62 | + padding: 2px 0px 0px ; |
| 63 | +} |
| 64 | +element-text, element-icon { |
| 65 | + background-color: inherit; |
| 66 | + text-color: inherit; |
| 67 | +} |
| 68 | +element { |
| 69 | + border: 0; |
| 70 | + padding: 1px ; |
| 71 | +} |
| 72 | +element normal.normal { |
| 73 | + background-color: @normal-background; |
| 74 | + text-color: @normal-foreground; |
| 75 | +} |
| 76 | +element normal.urgent { |
| 77 | + background-color: @urgent-background; |
| 78 | + text-color: @urgent-foreground; |
| 79 | +} |
| 80 | +element normal.active { |
| 81 | + background-color: @active-background; |
| 82 | + text-color: @active-foreground; |
| 83 | +} |
| 84 | +element selected.normal { |
| 85 | + background-color: @selected-normal-background; |
| 86 | + text-color: @selected-normal-foreground; |
| 87 | +} |
| 88 | +element selected.urgent { |
| 89 | + background-color: @selected-urgent-background; |
| 90 | + text-color: @selected-urgent-foreground; |
| 91 | +} |
| 92 | +element selected.active { |
| 93 | + background-color: @selected-active-background; |
| 94 | + text-color: @selected-active-foreground; |
| 95 | +} |
| 96 | +element alternate.normal { |
| 97 | + background-color: @alternate-normal-background; |
| 98 | + text-color: @alternate-normal-foreground; |
| 99 | +} |
| 100 | +element alternate.urgent { |
| 101 | + background-color: @alternate-urgent-background; |
| 102 | + text-color: @alternate-urgent-foreground; |
| 103 | +} |
| 104 | +element alternate.active { |
| 105 | + background-color: @alternate-active-background; |
| 106 | + text-color: @alternate-active-foreground; |
| 107 | +} |
| 108 | +scrollbar { |
| 109 | + width: 4px ; |
| 110 | + border: 0; |
| 111 | + handle-color: @normal-foreground; |
| 112 | + handle-width: 8px ; |
| 113 | + padding: 0; |
| 114 | +} |
| 115 | +sidebar { |
| 116 | + border: 2px dash 0px 0px ; |
| 117 | + border-color: @separatorcolor; |
| 118 | +} |
| 119 | +button { |
| 120 | + spacing: 0; |
| 121 | + text-color: @normal-foreground; |
| 122 | +} |
| 123 | +button selected { |
| 124 | + background-color: @selected-normal-background; |
| 125 | + text-color: @selected-normal-foreground; |
| 126 | +} |
| 127 | +inputbar { |
| 128 | + spacing: 0px; |
| 129 | + text-color: @normal-foreground; |
| 130 | + padding: 1px ; |
| 131 | + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; |
| 132 | +} |
| 133 | +case-indicator { |
| 134 | + spacing: 0; |
| 135 | + text-color: @normal-foreground; |
| 136 | +} |
| 137 | +entry { |
| 138 | + spacing: 0; |
| 139 | + text-color: @normal-foreground; |
| 140 | +} |
| 141 | +prompt { |
| 142 | + spacing: 0; |
| 143 | + text-color: @normal-foreground; |
| 144 | +} |
| 145 | +textbox-prompt-colon { |
| 146 | + expand: false; |
| 147 | + str: ":"; |
| 148 | + margin: 0px 0.3000em 0.0000em 0.0000em ; |
| 149 | + text-color: inherit; |
| 150 | +} |
0 commit comments