colors-rofi-dark.rasi (3423B)
1 * {{ 2 active-background: {color2}; 3 active-foreground: @foreground; 4 normal-background: @background; 5 normal-foreground: @foreground; 6 urgent-background: {color1}; 7 urgent-foreground: @foreground; 8 9 alternate-active-background: @background; 10 alternate-active-foreground: @foreground; 11 alternate-normal-background: @background; 12 alternate-normal-foreground: @foreground; 13 alternate-urgent-background: @background; 14 alternate-urgent-foreground: @foreground; 15 16 selected-active-background: {color1}; 17 selected-active-foreground: @foreground; 18 selected-normal-background: {color2}; 19 selected-normal-foreground: @foreground; 20 selected-urgent-background: {color3}; 21 selected-urgent-foreground: @foreground; 22 23 background-color: @background; 24 background: {background}00; 25 foreground: {foreground}; 26 border-color: @background; 27 spacing: 2; 28 }} 29 30 #window {{ 31 background-color: @background; 32 border: 0; 33 padding: 2.5ch; 34 }} 35 36 #mainbox {{ 37 border: 0; 38 padding: 0; 39 }} 40 41 #message {{ 42 border: 2px 0px 0px; 43 border-color: @border-color; 44 padding: 1px; 45 }} 46 47 #textbox {{ 48 text-color: @foreground; 49 }} 50 51 #inputbar {{ 52 children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; 53 }} 54 55 #textbox-prompt-colon {{ 56 expand: false; 57 str: ":"; 58 margin: 0px 0.3em 0em 0em; 59 text-color: @normal-foreground; 60 }} 61 62 #listview {{ 63 fixed-height: 0; 64 border: 2px 0px 0px; 65 border-color: @border-color; 66 spacing: 2px; 67 scrollbar: true; 68 padding: 2px 0px 0px; 69 }} 70 71 #element {{ 72 border: 0; 73 padding: 1px; 74 }} 75 76 #element-text, element-icon {{ 77 background-color: inherit; 78 text-color: inherit; 79 }} 80 81 #element.normal.normal {{ 82 background-color: @normal-background; 83 text-color: @normal-foreground; 84 }} 85 86 #element.normal.urgent {{ 87 background-color: @urgent-background; 88 text-color: @urgent-foreground; 89 }} 90 91 #element.normal.active {{ 92 background-color: @active-background; 93 text-color: @active-foreground; 94 }} 95 96 #element.selected.normal {{ 97 background-color: @selected-normal-background; 98 text-color: @selected-normal-foreground; 99 }} 100 101 #element.selected.urgent {{ 102 background-color: @selected-urgent-background; 103 text-color: @selected-urgent-foreground; 104 }} 105 106 #element.selected.active {{ 107 background-color: @selected-active-background; 108 text-color: @selected-active-foreground; 109 }} 110 111 #element.alternate.normal {{ 112 background-color: @alternate-normal-background; 113 text-color: @alternate-normal-foreground; 114 }} 115 116 #element.alternate.urgent {{ 117 background-color: @alternate-urgent-background; 118 text-color: @alternate-urgent-foreground; 119 }} 120 121 #element.alternate.active {{ 122 background-color: @alternate-active-background; 123 text-color: @alternate-active-foreground; 124 }} 125 126 #scrollbar {{ 127 width: 4px; 128 border: 0; 129 handle-width: 8px; 130 padding: 0; 131 }} 132 133 #sidebar {{ 134 border: 2px 0px 0px; 135 border-color: @border-color; 136 }} 137 138 #button {{ 139 text-color: @normal-foreground; 140 }} 141 142 #button.selected {{ 143 background-color: @selected-normal-background; 144 text-color: @selected-normal-foreground; 145 }} 146 147 #inputbar {{ 148 spacing: 0; 149 text-color: @normal-foreground; 150 padding: 1px; 151 }} 152 153 #case-indicator {{ 154 spacing: 0; 155 text-color: @normal-foreground; 156 }} 157 158 #entry {{ 159 spacing: 0; 160 text-color: @normal-foreground; 161 }} 162 163 #prompt {{ 164 spacing: 0; 165 text-color: @normal-foreground; 166 }}