fix alacritty bright colors
needed to get vim color scheme working as expected
This commit is contained in:
		
							parent
							
								
									58741dad63
								
							
						
					
					
						commit
						2de47035c9
					
				
					 1 changed files with 14 additions and 11 deletions
				
			
		| 
						 | 
					@ -8,6 +8,9 @@
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    settings = {
 | 
					    settings = {
 | 
				
			||||||
      font.size = 6;
 | 
					      font.size = 6;
 | 
				
			||||||
 | 
					      font.normal.family = "Meslo LGSDZ Nerd Font";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      draw_bold_text_with_bright_colors = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      colors = with import ../common/solarized.nix; rec {
 | 
					      colors = with import ../common/solarized.nix; rec {
 | 
				
			||||||
        # Default colors
 | 
					        # Default colors
 | 
				
			||||||
| 
						 | 
					@ -29,17 +32,17 @@
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # Bright colors
 | 
					        # Bright colors
 | 
				
			||||||
        bright = normal;
 | 
					        # bright = normal;
 | 
				
			||||||
        # bright = {
 | 
					        bright = {
 | 
				
			||||||
        #   black = base03;
 | 
					          black = base03;
 | 
				
			||||||
        #   red = orange;
 | 
					          red = orange;
 | 
				
			||||||
        #   green = base01;
 | 
					          green = base01;
 | 
				
			||||||
        #   yellow = base00;
 | 
					          yellow = base00;
 | 
				
			||||||
        #   blue = base0;
 | 
					          blue = base0;
 | 
				
			||||||
        #   magenta = violet;
 | 
					          magenta = violet;
 | 
				
			||||||
        #   cyan = base1;
 | 
					          cyan = base1;
 | 
				
			||||||
        #   white = base3;
 | 
					          white = base3;
 | 
				
			||||||
        # };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue