diff --git a/styles/twitter/catppuccin.user.less b/styles/twitter/catppuccin.user.less index 4819784dd7..df3bb9b0e0 100644 --- a/styles/twitter/catppuccin.user.less +++ b/styles/twitter/catppuccin.user.less @@ -35,11 +35,21 @@ #lib.defaults(); body.LightsOut { + --background: #lib.hslify(@base)[]; --border-color: @surface0; --color: @overlay1; --color-emphasis: @text; --hover-bg-color: @surface0; --cpft-text-primary: @text; + --color-gray-0: #lib.hslify(@surface0)[]; + --color-text: #lib.hslify(@text)[]; + --color-gray-100: #lib.hslify(@surface1)[]; + --color-gray-700: #lib.hslify(@overlay0)[]; + --primary: #lib.hslify(@accent)[]; + + .bg-primary .text-white { + color: if(@flavor = latte, #fff, @crust); + } // shadows .r-qo02w8, @@ -107,6 +117,11 @@ background-color: @base; } + // text bg color + .r-1otebnk { + background-color: @text; + } + // arrow on account switcher .r-cqee49 { color: @base;