13 lines
		
	
	
		
			No EOL
		
	
	
		
			238 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			238 B
		
	
	
	
		
			CSS
		
	
	
		
			Executable file
		
	
	
	
	
/* This is Qt CSS theme file for the overall GUI of the application. */
 | 
						|
 | 
						|
QTextEdit {
 | 
						|
  selection-background-color: #4861f0;
 | 
						|
}
 | 
						|
 | 
						|
QStatusBar::item {
 | 
						|
  border: none;
 | 
						|
}
 | 
						|
 | 
						|
QSplitter::handle {
 | 
						|
  background: rgba(117, 117, 117, 0.5);
 | 
						|
} |