style kitty smartly
This commit is contained in:
		| @@ -19,6 +19,9 @@ | ||||
|  | ||||
|       # Nix language | ||||
|       jnoortheen.nix-ide | ||||
|  | ||||
|       # typst | ||||
|       myriad-dreamin.tinymist | ||||
|     ]; | ||||
|       # }; | ||||
|  | ||||
|   | ||||
| @@ -8,17 +8,35 @@ in | ||||
|         shellIntegration.enableFishIntegration = true; | ||||
|         settings = { | ||||
|             # # import the colors from the stylix theme, but keep the background black | ||||
|             # color0 = stylix.colors.background; | ||||
|             # color1 = stylix.base16Scheme.base01; | ||||
|             # color2 = stylix.colors.green; | ||||
|             # color3 = stylix.colors.yellow; | ||||
|             # color0 = stylix.stylix.base16Scheme.base00; | ||||
|             # color8 = stylix.stylix.base16Scheme.base08; | ||||
|  | ||||
|             # color0 = stylix.colors.background; | ||||
|             # color1 = stylix.colors.red; | ||||
|             # color2 = stylix.colors.green; | ||||
|             # color3 = stylix.colors.yellow; | ||||
|             # color1 = stylix.stylix.base16Scheme.base01; | ||||
|             # color9 = stylix.stylix.base16Scheme.base09; | ||||
|  | ||||
|             # color2 = stylix.stylix.base16Scheme.base02; | ||||
|             # color10 = stylix.stylix.base16Scheme.base0A; | ||||
|  | ||||
|             # color3 = stylix.stylix.base16Scheme.base03; | ||||
|             # color11 = stylix.stylix.base16Scheme.base0B; | ||||
|  | ||||
|             # color4 = stylix.stylix.base16Scheme.base04; | ||||
|             # color12 = stylix.stylix.base16Scheme.base0C; | ||||
|  | ||||
|             # color5 = stylix.stylix.base16Scheme.base05; | ||||
|             # color13 = stylix.stylix.base16Scheme.base0D; | ||||
|  | ||||
|             # color6 = stylix.stylix.base16Scheme.base06; | ||||
|             # color14 = stylix.stylix.base16Scheme.base0E; | ||||
|  | ||||
|             # color7 = stylix.stylix.base16Scheme.base07; | ||||
|             # color15 = stylix.stylix.base16Scheme.base0F; | ||||
|  | ||||
|             # also reuse the background opacity by stylix | ||||
|             background_opacity = stylix.stylix.opacity.terminal; | ||||
|  | ||||
|             background = "#000000"; | ||||
|  | ||||
|             confirm_os_window_close = 0; | ||||
|             enable_audio_bell = false; | ||||
|             cursor_trail = 3; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user