forked from sainnhe/gitea-themes
		
	Add nord
This commit is contained in:
		
							
								
								
									
										4
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.sh
									
									
									
									
									
								
							@@ -8,3 +8,7 @@ for theme in edge gruvbox gruvbox-material everforest; do
 | 
				
			|||||||
        lessc -x "src/${theme}-${variant}.less" > "dist/theme-${theme}-${variant}.css"
 | 
					        lessc -x "src/${theme}-${variant}.less" > "dist/theme-${theme}-${variant}.css"
 | 
				
			||||||
    done
 | 
					    done
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					for theme in nord; do
 | 
				
			||||||
 | 
					    lessc -x "src/${theme}.less" > "dist/theme-${theme}.css"
 | 
				
			||||||
 | 
					done
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								dist/theme-nord.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								dist/theme-nord.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								src/nord.less
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								src/nord.less
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
				
			|||||||
 | 
					@import "palette/nord";
 | 
				
			||||||
 | 
					@import "template/index";
 | 
				
			||||||
							
								
								
									
										31
									
								
								src/palette/nord.less
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								src/palette/nord.less
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
				
			|||||||
 | 
					@primary:     #81A1C1; // primary color used in main texts
 | 
				
			||||||
 | 
					@secondary:   #8FBCBB; // secondary color used in some texts and text based buttons
 | 
				
			||||||
 | 
					@tertiary:    #88C0D0; // tertiary color used in other colored texts
 | 
				
			||||||
 | 
					@fg:          #D8DEE9;
 | 
				
			||||||
 | 
					@bg0:         #2E3440;
 | 
				
			||||||
 | 
					@bg1:         mix(@bg0, @bg4, 75%);
 | 
				
			||||||
 | 
					@bg2:         mix(@bg0, @bg4, 50%);
 | 
				
			||||||
 | 
					@bg3:         mix(@bg0, @bg4, 25%);
 | 
				
			||||||
 | 
					@bg4:         mix(#4C566A, #434C5E, 50%);
 | 
				
			||||||
 | 
					@red:         #BF616A;
 | 
				
			||||||
 | 
					@orange:      #D08770;
 | 
				
			||||||
 | 
					@yellow:      #EBCB8B;
 | 
				
			||||||
 | 
					@green:       #A3BE8C;
 | 
				
			||||||
 | 
					@cyan:        #88C0D0;
 | 
				
			||||||
 | 
					@blue:        #81A1C1;
 | 
				
			||||||
 | 
					@purple:      #B48EAD;
 | 
				
			||||||
 | 
					@grey:        mix(#616E88, @fg, 75%);
 | 
				
			||||||
 | 
					@red-bg:      #55393d;
 | 
				
			||||||
 | 
					@green-bg:    #394634;
 | 
				
			||||||
 | 
					@blue-bg:     #354157;
 | 
				
			||||||
 | 
					@yellow-bg:   #4e432f;
 | 
				
			||||||
 | 
					@button1:     #81A1C1;
 | 
				
			||||||
 | 
					@button2:     #88C0D0;
 | 
				
			||||||
 | 
					@button-red:  #BF616A;
 | 
				
			||||||
 | 
					@key:         @primary;
 | 
				
			||||||
 | 
					@operator:    @secondary;
 | 
				
			||||||
 | 
					@string:      @green;
 | 
				
			||||||
 | 
					@value:       @green;
 | 
				
			||||||
 | 
					@type:        @tertiary;
 | 
				
			||||||
 | 
					@function:    @blue;
 | 
				
			||||||
 | 
					@special:     @yellow;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user