Use catppuccino themes

This commit is contained in:
Charlotte Van Petegem 2023-06-30 10:38:01 +02:00
parent 004d15e2ad
commit 1706f47908
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 98 additions and 115 deletions

View file

@ -28,24 +28,24 @@
};
mouse.hide-when-typing = true;
colors = {
foreground = "000000";
background = "ffffff";
regular0 = "282828";
regular1 = "a60000";
regular2 = "005e00";
regular3 = "813e00";
regular4 = "0031a9";
regular5 = "721045";
regular6 = "00538b";
regular7 = "f8f8f8";
bright0 = "000000";
bright1 = "972500";
bright2 = "315b00";
bright3 = "70480f";
bright4 = "2544bb";
bright5 = "8f0075";
bright6 = "30517f";
bright7 = "ffffff";
foreground = "4c4f69";
background = "eff1f5";
regular0 = "5c5f77";
regular1 = "d20f39";
regular2 = "40a02b";
regular3 = "df8e1d";
regular4 = "1e66f5";
regular5 = "ea76cb";
regular6 = "179299";
regular7 = "acb0be";
bright0 = "6c6f85";
bright1 = "d20f39";
bright2 = "40a02b";
bright3 = "df8e1d";
bright4 = "1e66f5";
bright5 = "ea76cb";
bright6 = "179299";
bright7 = "bcc0cc";
};
};
};