mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	[BRANDING] Add Forgejo light, dark, and auto themes
This commit is contained in:
		
					parent
					
						
							
								7f4e98d3ab
							
						
					
				
			
			
				commit
				
					
						009bb07ad8
					
				
			
		
					 5 changed files with 580 additions and 4 deletions
				
			
		|  | @ -286,8 +286,8 @@ var ( | |||
| 		ReactionMaxUserNum:  10, | ||||
| 		ThemeColorMetaTag:   `#6cc644`, | ||||
| 		MaxDisplayFileSize:  8388608, | ||||
| 		DefaultTheme:        `auto`, | ||||
| 		Themes:              []string{`auto`, `gitea`, `arc-green`}, | ||||
| 		DefaultTheme:        `forgejo-auto`, | ||||
| 		Themes:              []string{`forgejo-auto`, `forgejo-light`, `forgejo-dark`, `auto`, `gitea`, `arc-green`}, | ||||
| 		Reactions:           []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`}, | ||||
| 		CustomEmojis:        []string{`git`, `gitea`, `codeberg`, `gitlab`, `github`, `gogs`, `forgejo`}, | ||||
| 		CustomEmojisMap:     map[string]string{"git": ":git:", "gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:", "github": ":github:", "gogs": ":gogs:", "forgejo": ":forgejo:"}, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue