Enhance layout

This commit is contained in:
decolua 2026-01-31 12:58:04 +07:00
parent 8c37b39eed
commit 8897df5036
23 changed files with 458 additions and 326 deletions

View file

@ -16,8 +16,8 @@ export const COLORS = {
bg: "#FBF9F6",
bgAlt: "#F5F1ED",
surface: "#FFFFFF",
sidebar: "#F0EFEC",
border: "#E6E4DD",
sidebar: "rgba(246, 246, 246, 0.8)",
border: "rgba(0, 0, 0, 0.1)",
textMain: "#383733",
textMuted: "#75736E",
},
@ -27,8 +27,8 @@ export const COLORS = {
bg: "#191918",
bgAlt: "#1F1F1E",
surface: "#242423",
sidebar: "#1F1F1E",
border: "#333331",
sidebar: "rgba(30, 30, 30, 0.8)",
border: "rgba(255, 255, 255, 0.1)",
textMain: "#ECEBE8",
textMuted: "#9E9D99",
},