fix(nix-colors): config.colorscheme.colors -> config.colorscheme.palette
This commit is contained in:
		
							parent
							
								
									58447dcf84
								
							
						
					
					
						commit
						5f3c9de7e7
					
				
					 21 changed files with 282 additions and 282 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| { config, lib, ... }: | ||||
| 
 | ||||
| let | ||||
|   inherit (config.colorscheme) colors; | ||||
|   inherit (config.colorscheme) palette; | ||||
|   fonts = config.homeModules.theme.font; | ||||
|   cfg = config.homeModules.desktop.terminal.kitty; | ||||
|   fish = config.homeModules.console.shell.fish; | ||||
|  | @ -24,42 +24,42 @@ in | |||
|         scrollback_lines = 4000; | ||||
|         scrollback_pager_history_size = 2048; | ||||
|         window_padding_width = 1; | ||||
|         foreground = "#${colors.base05}"; | ||||
|         background = "#${colors.base00}"; | ||||
|         foreground = "#${palette.base05}"; | ||||
|         background = "#${palette.base00}"; | ||||
|         background_opacity = "1.0"; | ||||
|         selection_background = "#${colors.base05}"; | ||||
|         selection_foreground = "#${colors.base00}"; | ||||
|         url_color = "#${colors.base04}"; | ||||
|         cursor = "#${colors.base05}"; | ||||
|         active_border_color = "#${colors.base03}"; | ||||
|         inactive_border_color = "#${colors.base01}"; | ||||
|         active_tab_background = "#${colors.base00}"; | ||||
|         active_tab_foreground = "#${colors.base05}"; | ||||
|         inactive_tab_background = "#${colors.base01}"; | ||||
|         inactive_tab_foreground = "#${colors.base04}"; | ||||
|         tab_bar_background = "#${colors.base01}"; | ||||
|         color0 = "#${colors.base00}"; | ||||
|         color1 = "#${colors.base08}"; | ||||
|         color2 = "#${colors.base0B}"; | ||||
|         color3 = "#${colors.base0A}"; | ||||
|         color4 = "#${colors.base0D}"; | ||||
|         color5 = "#${colors.base0E}"; | ||||
|         color6 = "#${colors.base0C}"; | ||||
|         color7 = "#${colors.base05}"; | ||||
|         color8 = "#${colors.base03}"; | ||||
|         color9 = "#${colors.base08}"; | ||||
|         color10 = "#${colors.base0B}"; | ||||
|         color11 = "#${colors.base0A}"; | ||||
|         color12 = "#${colors.base0D}"; | ||||
|         color13 = "#${colors.base0E}"; | ||||
|         color14 = "#${colors.base0C}"; | ||||
|         color15 = "#${colors.base07}"; | ||||
|         color16 = "#${colors.base09}"; | ||||
|         color17 = "#${colors.base0F}"; | ||||
|         color18 = "#${colors.base01}"; | ||||
|         color19 = "#${colors.base02}"; | ||||
|         color20 = "#${colors.base04}"; | ||||
|         color21 = "#${colors.base06}"; | ||||
|         selection_background = "#${palette.base05}"; | ||||
|         selection_foreground = "#${palette.base00}"; | ||||
|         url_color = "#${palette.base04}"; | ||||
|         cursor = "#${palette.base05}"; | ||||
|         active_border_color = "#${palette.base03}"; | ||||
|         inactive_border_color = "#${palette.base01}"; | ||||
|         active_tab_background = "#${palette.base00}"; | ||||
|         active_tab_foreground = "#${palette.base05}"; | ||||
|         inactive_tab_background = "#${palette.base01}"; | ||||
|         inactive_tab_foreground = "#${palette.base04}"; | ||||
|         tab_bar_background = "#${palette.base01}"; | ||||
|         color0 = "#${palette.base00}"; | ||||
|         color1 = "#${palette.base08}"; | ||||
|         color2 = "#${palette.base0B}"; | ||||
|         color3 = "#${palette.base0A}"; | ||||
|         color4 = "#${palette.base0D}"; | ||||
|         color5 = "#${palette.base0E}"; | ||||
|         color6 = "#${palette.base0C}"; | ||||
|         color7 = "#${palette.base05}"; | ||||
|         color8 = "#${palette.base03}"; | ||||
|         color9 = "#${palette.base08}"; | ||||
|         color10 = "#${palette.base0B}"; | ||||
|         color11 = "#${palette.base0A}"; | ||||
|         color12 = "#${palette.base0D}"; | ||||
|         color13 = "#${palette.base0E}"; | ||||
|         color14 = "#${palette.base0C}"; | ||||
|         color15 = "#${palette.base07}"; | ||||
|         color16 = "#${palette.base09}"; | ||||
|         color17 = "#${palette.base0F}"; | ||||
|         color18 = "#${palette.base01}"; | ||||
|         color19 = "#${palette.base02}"; | ||||
|         color20 = "#${palette.base04}"; | ||||
|         color21 = "#${palette.base06}"; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue