|
| 1 | +:root { |
| 2 | + --main-green: #66c167; |
| 3 | + --main-red: #f96c6c; |
| 4 | + --cancel: #c4c4c4; |
| 5 | + --radius: 4px; |
| 6 | + --radius-2: 8px; |
| 7 | +} |
| 8 | + |
| 9 | +.theme-light { |
| 10 | + --color-primary: #3e3a3b; |
| 11 | + --color-success: #8cc176; |
| 12 | + --color-danger: #b82c0d; |
| 13 | + --color-white: #f3fafc; |
| 14 | + --color-text-secondary: #5a5356; |
| 15 | + |
| 16 | + // backgrounds |
| 17 | + --background-color-base: #f3fafc; |
| 18 | + --background-color-secondary: #e6eef1; |
| 19 | + --background-color-third: #e6eef1; |
| 20 | + --bg-big-card: #f3fafc; |
| 21 | + --bg-alter-1: #e6eef1; |
| 22 | + --bg-alter-2: #dee6e8; |
| 23 | + --landing-card-bg: rgba(250, 250, 250, 0.3); |
| 24 | + --landing-icon-bg: #ededed; |
| 25 | + --table-background: #e6eef1; |
| 26 | + --dialog-background: #f5f5f9; |
| 27 | + |
| 28 | + // buttons |
| 29 | + --btn-default: #dce4e6; |
| 30 | + --btn-alternative: #fff; |
| 31 | + --btn-active: #dce4e6; |
| 32 | + --hover: #e9eeef; // dark hover row |
| 33 | + --dark-btn-sm: #e0e0e0; |
| 34 | + --swap-tab-active: #e0e0e0; |
| 35 | + |
| 36 | + --text-default: #161617; |
| 37 | + --text-grey-thirdly: #787878; |
| 38 | + |
| 39 | + --border-color: #dadbdc; |
| 40 | + |
| 41 | + --card-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08); |
| 42 | + --dropdown-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08); |
| 43 | + |
| 44 | + --active-row: #c2deff; |
| 45 | + |
| 46 | + --border-1: 1px solid rgba(60, 60, 67, 0.36); |
| 47 | +} |
| 48 | + |
| 49 | +.theme-dark { |
| 50 | + --color-primary: #9eaba3; |
| 51 | + |
| 52 | + // backgrounds |
| 53 | + --background-color-base: #282828; |
| 54 | + --background-color-secondary: #212121; |
| 55 | + --background-color-third: #161617; |
| 56 | + --bg-big-card: #212121; |
| 57 | + --bg-alter-1: #282828; |
| 58 | + --bg-alter-2: #363535; |
| 59 | + --landing-card-bg: rgba(40, 40, 40, 0.3); |
| 60 | + --landing-icon-bg: #111111; |
| 61 | + --table-background: #212121; |
| 62 | + --dialog-background: #282828; |
| 63 | + |
| 64 | + // buttons |
| 65 | + --btn-default: #333333; |
| 66 | + --btn-alternative: #333333; |
| 67 | + --btn-active: #161617; |
| 68 | + --hover: rgba(22, 22, 23, 0.6); |
| 69 | + --dark-btn-sm: #383838; |
| 70 | + --swap-tab-active: #141415; |
| 71 | + |
| 72 | + --text-default: #f2f2f2; |
| 73 | + --text-grey-thirdly: #bdbdbd; |
| 74 | + |
| 75 | + --card-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.2); |
| 76 | + --dropdown-shadow: 0px 12px 24px 0px rgba(18, 18, 18, 0.16); |
| 77 | + |
| 78 | + --color-text-primary: #f2fff2; |
| 79 | + --border-color: #3f4144; |
| 80 | + |
| 81 | + --color-success: #8cc176; |
| 82 | + --color-danger: #b82c0d; |
| 83 | + |
| 84 | + --active-row: #282828; |
| 85 | +} |
0 commit comments