1
0

feat: darker-theme recolor

This commit is contained in:
Guz013
2023-12-19 04:26:13 -03:00
parent 66c214b809
commit 054d7f5a47
2 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,14 @@
@use "sass:math";
@use "@catppuccin/palette/scss/mocha" as *;
$brand: $blue;
$brand: $text;
$base: #111111;
$crust: #111111;
$mantle: #181818;
$text: #cacaca;
$subtext0: #cacaca;
$subtext1: #cacaca;
@import "theme";
.theme-dark {

View File

@@ -260,8 +260,8 @@ html {
--textbox-markdown-syntax: #{$overlay0};
--spoiler-revealed-background: #{$surface0};
--spoiler-hidden-background: #{$surface2};
--spoiler-revealed-background: #{$mantle};
--spoiler-hidden-background: #{$mantle};
--android-navigation-bar-background: #{$crust};
--android-ripple: #{adjust-color($crust, $alpha: -0.7)};