From 6ef2cfeead87dc299ddfae2635483a56dcb60a0b Mon Sep 17 00:00:00 2001 From: cristiano Date: Thu, 4 Jun 2020 20:09:10 +0100 Subject: =?UTF-8?q?Compiled=20themes.=20=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/blue_and_orange/blue_and_orange_full.css | 3 +++ themes/dark_bubble_gum/dark_bubble_gum_full.css | 3 +++ themes/deutera_one/deutera_one_full.css | 3 +++ themes/dracula/dracula_full.css | 3 +++ themes/green_lume/green_lume_full.css | 3 +++ themes/gruvbox/gruvbox_full.css | 3 +++ themes/monokai/monokai_full.css | 3 +++ themes/ochin/ochin_full.css | 3 +++ themes/vitamin_c/vitamin_c_full.css | 3 +++ 9 files changed, 27 insertions(+) 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; -- cgit v1.2.3