feat: init new response state system

This commit is contained in:
liyasthomas
2021-07-13 11:07:29 +05:30
parent ffc891f38e
commit a4032836c3
20 changed files with 620 additions and 387 deletions

View File

@@ -28,7 +28,7 @@
// Tooltip color
--tooltip-color: theme("colors.dark.700");
// Editor theme
--editor-theme: "twilight";
--editor-theme: "merbivore_soft";
}
@mixin lightTheme {
@@ -55,7 +55,7 @@
// Tooltip color
--tooltip-color: theme("colors.gray.50");
// Editor theme
--editor-theme: "iplastic";
--editor-theme: "textmate";
}
@mixin blackTheme {