1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

make suggested-action buttons green-ish

This commit is contained in:
Horst3180 2015-07-14 20:24:37 +02:00
parent f8d657035d
commit 1377577279
16 changed files with 281 additions and 242 deletions

View File

@ -22,7 +22,7 @@ $warning_color: #F27835;
$error_color: #FC4138;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: if($variant == 'light', #9EA4B5, #5B5F69);
$suggested_color: #49C98D;
$osd_fg_color: #A8ADB5;
$osd_bg_color: transparentize(#3c4049, 0.05);

View File

@ -504,6 +504,7 @@ $_dot_color: $selected_bg_color;
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
&.#{$b_type} {
background-clip: border-box;
color: $selected_fg_color;
border-color: $b_color;
background-color: $b_color;

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69;
outline-color: rgba(91, 95, 105, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(91, 95, 105, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69;
outline-color: rgba(91, 95, 105, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(91, 95, 105, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,27 +383,29 @@ GtkFlowBox .grid-child {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
border-color: #F04A50;
background-color: #F04A50; }
@ -963,30 +965,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -22,7 +22,7 @@ $warning_color: #F27835;
$error_color: #FC4138;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: if($variant == 'light', #9EA4B5, #5B5F69);
$suggested_color: #49C98D;
$osd_fg_color: #A8ADB5;
$osd_bg_color: transparentize(#3c4049, 0.05);

View File

@ -504,7 +504,9 @@ $_dot_color: $selected_bg_color;
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
&.#{$b_type} {
background-clip: border-box;
color: $selected_fg_color;
outline-color: transparentize($selected_fg_color, 0.7);
border-color: $b_color;
background-color: $b_color;

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #5B5F69;
background-color: #5B5F69; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69;
outline-color: rgba(91, 95, 105, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(91, 95, 105, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #5B5F69;
background-color: #5B5F69; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5B5F69;
background-color: #5B5F69; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #5B5F69;
outline-color: rgba(91, 95, 105, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #707582;
background-color: #707582; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #4a4e56;
background-color: #4a4e56; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(91, 95, 105, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(91, 95, 105, 0.65);
background-color: rgba(91, 95, 105, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {

View File

@ -383,28 +383,32 @@ GtkTextView {
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
border-color: #9EA4B5;
background-color: #9EA4B5; }
outline-color: rgba(255, 255, 255, 0.3);
border-color: #49C98D;
background-color: #49C98D; }
.button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5; }
color: #49C98D; }
.button.suggested-action:hover {
color: #ffffff;
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.button.suggested-action:active, .button.suggested-action:checked {
color: #ffffff;
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #F04A50;
background-color: #F04A50; }
.button.destructive-action.flat {
@ -970,30 +974,30 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #9EA4B5;
background-color: #9EA4B5; }
border-color: #49C98D;
background-color: #49C98D; }
.primary-toolbar .button.suggested-action.flat, .header-bar .button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #9EA4B5;
outline-color: rgba(158, 164, 181, 0.3); }
color: #49C98D;
outline-color: rgba(73, 201, 141, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #b8bcc9;
background-color: #b8bcc9; }
border-color: #6cd4a3;
background-color: #6cd4a3; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #8a91a6;
background-color: #8a91a6; }
border-color: #37b87b;
background-color: #37b87b; }
.primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive {
color: rgba(158, 164, 181, 0.45); }
color: rgba(73, 201, 141, 0.45); }
.primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive {
color: rgba(255, 255, 255, 0.6);
border-color: rgba(158, 164, 181, 0.65);
background-color: rgba(158, 164, 181, 0.65); }
border-color: rgba(73, 201, 141, 0.65);
background-color: rgba(73, 201, 141, 0.65); }
.primary-toolbar .button.suggested-action:backdrop, .header-bar .button.suggested-action:backdrop,
.primary-toolbar .button.suggested-action:backdrop,
.header-bar .button.suggested-action:backdrop {