diff options
| author | cristiano <[email protected]> | 2020-06-04 20:09:10 +0100 |
|---|---|---|
| committer | cristiano <[email protected]> | 2020-06-04 20:09:10 +0100 |
| commit | 6ef2cfeead87dc299ddfae2635483a56dcb60a0b (patch) | |
| tree | a64ae14e1e153254cc5d5225f5219567e93ee09d | |
| parent | 424371155a8627e03d44e1a1ee25c7f221360798 (diff) | |
| download | protonmail-themes-6ef2cfeead87dc299ddfae2635483a56dcb60a0b.tar.xz protonmail-themes-6ef2cfeead87dc299ddfae2635483a56dcb60a0b.zip | |
Compiled themes. 💅
| -rw-r--r-- | themes/blue_and_orange/blue_and_orange_full.css | 3 | ||||
| -rw-r--r-- | themes/dark_bubble_gum/dark_bubble_gum_full.css | 3 | ||||
| -rw-r--r-- | themes/deutera_one/deutera_one_full.css | 3 | ||||
| -rw-r--r-- | themes/dracula/dracula_full.css | 3 | ||||
| -rw-r--r-- | themes/green_lume/green_lume_full.css | 3 | ||||
| -rw-r--r-- | themes/gruvbox/gruvbox_full.css | 3 | ||||
| -rw-r--r-- | themes/monokai/monokai_full.css | 3 | ||||
| -rw-r--r-- | themes/ochin/ochin_full.css | 3 | ||||
| -rw-r--r-- | themes/vitamin_c/vitamin_c_full.css | 3 |
9 files changed, 27 insertions, 0 deletions
diff --git a/themes/blue_and_orange/blue_and_orange_full.css b/themes/blue_and_orange/blue_and_orange_full.css index a359fa9..5a2dbb5 100644 --- a/themes/blue_and_orange/blue_and_orange_full.css +++ b/themes/blue_and_orange/blue_and_orange_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #ED7D3A; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #0F4C5C; border-color: #167088; diff --git a/themes/dark_bubble_gum/dark_bubble_gum_full.css b/themes/dark_bubble_gum/dark_bubble_gum_full.css index 749fa7b..bd09c1f 100644 --- a/themes/dark_bubble_gum/dark_bubble_gum_full.css +++ b/themes/dark_bubble_gum/dark_bubble_gum_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #EF2D56; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #1C1C1C; border-color: #363636; diff --git a/themes/deutera_one/deutera_one_full.css b/themes/deutera_one/deutera_one_full.css index 4752bce..6435072 100644 --- a/themes/deutera_one/deutera_one_full.css +++ b/themes/deutera_one/deutera_one_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #ffed00; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #000076; border-color: #0000a9; diff --git a/themes/dracula/dracula_full.css b/themes/dracula/dracula_full.css index eaedd04..24a3544 100644 --- a/themes/dracula/dracula_full.css +++ b/themes/dracula/dracula_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #FF79C6; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #282a36; border-color: #3e4153; diff --git a/themes/green_lume/green_lume_full.css b/themes/green_lume/green_lume_full.css index 34df0f0..59366c6 100644 --- a/themes/green_lume/green_lume_full.css +++ b/themes/green_lume/green_lume_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #2FBF71; } +.plaintext-editor { + color: #d6d6d6; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #1C1C1C; border-color: #363636; diff --git a/themes/gruvbox/gruvbox_full.css b/themes/gruvbox/gruvbox_full.css index 595af27..059ba2b 100644 --- a/themes/gruvbox/gruvbox_full.css +++ b/themes/gruvbox/gruvbox_full.css @@ -411,6 +411,9 @@ details:first-child { .angular-squire-iframe body a { color: #689d6a; } +.plaintext-editor { + color: #fbf1c7; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #282828; border-color: #424242; diff --git a/themes/monokai/monokai_full.css b/themes/monokai/monokai_full.css index 3f7630d..4d4cdf0 100644 --- a/themes/monokai/monokai_full.css +++ b/themes/monokai/monokai_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #89C62A; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #1D1E1A; border-color: #373932; diff --git a/themes/ochin/ochin_full.css b/themes/ochin/ochin_full.css index ebfaf6c..a469a40 100644 --- a/themes/ochin/ochin_full.css +++ b/themes/ochin/ochin_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #A8E576; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #333E4C; border-color: #47576b; diff --git a/themes/vitamin_c/vitamin_c_full.css b/themes/vitamin_c/vitamin_c_full.css index 74fd94d..cce16a2 100644 --- a/themes/vitamin_c/vitamin_c_full.css +++ b/themes/vitamin_c/vitamin_c_full.css @@ -409,6 +409,9 @@ details:first-child { .angular-squire-iframe body a { color: #FD7400; } +.plaintext-editor { + color: #e6eaf0; } + .pm-button, .pm-button--info, .pm-button--redborder { background: #004358; border-color: #006a8b; |
