Skip to content

Commit

Permalink
Update theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 16, 2021
1 parent e125e7a commit af543e4
Show file tree
Hide file tree
Showing 33 changed files with 4,587 additions and 3,300 deletions.
239 changes: 139 additions & 100 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,106 +59,106 @@
box-shadow: 0 0 0 1px #93cbf9; }

:root {
--blue-50:#f4fafe;
--blue-100:#cae6fc;
--blue-200:#a0d2fa;
--blue-300:#75bef8;
--blue-400:#4baaf5;
--blue-500:#2196f3;
--blue-600:#1c80cf;
--blue-700:#1769aa;
--blue-800:#125386;
--blue-900:#0d3c61;
--green-50:#f6fbf6;
--green-100:#d4ecd5;
--green-200:#b2ddb4;
--green-300:#90cd93;
--green-400:#6ebe71;
--green-500:#4caf50;
--green-600:#419544;
--green-700:#357b38;
--green-800:#2a602c;
--green-900:#1e4620;
--yellow-50:#fffcf5;
--yellow-100:#fef0cd;
--yellow-200:#fde4a5;
--yellow-300:#fdd87d;
--yellow-400:#fccc55;
--yellow-500:#fbc02d;
--yellow-600:#d5a326;
--yellow-700:#b08620;
--yellow-800:#8a6a19;
--yellow-900:#644d12;
--cyan-50:#f2fcfd;
--cyan-100:#c2eff5;
--cyan-200:#91e2ed;
--cyan-300:#61d5e4;
--cyan-400:#30c9dc;
--cyan-500:#00bcd4;
--cyan-600:#00a0b4;
--cyan-700:#008494;
--cyan-800:#006775;
--cyan-900:#004b55;
--pink-50:#fef4f7;
--pink-100:#fac9da;
--pink-200:#f69ebc;
--pink-300:#f1749e;
--pink-400:#ed4981;
--pink-500:#e91e63;
--pink-600:#c61a54;
--pink-700:#a31545;
--pink-800:#801136;
--pink-900:#5d0c28;
--indigo-50:#f5f6fb;
--indigo-100:#d1d5ed;
--indigo-200:#acb4df;
--indigo-300:#8893d1;
--indigo-400:#6372c3;
--indigo-500:#3f51b5;
--indigo-600:#36459a;
--indigo-700:#2c397f;
--indigo-800:#232d64;
--indigo-900:#192048;
--teal-50:#f2faf9;
--teal-100:#c2e6e2;
--teal-200:#91d2cc;
--teal-300:#61beb5;
--teal-400:#30aa9f;
--teal-500:#009688;
--teal-600:#008074;
--teal-700:#00695f;
--teal-800:#00534b;
--teal-900:#003c36;
--orange-50:#fff8f2;
--orange-100:#fde0c2;
--orange-200:#fbc791;
--orange-300:#f9ae61;
--orange-400:#f79530;
--orange-500:#f57c00;
--orange-600:#d06900;
--orange-700:#ac5700;
--orange-800:#874400;
--orange-900:#623200;
--bluegray-50:#f7f9f9;
--bluegray-100:#d9e0e3;
--bluegray-200:#bbc7cd;
--bluegray-300:#9caeb7;
--bluegray-400:#7e96a1;
--bluegray-500:#607d8b;
--bluegray-600:#526a76;
--bluegray-700:#435861;
--bluegray-800:#35454c;
--bluegray-900:#263238;
--purple-50:#faf4fb;
--purple-100:#e7cbec;
--purple-200:#d4a2dd;
--purple-300:#c279ce;
--purple-400:#af50bf;
--purple-500:#9c27b0;
--purple-600:#852196;
--purple-700:#6d1b7b;
--purple-800:#561561;
--purple-900:#3e1046; }
--blue-50:tint(#2196F3, 95%);
--blue-100:tint(#2196F3, 76%);
--blue-200:tint(#2196F3, 57%);
--blue-300:tint(#2196F3, 38%);
--blue-400:tint(#2196F3, 19%);
--blue-500:tint(#2196F3, 0%);
--blue-600:shade(#2196F3, 15%);
--blue-700:shade(#2196F3, 30%);
--blue-800:shade(#2196F3, 45%);
--blue-900:shade(#2196F3, 60%);
--green-50:tint(#4caf50, 95%);
--green-100:tint(#4caf50, 76%);
--green-200:tint(#4caf50, 57%);
--green-300:tint(#4caf50, 38%);
--green-400:tint(#4caf50, 19%);
--green-500:tint(#4caf50, 0%);
--green-600:shade(#4caf50, 15%);
--green-700:shade(#4caf50, 30%);
--green-800:shade(#4caf50, 45%);
--green-900:shade(#4caf50, 60%);
--yellow-50:tint(#FBC02D, 95%);
--yellow-100:tint(#FBC02D, 76%);
--yellow-200:tint(#FBC02D, 57%);
--yellow-300:tint(#FBC02D, 38%);
--yellow-400:tint(#FBC02D, 19%);
--yellow-500:tint(#FBC02D, 0%);
--yellow-600:shade(#FBC02D, 15%);
--yellow-700:shade(#FBC02D, 30%);
--yellow-800:shade(#FBC02D, 45%);
--yellow-900:shade(#FBC02D, 60%);
--cyan-50:tint(#00BCD4, 95%);
--cyan-100:tint(#00BCD4, 76%);
--cyan-200:tint(#00BCD4, 57%);
--cyan-300:tint(#00BCD4, 38%);
--cyan-400:tint(#00BCD4, 19%);
--cyan-500:tint(#00BCD4, 0%);
--cyan-600:shade(#00BCD4, 15%);
--cyan-700:shade(#00BCD4, 30%);
--cyan-800:shade(#00BCD4, 45%);
--cyan-900:shade(#00BCD4, 60%);
--pink-50:tint(#E91E63, 95%);
--pink-100:tint(#E91E63, 76%);
--pink-200:tint(#E91E63, 57%);
--pink-300:tint(#E91E63, 38%);
--pink-400:tint(#E91E63, 19%);
--pink-500:tint(#E91E63, 0%);
--pink-600:shade(#E91E63, 15%);
--pink-700:shade(#E91E63, 30%);
--pink-800:shade(#E91E63, 45%);
--pink-900:shade(#E91E63, 60%);
--indigo-50:tint(#3F51B5, 95%);
--indigo-100:tint(#3F51B5, 76%);
--indigo-200:tint(#3F51B5, 57%);
--indigo-300:tint(#3F51B5, 38%);
--indigo-400:tint(#3F51B5, 19%);
--indigo-500:tint(#3F51B5, 0%);
--indigo-600:shade(#3F51B5, 15%);
--indigo-700:shade(#3F51B5, 30%);
--indigo-800:shade(#3F51B5, 45%);
--indigo-900:shade(#3F51B5, 60%);
--teal-50:tint(#009688, 95%);
--teal-100:tint(#009688, 76%);
--teal-200:tint(#009688, 57%);
--teal-300:tint(#009688, 38%);
--teal-400:tint(#009688, 19%);
--teal-500:tint(#009688, 0%);
--teal-600:shade(#009688, 15%);
--teal-700:shade(#009688, 30%);
--teal-800:shade(#009688, 45%);
--teal-900:shade(#009688, 60%);
--orange-50:tint(#F57C00, 95%);
--orange-100:tint(#F57C00, 76%);
--orange-200:tint(#F57C00, 57%);
--orange-300:tint(#F57C00, 38%);
--orange-400:tint(#F57C00, 19%);
--orange-500:tint(#F57C00, 0%);
--orange-600:shade(#F57C00, 15%);
--orange-700:shade(#F57C00, 30%);
--orange-800:shade(#F57C00, 45%);
--orange-900:shade(#F57C00, 60%);
--bluegray-50:tint(#607D8B, 95%);
--bluegray-100:tint(#607D8B, 76%);
--bluegray-200:tint(#607D8B, 57%);
--bluegray-300:tint(#607D8B, 38%);
--bluegray-400:tint(#607D8B, 19%);
--bluegray-500:tint(#607D8B, 0%);
--bluegray-600:shade(#607D8B, 15%);
--bluegray-700:shade(#607D8B, 30%);
--bluegray-800:shade(#607D8B, 45%);
--bluegray-900:shade(#607D8B, 60%);
--purple-50:tint(#9C27B0, 95%);
--purple-100:tint(#9C27B0, 76%);
--purple-200:tint(#9C27B0, 57%);
--purple-300:tint(#9C27B0, 38%);
--purple-400:tint(#9C27B0, 19%);
--purple-500:tint(#9C27B0, 0%);
--purple-600:shade(#9C27B0, 15%);
--purple-700:shade(#9C27B0, 30%);
--purple-800:shade(#9C27B0, 45%);
--purple-900:shade(#9C27B0, 60%); }

.p-autocomplete .p-autocomplete-loader {
right: 0.5rem; }
Expand Down Expand Up @@ -2677,6 +2677,45 @@
border-color: #383838; }
.fc.fc-theme-standard .fc-view-harness .fc-view {
background: #1e1e1e; }
.fc.fc-theme-standard .fc-view-harness .fc-popover {
background: none;
border: 0 none; }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
border: 1px solid #383838;
padding: 1rem;
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87); }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
font-family: 'PrimeIcons' !important;
font-size: 1rem;
width: 2rem;
height: 2rem;
color: rgba(255, 255, 255, 0.6);
border: 0 none;
background: transparent;
border-radius: 50%;
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
content: ""; }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
color: rgba(255, 255, 255, 0.87);
border-color: transparent;
background: rgba(255, 255, 255, 0.03); }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: 0 0 0 1px #93cbf9; }
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
padding: 1rem;
border: 1px solid #383838;
background: #1e1e1e;
color: rgba(255, 255, 255, 0.87);
border-top: 0 none; }
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
color: #212529;
background: #43a5f4;
Expand Down
Loading

0 comments on commit af543e4

Please sign in to comment.