mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Merge pull request #1069 from KyleOndy/add_gruvbox_theme
add peaceant's port of gruvbox themes
This commit is contained in:
		
							
								
								
									
										5
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@@ -185,6 +185,9 @@
 | 
				
			|||||||
[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
 | 
					[submodule "assets/syntaxes/02_Extra/AsciiDoc"]
 | 
				
			||||||
	path = assets/syntaxes/02_Extra/AsciiDoc
 | 
						path = assets/syntaxes/02_Extra/AsciiDoc
 | 
				
			||||||
	url = https://github.com/asciidoctor/sublimetext-asciidoc.git
 | 
						url = https://github.com/asciidoctor/sublimetext-asciidoc.git
 | 
				
			||||||
 | 
					[submodule "assets/themes/gruvbox"]
 | 
				
			||||||
 | 
						path = assets/themes/gruvbox
 | 
				
			||||||
 | 
						url = https://github.com/peaceant/gruvbox.git
 | 
				
			||||||
[submodule "assets/syntaxes/02_Extra/GLSL"]
 | 
					[submodule "assets/syntaxes/02_Extra/GLSL"]
 | 
				
			||||||
	path = assets/syntaxes/02_Extra/GLSL
 | 
						path = assets/syntaxes/02_Extra/GLSL
 | 
				
			||||||
	url = https://github.com/euler0/sublime-glsl
 | 
						url = https://github.com/euler0/sublime-glsl
 | 
				
			||||||
@@ -12,6 +12,9 @@
 | 
				
			|||||||
- GLSL (@caioalonso)
 | 
					- GLSL (@caioalonso)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## New themes
 | 
					## New themes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Gruvbox, see #1069 (@kyleondy)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## `bat` as a library
 | 
					## `bat` as a library
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
 | 
					- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								assets/themes.bin
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								assets/themes.bin
									
									
									
									
										vendored
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								assets/themes/gruvbox
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
							
						
						
									
										1
									
								
								assets/themes/gruvbox
									
									
									
									
										vendored
									
									
										Submodule
									
								
							 Submodule assets/themes/gruvbox added at e3db74d0e5
									
								
							@@ -29,6 +29,9 @@ fn all_themes_are_present() {
 | 
				
			|||||||
            "ansi-dark",
 | 
					            "ansi-dark",
 | 
				
			||||||
            "ansi-light",
 | 
					            "ansi-light",
 | 
				
			||||||
            "base16",
 | 
					            "base16",
 | 
				
			||||||
 | 
					            "gruvbox",
 | 
				
			||||||
 | 
					            "gruvbox-light",
 | 
				
			||||||
 | 
					            "gruvbox-white",
 | 
				
			||||||
            "zenburn"
 | 
					            "zenburn"
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user