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
(cherry picked from commitfaab0c670e) (cherry picked from commitb6d59493c7) (cherry picked from commit837da0c1f4) (cherry picked from commit71ad245e1d) (cherry picked from commit85a7032f1b) Conflicts: web_src/css/themes/theme-forgejo-auto.less web_src/css/themes/theme-forgejo-dark.less web_src/css/themes/theme-forgejo-light.less web_src/less/_home.less see https://codeberg.org/forgejo/forgejo/pulls/552 (cherry picked from commit0c2c131bb0) [BRANDING] Add Forgejo light, dark, and auto themes: fix import Closes: https://codeberg.org/forgejo/forgejo/issues/562 (cherry picked from commit2b0dc1f80f) (cherry picked from commit494ad6a3b7) (cherry picked from commit6940fc22c4) (cherry picked from commitbd6f00656c) (cherry picked from commitebb506a124)
This commit is contained in:
		
					parent
					
						
							
								a1014654b1
							
						
					
				
			
			
				commit
				
					
						43d72d3781
					
				
			
		
					 5 changed files with 536 additions and 4 deletions
				
			
		|  | @ -79,8 +79,8 @@ var UI = struct { | |||
| 	ReactionMaxUserNum:  10, | ||||
| 	ThemeColorMetaTag:   ``, | ||||
| 	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