mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	GUI: fix minor issues with dark themes
GUI: rename and reorder themes
This commit is contained in:
		| @@ -7,10 +7,10 @@ | ||||
| namespace UISettings { | ||||
|  | ||||
| const Themes themes{{ | ||||
|     {"Default", "default"}, | ||||
|     {"Light", "default"}, | ||||
|     {"Light Colorful", "colorful"}, | ||||
|     {"Dark", "qdarkstyle"}, | ||||
|     {"Colorful", "colorful"}, | ||||
|     {"Colorful Dark", "colorful_dark"}, | ||||
|     {"Dark Colorful", "colorful_dark"}, | ||||
| }}; | ||||
|  | ||||
| Values values = {}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bartosz Kaszubowski
					Bartosz Kaszubowski