[foot] fix: (simple) theme switching
This commit is contained in:
		
							parent
							
								
									0a7a5181ff
								
							
						
					
					
						commit
						6ef7e0aef8
					
				
					 6 changed files with 184 additions and 9 deletions
				
			
		|  | @ -1,4 +1,8 @@ | |||
| # -*- conf -*- | ||||
| # ~/.config/foot/foot.ini | ||||
| 
 | ||||
| # Include the correct color scheme | ||||
| include=~/.config/foot/theme.ini | ||||
| 
 | ||||
| # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) | ||||
| term=xterm-256color | ||||
|  | @ -20,7 +24,7 @@ font=letter extended:size=10 | |||
| # underline-offset=<font metrics> | ||||
| # underline-thickness=<font underline thickness> | ||||
| # box-drawings-uses-font-glyphs=no | ||||
| # dpi-aware=no | ||||
| dpi-aware=yes | ||||
| 
 | ||||
| # initial-window-size-pixels=700x500  # Or, | ||||
| # initial-window-size-chars=<COLSxROWS> | ||||
|  | @ -75,7 +79,7 @@ visual=yes | |||
| # long-press-delay=400 | ||||
| 
 | ||||
| [colors] | ||||
| alpha=0.9 | ||||
| alpha=0.8 | ||||
| # background=242424 | ||||
| # foreground=ffffff | ||||
| flash=b00020 | ||||
|  |  | |||
							
								
								
									
										64
									
								
								stow/foot/.config/foot/themes/tdpeuter-dark.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								stow/foot/.config/foot/themes/tdpeuter-dark.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,64 @@ | |||
| [colors] | ||||
| # alpha=0.8 | ||||
| background=171717 | ||||
| foreground=dcdfe4 | ||||
| # flash=b00020 | ||||
| # flash-alpha=0.5 | ||||
| 
 | ||||
| ## Normal/regular colors (color palette 0-7) | ||||
| regular0=242424  # black | ||||
| # regular0=21222c | ||||
| # regular1=f62b5a  # red | ||||
| regular1=c86564 | ||||
| regular2=47b413  # green | ||||
| # regular2=b2bc68 | ||||
| regular3=e3c401  # yellow | ||||
| # regular3=f7e03f | ||||
| # regular4=24acd4  # blue | ||||
| regular4=80a2be | ||||
| regular5=f2affd  # magenta | ||||
| # color5   #b294bb | ||||
| # regular6=13c299  # cyan | ||||
| regular6=8abeb7 | ||||
| regular7=e6e6e6  # white | ||||
| # regular7=ffffff | ||||
| 
 | ||||
| ## Bright colors (color palette 8-15) | ||||
| # bright0=616161   # bright black | ||||
| # bright0=6272a4 | ||||
| # bright1=ff4d51   # bright red | ||||
| # color9   #C86564 | ||||
| # bright2=35d450   # bright green | ||||
| # color10  #B2BC68 | ||||
| # bright3=e9e836   # bright yellow | ||||
| # color11  #f7e03f | ||||
| # bright4=5dc5f8   # bright blue | ||||
| # color12  #80A2BE | ||||
| # bright5=feabf2   # bright magenta | ||||
| # bright5=b294bb | ||||
| # bright6=24dfc4   # bright cyan | ||||
| # bright6=8abeb7 | ||||
| bright7=ffffff   # bright white | ||||
| 
 | ||||
| ## dimmed colors (see foot.ini(5) man page) | ||||
| # dim0=<not set> | ||||
| # ... | ||||
| # dim7=<not-set> | ||||
| 
 | ||||
| ## The remaining 256-color palette | ||||
| # 16 = <256-color palette #16> | ||||
| # ... | ||||
| # 255 = <256-color palette #255> | ||||
| 
 | ||||
| ## Misc colors | ||||
| # selection-foreground=<inverse foreground/background> | ||||
| # selection-foreground=000000 | ||||
| # selection-background=<inverse foreground/background> | ||||
| # selection-background=fffacd | ||||
| # jump-labels=<regular0> <regular3>          # black-on-yellow | ||||
| # scrollback-indicator=<regular0> <bright4>  # black-on-bright-blue | ||||
| # search-box-no-match=<regular0> <regular1>  # black-on-red | ||||
| # search-box-match=<regular0> <regular3>     # black-on-yellow | ||||
| # urls=<regular3> | ||||
| urls=0087bd | ||||
| 
 | ||||
							
								
								
									
										64
									
								
								stow/foot/.config/foot/themes/tdpeuter-light.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								stow/foot/.config/foot/themes/tdpeuter-light.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,64 @@ | |||
| [colors] | ||||
| # alpha=0.8 | ||||
| background=fafafa | ||||
| foreground=000000 | ||||
| # flash=b00020 | ||||
| # flash-alpha=0.5 | ||||
| 
 | ||||
| ## Normal/regular colors (color palette 0-7) | ||||
| # regular0=242424  # black | ||||
| # color0   #383A42 | ||||
| # regular1=f62b5a  # red | ||||
| # color1   #E45649 | ||||
| # regular2=47b413  # green | ||||
| # color2   #40A14F | ||||
| # regular3=e3c401  # yellow | ||||
| # color3   #C18401 | ||||
| # regular4=24acd4  # blue | ||||
| regular4=0184bc | ||||
| # regular5=f2affd  # magenta | ||||
| # color5   #A626A4 | ||||
| # regular6=13c299  # cyan | ||||
| # color6   #0997B3 | ||||
| # regular7=e6e6e6  # white | ||||
| # color7   #FAFAFA | ||||
| 
 | ||||
| ## Bright colors (color palette 8-15) | ||||
| # bright0=616161   # bright black | ||||
| # color8   #6272a4 | ||||
| # bright1=ff4d51   # bright red | ||||
| # color9   #E45649 | ||||
| # bright2=35d450   # bright green | ||||
| # color10  #40A14F | ||||
| # bright3=e9e836   # bright yellow | ||||
| # color11  #C18401 | ||||
| # bright4=5dc5f8   # bright blue | ||||
| # color12 #0184BC | ||||
| # bright5=feabf2   # bright magenta | ||||
| # color13  #A626A4 | ||||
| # bright6=24dfc4   # bright cyan | ||||
| # color14  #0997B3 | ||||
| # bright7=ffffff   # bright white | ||||
| # color15  #FAFAFA | ||||
| 
 | ||||
| ## dimmed colors (see foot.ini(5) man page) | ||||
| # dim0=<not set> | ||||
| # ... | ||||
| # dim7=<not-set> | ||||
| 
 | ||||
| ## The remaining 256-color palette | ||||
| # 16 = <256-color palette #16> | ||||
| # ... | ||||
| # 255 = <256-color palette #255> | ||||
| 
 | ||||
| ## Misc colors | ||||
| # selection-foreground=<inverse foreground/background> | ||||
| selection-foreground=383a42 | ||||
| # selection-background=<inverse foreground/background> | ||||
| selection-background=bfceff | ||||
| # jump-labels=<regular0> <regular3>          # black-on-yellow | ||||
| # scrollback-indicator=<regular0> <bright4>  # black-on-bright-blue | ||||
| # search-box-no-match=<regular0> <regular1>  # black-on-red | ||||
| # search-box-match=<regular0> <regular3>     # black-on-yellow | ||||
| urls=f0f0f0 | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue