style kitty smartly
This commit is contained in:
parent
a6c15b1e54
commit
ef21567b64
@ -19,6 +19,9 @@
|
|||||||
|
|
||||||
# Nix language
|
# Nix language
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
|
|
||||||
|
# typst
|
||||||
|
myriad-dreamin.tinymist
|
||||||
];
|
];
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
@ -8,17 +8,35 @@ in
|
|||||||
shellIntegration.enableFishIntegration = true;
|
shellIntegration.enableFishIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
# # import the colors from the stylix theme, but keep the background black
|
# # import the colors from the stylix theme, but keep the background black
|
||||||
# color0 = stylix.colors.background;
|
# color0 = stylix.stylix.base16Scheme.base00;
|
||||||
# color1 = stylix.base16Scheme.base01;
|
# color8 = stylix.stylix.base16Scheme.base08;
|
||||||
# color2 = stylix.colors.green;
|
|
||||||
# color3 = stylix.colors.yellow;
|
|
||||||
|
|
||||||
# color0 = stylix.colors.background;
|
# color1 = stylix.stylix.base16Scheme.base01;
|
||||||
# color1 = stylix.colors.red;
|
# color9 = stylix.stylix.base16Scheme.base09;
|
||||||
# color2 = stylix.colors.green;
|
|
||||||
# color3 = stylix.colors.yellow;
|
# 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";
|
background = "#000000";
|
||||||
|
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
cursor_trail = 3;
|
cursor_trail = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user