From 7efd511ff45132e540d437f8b2c4d55612a5ab2a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 15 Mar 2024 11:37:39 +0100 Subject: HCR-14: Fix NewFS.hxx define of kNewFSIdent. Renamed LookAndFeel.css to SystemTheme.css Signed-off-by: Amlal El Mahrouss --- Private/FSKit/NewFS.hxx | 6 ++--- Private/Root/System/LookAndFeel.css | 46 ------------------------------------- Private/Root/System/SystemTheme.css | 46 +++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 Private/Root/System/LookAndFeel.css create mode 100644 Private/Root/System/SystemTheme.css diff --git a/Private/FSKit/NewFS.hxx b/Private/FSKit/NewFS.hxx index 3cc4ceba..657f6fae 100644 --- a/Private/FSKit/NewFS.hxx +++ b/Private/FSKit/NewFS.hxx @@ -27,15 +27,15 @@ #define kNewFSInvalidCatalog -1 #define kNewFSNodeNameLen 256 -#define kNewFSIdentLen 6 +#define kNewFSIdentLen 8 #define kNewFSIdent " HCFS" #define kPadLen 16 //! On EPM and GPT disks. #define kNewFSUUID "DD997393-9CCE-4288-A8D5-C0FDE3908DBE" -#define kNewFSVersionInteger 0x11 -#define kNewFSVerionString "1.1" +#define kNewFSVersionInteger 0x120 +#define kNewFSVerionString "1.2.0" typedef HCore::WideChar NewCharType; diff --git a/Private/Root/System/LookAndFeel.css b/Private/Root/System/LookAndFeel.css deleted file mode 100644 index 44e38465..00000000 --- a/Private/Root/System/LookAndFeel.css +++ /dev/null @@ -1,46 +0,0 @@ -@layer base { - :root { - --background: 0 0% 100%; - --foreground: 240 10% 3.9%; - --card: 0 0% 100%; - --card-foreground: 240 10% 3.9%; - --popover: 0 0% 100%; - --popover-foreground: 240 10% 3.9%; - --primary: 240 5.9% 10%; - --primary-foreground: 0 0% 98%; - --secondary: 240 4.8% 95.9%; - --secondary-foreground: 240 5.9% 10%; - --muted: 240 4.8% 95.9%; - --muted-foreground: 240 3.8% 46.1%; - --accent: 240 4.8% 95.9%; - --accent-foreground: 240 5.9% 10%; - --destructive: 0 84.2% 60.2%; - --destructive-foreground: 0 0% 98%; - --border: 240 5.9% 90%; - --input: 240 5.9% 90%; - --ring: 240 5.9% 10%; - --radius: 0.5rem; - } - - .dark { - --background: 240 10% 3.9%; - --foreground: 0 0% 98%; - --card: 240 10% 3.9%; - --card-foreground: 0 0% 98%; - --popover: 240 10% 3.9%; - --popover-foreground: 0 0% 98%; - --primary: 0 0% 98%; - --primary-foreground: 240 5.9% 10%; - --secondary: 240 3.7% 15.9%; - --secondary-foreground: 0 0% 98%; - --muted: 240 3.7% 15.9%; - --muted-foreground: 240 5% 64.9%; - --accent: 240 3.7% 15.9%; - --accent-foreground: 0 0% 98%; - --destructive: 0 62.8% 30.6%; - --destructive-foreground: 0 0% 98%; - --border: 240 3.7% 15.9%; - --input: 240 3.7% 15.9%; - --ring: 240 4.9% 83.9%; - } -} diff --git a/Private/Root/System/SystemTheme.css b/Private/Root/System/SystemTheme.css new file mode 100644 index 00000000..44e38465 --- /dev/null +++ b/Private/Root/System/SystemTheme.css @@ -0,0 +1,46 @@ +@layer base { + :root { + --background: 0 0% 100%; + --foreground: 240 10% 3.9%; + --card: 0 0% 100%; + --card-foreground: 240 10% 3.9%; + --popover: 0 0% 100%; + --popover-foreground: 240 10% 3.9%; + --primary: 240 5.9% 10%; + --primary-foreground: 0 0% 98%; + --secondary: 240 4.8% 95.9%; + --secondary-foreground: 240 5.9% 10%; + --muted: 240 4.8% 95.9%; + --muted-foreground: 240 3.8% 46.1%; + --accent: 240 4.8% 95.9%; + --accent-foreground: 240 5.9% 10%; + --destructive: 0 84.2% 60.2%; + --destructive-foreground: 0 0% 98%; + --border: 240 5.9% 90%; + --input: 240 5.9% 90%; + --ring: 240 5.9% 10%; + --radius: 0.5rem; + } + + .dark { + --background: 240 10% 3.9%; + --foreground: 0 0% 98%; + --card: 240 10% 3.9%; + --card-foreground: 0 0% 98%; + --popover: 240 10% 3.9%; + --popover-foreground: 0 0% 98%; + --primary: 0 0% 98%; + --primary-foreground: 240 5.9% 10%; + --secondary: 240 3.7% 15.9%; + --secondary-foreground: 0 0% 98%; + --muted: 240 3.7% 15.9%; + --muted-foreground: 240 5% 64.9%; + --accent: 240 3.7% 15.9%; + --accent-foreground: 0 0% 98%; + --destructive: 0 62.8% 30.6%; + --destructive-foreground: 0 0% 98%; + --border: 240 3.7% 15.9%; + --input: 240 3.7% 15.9%; + --ring: 240 4.9% 83.9%; + } +} -- cgit v1.2.3