- Save all Theme settings to .css instead of the config file - Add a gajim-dark.css - Refactor the ThemesWindow
		
			
				
	
	
		
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			358 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			358 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.gajim-incoming-nickname {
 | 
						|
    color: rgb(164, 0, 0)
 | 
						|
    }
 | 
						|
.gajim-outgoing-nickname {
 | 
						|
    color: rgb(52, 101, 164)
 | 
						|
    }
 | 
						|
.gajim-url {
 | 
						|
    color: rgb(117, 80, 123)
 | 
						|
    }
 | 
						|
.gajim-highlight-message {
 | 
						|
    color: rgb(245, 121, 0)
 | 
						|
    }
 | 
						|
.gajim-msg-correcting text {
 | 
						|
    background: rgb(131, 148, 150)
 | 
						|
    }
 | 
						|
.gajim-status-message {
 | 
						|
    color: rgb(115, 210, 22)
 | 
						|
    } |