Skip to content

Commit

Permalink
Merge pull request #460 from live-codes/light-theme
Browse files Browse the repository at this point in the history
modify light theme
  • Loading branch information
hatemhosny authored Oct 27, 2023
2 parents 3a4adb3 + 9c813b2 commit 0ea01cc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/livecodes/assets/images/copy-as-url.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions src/livecodes/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,30 @@
--link-color: rgb(1, 100, 180);
--toolbar-text-color: rgb(68, 72, 87);
--toolbar-text-active-color: rgb(237, 237, 237);
--toolbar-background-color: rgb(206, 205, 205);
--toolbar-background-active-color: rgb(248, 248, 248);
--toolbar-background-color: rgb(235, 235, 235);
--toolbar-background-active-color: rgb(221, 244, 255);
--editor-title-text-color: rgb(130, 130, 130);
--editor-title-text-active-color: rgb(68, 72, 87);
--background-color: rgb(243, 243, 243);
--foreground-color: rgb(237, 237, 237);
--split-bar-color: rgb(116, 116, 116);
--background-color: rgb(246, 248, 250);
--foreground-color: rgb(220, 220, 220);
--split-bar-color: rgb(118, 119, 120);
--split-handle-color: rgb(237, 237, 237);
--button-color: rgb(116, 116, 116);
--button-hover-color: rgb(170, 170, 170);
--button-active-color: rgb(190, 190, 190);
--button-active-hover-color: rgb(190, 190, 190);
--language-menu-button-color: rgb(116, 116, 116);
--language-menu-button-hover-color: rgb(170, 170, 170);
--language-menu-button-active-color: rgb(170, 170, 170);
--language-menu-button-active-hover-color: rgb(190, 190, 190);
--button-color: rgb(118, 119, 120);
--button-hover-color: rgb(130, 130, 130);
--button-active-color: rgb(155, 159, 163);
--button-active-hover-color: rgb(155, 159, 163);
--language-menu-button-color: rgb(151, 155, 160);
--language-menu-button-hover-color: rgb(188, 194, 201);
--language-menu-button-active-color: rgb(151, 155, 160);
--language-menu-button-active-hover-color: rgb(188, 194, 201);
--scrollbar-color: rgb(192, 192, 192);
--scrollbar-hover-color: rgb(167, 167, 167);
--scrollbar-active-color: rgb(175, 175, 175);
--toolspane-bar-text-color: rgb(68, 72, 87);
--toolspane-buttons-text-color: rgb(237, 237, 237);
--toolspane-button-color: rgb(206, 205, 205);
--toolspane-accent-color: rgb(206, 205, 205);
--toolspane-non-accent-color: rgb(116, 116, 116);
--toolspane-button-color: rgb(188, 194, 201);
--toolspane-accent-color: rgb(26, 132, 154);
--toolspane-non-accent-color: rgb(188, 194, 201);
--console-background-color: rgb(248, 248, 248);
--tests-background-color: rgb(237, 237, 237);
--test-results-background-color: rgb(225, 225, 225, 0.7);
Expand All @@ -90,11 +90,11 @@
--menu-border-color: rgb(204, 204, 204);
--menu-shadow-color: rgba(0, 0, 0, 0.175);
--menu-split-color: rgb(204, 204, 204);
--menu-hover-color: rgb(231, 232, 241);
--menu-hover-color: rgb(231, 248, 255);
--menu-text-color: rgb(34, 34, 34);
--submenu-arrow-color: rgb(128, 128, 128);
--switch-off-color: rgb(204, 204, 204);
--switch-on-color: rgb(33, 150, 243);
--switch-on-color: rgb(26, 132, 154);
--switch-background-color: rgb(255, 255, 255);
--overlay-background-color: rgb(0, 0, 0);
--modal-background-color: rgb(245, 245, 245);
Expand Down

0 comments on commit 0ea01cc

Please sign in to comment.