rofi: Touch up theme, make it more readable
This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
				
			|||||||
/* rehashedsalt's Gruvbox rofi theme
 | 
					/* rehashedsalt's Gruvbox rofi theme
 | 
				
			||||||
 * Distributed under the terms of the MIT License
 | 
					 * Distributed under the terms of the MIT License
 | 
				
			||||||
 * github.com/rehashedsalt
 | 
					 * github.com/rehashedsalt
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 | 
					 * See rofi-theme(5) for documentation
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
configuration {
 | 
					configuration {
 | 
				
			||||||
@@ -32,69 +35,82 @@ configuration {
 | 
				
			|||||||
#window {
 | 
					#window {
 | 
				
			||||||
	location: north;
 | 
						location: north;
 | 
				
			||||||
	anchor: north;
 | 
						anchor: north;
 | 
				
			||||||
	orientation: horizontal;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	border-color: @background-alt;
 | 
						border-color: @background-alt;
 | 
				
			||||||
	background-color: @background;
 | 
						background-color: @background;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	border: 4px;
 | 
						border: 4px;
 | 
				
			||||||
	height: 35%;
 | 
						height: 40%;
 | 
				
			||||||
	width: 520px;
 | 
						width: 520px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#inputbar {
 | 
						#inputbar {
 | 
				
			||||||
	padding: 10px;
 | 
							padding: 10px;
 | 
				
			||||||
	border: 0px 0px 4px 0px;
 | 
							border: 0px 0px 4px 0px;
 | 
				
			||||||
	border-color: @background-alt;
 | 
							border-color: @background-alt;
 | 
				
			||||||
}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#prompt {
 | 
							#case-indicator {
 | 
				
			||||||
	padding: 0px 4px 0px 0px;
 | 
								text-color: @foreground-alt;
 | 
				
			||||||
	text-color: @foreground-alt;
 | 
							}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#case-indicator {
 | 
							#prompt {
 | 
				
			||||||
	text-color: @foreground-alt;
 | 
								font: "Roboto Bold 10";
 | 
				
			||||||
}
 | 
								padding: 0px 8px 0px 0px;
 | 
				
			||||||
 | 
								text-color: @foreground;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#listview {
 | 
						#message {
 | 
				
			||||||
	spacing: 0px;
 | 
							padding: 4px;
 | 
				
			||||||
}
 | 
						}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
#element {
 | 
							#textbox {
 | 
				
			||||||
	padding: 4px;
 | 
								padding: 4px 12px 4px 12px;
 | 
				
			||||||
}
 | 
								font-color: @foreground-alt;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#element normal active {
 | 
						#listview {
 | 
				
			||||||
	text-color: @blue-dark;
 | 
							padding: 4px;
 | 
				
			||||||
}
 | 
							spacing: 0px;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#element normal urgent {
 | 
							#element {
 | 
				
			||||||
	text-color: @yellow;
 | 
								padding: 4px;
 | 
				
			||||||
}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#element selected normal {
 | 
							#element normal active {
 | 
				
			||||||
	background-color: @blue;
 | 
								text-color: @blue-dark;
 | 
				
			||||||
	text-color: @background;
 | 
							}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#element selected active {
 | 
							#element normal urgent {
 | 
				
			||||||
	background-color: @blue-dark;
 | 
								text-color: @yellow;
 | 
				
			||||||
	text-color: @background;
 | 
							}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#element selected urgent {
 | 
							#element selected normal {
 | 
				
			||||||
	background-color: @yellow;
 | 
								background-color: @blue;
 | 
				
			||||||
	text-color: @background;
 | 
								text-color: @background;
 | 
				
			||||||
}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#button {
 | 
							#element selected active {
 | 
				
			||||||
	padding: 8px;
 | 
								background-color: @blue-dark;
 | 
				
			||||||
}
 | 
								text-color: @background;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#button selected {
 | 
							#element selected urgent {
 | 
				
			||||||
	background-color: @background-alt;
 | 
								background-color: @yellow;
 | 
				
			||||||
}
 | 
								text-color: @background;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						
 | 
				
			||||||
 | 
						#sidebar {
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							#button {
 | 
				
			||||||
 | 
								padding: 8px;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							#button selected {
 | 
				
			||||||
 | 
								background-color: @background-alt;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* vim:ft=css
 | 
					/* vim:ft=css
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user