diff options
| author | cristiano <[email protected]> | 2020-01-02 19:28:20 +0000 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-01-02 19:28:20 +0000 |
| commit | 195ea4390734fe9d2cc2711fd498fed2f254af46 (patch) | |
| tree | b13e3618e1b8e9640f6f1ec6878e7474aaa6743a /themes | |
| parent | b32fe71f89eef90494ff602c382fa63e4b89f556 (diff) | |
| download | protonmail-themes-195ea4390734fe9d2cc2711fd498fed2f254af46.tar.xz protonmail-themes-195ea4390734fe9d2cc2711fd498fed2f254af46.zip | |
Compiled styles. 💅
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/blue_and_orange/blue_and_orange.css | 6 | ||||
| -rw-r--r-- | themes/blue_and_orange/blue_and_orange_full.css | 16 | ||||
| -rw-r--r-- | themes/dark_bubble_gum/dark_bubble_gum.css | 6 | ||||
| -rw-r--r-- | themes/dark_bubble_gum/dark_bubble_gum_full.css | 16 | ||||
| -rw-r--r-- | themes/deutera_one/deutera_one.css | 6 | ||||
| -rw-r--r-- | themes/deutera_one/deutera_one_full.css | 16 | ||||
| -rw-r--r-- | themes/dracula/dracula.css | 6 | ||||
| -rw-r--r-- | themes/dracula/dracula_full.css | 16 | ||||
| -rw-r--r-- | themes/green_lume/green_lume.css | 6 | ||||
| -rw-r--r-- | themes/green_lume/green_lume_full.css | 16 | ||||
| -rw-r--r-- | themes/monokai/monokai.css | 6 | ||||
| -rw-r--r-- | themes/monokai/monokai_full.css | 16 | ||||
| -rw-r--r-- | themes/ochin/ochin.css | 6 | ||||
| -rw-r--r-- | themes/ochin/ochin_full.css | 16 | ||||
| -rw-r--r-- | themes/vitamin_c/vitamin_c.css | 6 | ||||
| -rw-r--r-- | themes/vitamin_c/vitamin_c_full.css | 16 |
16 files changed, 176 insertions, 0 deletions
diff --git a/themes/blue_and_orange/blue_and_orange.css b/themes/blue_and_orange/blue_and_orange.css index cf508cd..926bd71 100644 --- a/themes/blue_and_orange/blue_and_orange.css +++ b/themes/blue_and_orange/blue_and_orange.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #ED7D3A; } .progress-contact::-moz-progress-bar { background: #ED7D3A; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #99420e; } diff --git a/themes/blue_and_orange/blue_and_orange_full.css b/themes/blue_and_orange/blue_and_orange_full.css index d8fdba3..8e3ec97 100644 --- a/themes/blue_and_orange/blue_and_orange_full.css +++ b/themes/blue_and_orange/blue_and_orange_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #ED7D3A; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #99420e; } + body { scrollbar-color: #167088 #105365; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #0F4C5C; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #ED7D3A; + background: transparent; } diff --git a/themes/dark_bubble_gum/dark_bubble_gum.css b/themes/dark_bubble_gum/dark_bubble_gum.css index 0ddb272..f55dfbc 100644 --- a/themes/dark_bubble_gum/dark_bubble_gum.css +++ b/themes/dark_bubble_gum/dark_bubble_gum.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #EF2D56; } .progress-contact::-moz-progress-bar { background: #EF2D56; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #910b27; } diff --git a/themes/dark_bubble_gum/dark_bubble_gum_full.css b/themes/dark_bubble_gum/dark_bubble_gum_full.css index 910429e..6619243 100644 --- a/themes/dark_bubble_gum/dark_bubble_gum_full.css +++ b/themes/dark_bubble_gum/dark_bubble_gum_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #EF2D56; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #910b27; } + body { scrollbar-color: #363636 #212121; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #1C1C1C; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #EF2D56; + background: transparent; } diff --git a/themes/deutera_one/deutera_one.css b/themes/deutera_one/deutera_one.css index 6d6de5c..5705b22 100644 --- a/themes/deutera_one/deutera_one.css +++ b/themes/deutera_one/deutera_one.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #ffed00; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #807700; } + .pm-button--error, .pm-button--primary, .pm-button--warning, .pm-button-blue { color: #fff; background-color: #08426b; diff --git a/themes/deutera_one/deutera_one_full.css b/themes/deutera_one/deutera_one_full.css index ff23ca1..f124b4d 100644 --- a/themes/deutera_one/deutera_one_full.css +++ b/themes/deutera_one/deutera_one_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #ffed00; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #807700; } + body { scrollbar-color: #0000a9 navy; } @@ -439,6 +445,16 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #000076; } +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #ffed00; + background: transparent; } + .pm-button--error, .pm-button--primary, .pm-button--warning, .pm-button-blue { color: #fff; background-color: #08426b; diff --git a/themes/dracula/dracula.css b/themes/dracula/dracula.css index 14d82f3..ba2af94 100644 --- a/themes/dracula/dracula.css +++ b/themes/dracula/dracula.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #FF79C6; } .progress-contact::-moz-progress-bar { background: #FF79C6; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #f9008f; } diff --git a/themes/dracula/dracula_full.css b/themes/dracula/dracula_full.css index 64b6671..7c6fa9a 100644 --- a/themes/dracula/dracula_full.css +++ b/themes/dracula/dracula_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #FF79C6; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #f9008f; } + body { scrollbar-color: #3e4153 #2c2f3c; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #282a36; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #FF79C6; + background: transparent; } diff --git a/themes/green_lume/green_lume.css b/themes/green_lume/green_lume.css index 9f3d299..905789e 100644 --- a/themes/green_lume/green_lume.css +++ b/themes/green_lume/green_lume.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #2FBF71; } .progress-contact::-moz-progress-bar { background: #2FBF71; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #165934; } diff --git a/themes/green_lume/green_lume_full.css b/themes/green_lume/green_lume_full.css index c6e70e7..2bec342 100644 --- a/themes/green_lume/green_lume_full.css +++ b/themes/green_lume/green_lume_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #2FBF71; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #165934; } + body { scrollbar-color: #363636 #212121; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #1C1C1C; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #d6d6d6; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #2FBF71; + background: transparent; } diff --git a/themes/monokai/monokai.css b/themes/monokai/monokai.css index 98a93e6..e74dc13 100644 --- a/themes/monokai/monokai.css +++ b/themes/monokai/monokai.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #89C62A; } .progress-contact::-moz-progress-bar { background: #89C62A; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #405d14; } diff --git a/themes/monokai/monokai_full.css b/themes/monokai/monokai_full.css index ba52668..4b34399 100644 --- a/themes/monokai/monokai_full.css +++ b/themes/monokai/monokai_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #89C62A; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #405d14; } + body { scrollbar-color: #373932 #22231f; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #1D1E1A; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #89C62A; + background: transparent; } diff --git a/themes/ochin/ochin.css b/themes/ochin/ochin.css index 2d21612..3929ebc 100644 --- a/themes/ochin/ochin.css +++ b/themes/ochin/ochin.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #A8E576; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #66b823; } + .pm-button--error, .pm-button--primary, .pm-button--warning, .pm-button-blue { color: #FFF; background-color: #7297C4; diff --git a/themes/ochin/ochin_full.css b/themes/ochin/ochin_full.css index 90540e2..8cd1530 100644 --- a/themes/ochin/ochin_full.css +++ b/themes/ochin/ochin_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #A8E576; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #66b823; } + body { scrollbar-color: #47576b #374352; } @@ -439,6 +445,16 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #333E4C; } +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #A8E576; + background: transparent; } + .pm-button--error, .pm-button--primary, .pm-button--warning, .pm-button-blue { color: #FFF; background-color: #7297C4; diff --git a/themes/vitamin_c/vitamin_c.css b/themes/vitamin_c/vitamin_c.css index 279c896..be9729d 100644 --- a/themes/vitamin_c/vitamin_c.css +++ b/themes/vitamin_c/vitamin_c.css @@ -158,3 +158,9 @@ a:active, a:focus, a:hover, color: #FD7400; } .progress-contact::-moz-progress-bar { background: #FD7400; } + +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #7e3a00; } diff --git a/themes/vitamin_c/vitamin_c_full.css b/themes/vitamin_c/vitamin_c_full.css index 5077157..a10cf6e 100644 --- a/themes/vitamin_c/vitamin_c_full.css +++ b/themes/vitamin_c/vitamin_c_full.css @@ -159,6 +159,12 @@ a:active, a:focus, a:hover, .progress-contact::-moz-progress-bar { background: #FD7400; } +.calendar-grid-heading[aria-pressed="true"] +.calendar-grid-heading-number, +.minicalendar-day[aria-pressed="true"], +.minicalendar-day[aria-current="date"]::before { + background: #7e3a00; } + body { scrollbar-color: #006a8b #004b62; } @@ -438,3 +444,13 @@ select.pm-field, select.pm-field-icon-container { .pm-plans-table-row--highlighted { background-color: #004358; } + +.calendar-grid-heading, .calendar-monthgrid-day { + color: #e6eaf0; } + +.calendar-grid-heading[aria-current="date"] { + color: white; } + +.pm-checkbox-fakecheck { + border-color: #FD7400; + background: transparent; } |
