From 464c7723a9e13c41bca5fdfc550b28352cf25996 Mon Sep 17 00:00:00 2001 From: Justinas <156369263+justinnas@users.noreply.github.com> Date: Sat, 24 Aug 2024 04:18:30 +0300 Subject: [PATCH 1/3] Changed dark mode colors, improved light mode colors and other UI components --- app/front-end/index.html | 60 +++++++++++-------- .../components/buttons/IconTitleButton.tsx | 7 ++- .../src/components/layouts/baseLayout.tsx | 9 ++- .../components/editorView/editorToolbar.tsx | 16 +++-- .../fileTreeItem/fileTreeItem.tsx | 2 +- .../filebarView/filebarGroupItem.tsx | 9 ++- .../toolbarView/toolbarGroupItem.tsx | 6 +- .../toolbarView/toolbarGroupsSelectorItem.tsx | 6 +- .../src/stores/themeContextProvider.tsx | 2 +- app/front-end/src/types/enums/colors.ts | 29 +++++---- 10 files changed, 91 insertions(+), 55 deletions(-) diff --git a/app/front-end/index.html b/app/front-end/index.html index 9d361df..425a916 100644 --- a/app/front-end/index.html +++ b/app/front-end/index.html @@ -11,9 +11,17 @@ } - +