Fix up some more Tauon colors.
This commit is contained in:
		
							parent
							
								
									4cfd412482
								
							
						
					
					
						commit
						e58677993a
					
				| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
# The Love Theme for Tauon Music Box
 | 
					# The Love Theme for Tauon Music Box
 | 
				
			||||||
# Version: 0.1.2
 | 
					# Version: 0.1.3
 | 
				
			||||||
# https://love.holllo.cc
 | 
					# https://love.holllo.cc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if love.name === 'light' %}
 | 
					{% if love.name === 'light' %}
 | 
				
			||||||
| 
						 | 
					@ -49,7 +49,7 @@ rgb(255,0,255) tb line
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ rgb(love.colors.foreground1) }} bottom title
 | 
					{{ rgb(love.colors.foreground1) }} bottom title
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ rgb(love.colors.foreground1) + ',40' }} buttons off
 | 
					{{ rgb(love.colors.foreground1) + ',60' }} buttons off
 | 
				
			||||||
{{ rgb(love.colors.accents[4]) }} buttons over
 | 
					{{ rgb(love.colors.accents[4]) }} buttons over
 | 
				
			||||||
{{ rgb(love.colors.accents[6]) }} buttons active
 | 
					{{ rgb(love.colors.accents[6]) }} buttons active
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,7 +61,7 @@ rgb(255,0,255) tb line
 | 
				
			||||||
{{ rgb(love.colors.accents[6]) + ',40' }} volume bg
 | 
					{{ rgb(love.colors.accents[6]) + ',40' }} volume bg
 | 
				
			||||||
{{ rgb(love.colors.foreground1) }} scroll bar
 | 
					{{ rgb(love.colors.foreground1) }} scroll bar
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ rgb(love.colors.foreground1) + ',40' }} mode off
 | 
					{{ rgb(love.colors.foreground1) + ',60' }} mode off
 | 
				
			||||||
{{ rgb(love.colors.accents[4]) }} mode over
 | 
					{{ rgb(love.colors.accents[4]) }} mode over
 | 
				
			||||||
{{ rgb(love.colors.accents[6]) }} mode on
 | 
					{{ rgb(love.colors.accents[6]) }} mode on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -92,3 +92,8 @@ rgb(255,0,255) tb line
 | 
				
			||||||
{{ rgb(love.colors.foreground1) }} menu text
 | 
					{{ rgb(love.colors.foreground1) }} menu text
 | 
				
			||||||
{{ rgb(love.colors.foreground1) + ',40' }} menu disable text
 | 
					{{ rgb(love.colors.foreground1) + ',40' }} menu disable text
 | 
				
			||||||
{{ rgb(love.colors.background1) }} menu border
 | 
					{{ rgb(love.colors.background1) }} menu border
 | 
				
			||||||
 | 
					{{ rgb(love.colors.foreground1) + ',60' }} menu icons
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Window
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					{{ rgb(love.colors.background1) }} window frame
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue