26 lines
		
	
	
	
		
			402 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			402 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [general]
 | |
| import = ["./github_dark_high_contrast.toml" ]
 | |
| 
 | |
| [colors.primary]
 | |
| background = "#111111"
 | |
| 
 | |
| [colors.normal]
 | |
| cyan = '#008b8b'
 | |
| 
 | |
| [font.normal]
 | |
| family = 'JetBrainsMono Nerd Font Mono'
 | |
| style = 'Regular'
 | |
| 
 | |
| [cursor]
 | |
| blink_interval = 500
 | |
| blink_timeout = 0
 | |
| 
 | |
| [cursor.style]
 | |
| blinking = "Always"
 | |
| #shape = "Underline"
 | |
| 
 | |
| [window]
 | |
| opacity = 0.95
 | |
| decorations = "None"
 | |
| level = "AlwaysOnTop"
 | |
| dynamic_padding = true
 |