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

update wm colors

This commit is contained in:
Horst3180 2015-07-09 18:07:29 +02:00
parent a68987ad7d
commit b45fb56bf7
8 changed files with 64 additions and 64 deletions

View File

@ -81,17 +81,17 @@ $wm_icon_close_hover_bg: $selected_fg_color;
$wm_icon_close_active_bg: $selected_fg_color;
// Minimize, Maximize
$wm_button_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #22252b);
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
$wm_button_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #2a3035);
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
$wm_button_active_bg: $selected_bg_color;
$wm_button_border: if($variant == 'light' and $darker == 'false', #d8dae0, #141619);
$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1a1c20);
$wm_button_border: if($variant == 'light' and $darker == 'false', #d8dae0, #191C21);
$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1F2328);
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #777d86);
$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #575c63);
$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #838993);
$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;

View File

@ -3530,16 +3530,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #383C45;

View File

@ -3522,16 +3522,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;

View File

@ -3530,16 +3530,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #383C45;

View File

@ -81,17 +81,17 @@ $wm_icon_close_hover_bg: $selected_fg_color;
$wm_icon_close_active_bg: $selected_fg_color;
// Minimize, Maximize
$wm_button_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #22252b);
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #212429);
$wm_button_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
$wm_button_unfocused_bg: if($variant == 'light' and $darker == 'false', #f6f7f8, #2a3035);
$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #272c32);
$wm_button_active_bg: $selected_bg_color;
$wm_button_border: if($variant == 'light' and $darker == 'false', #d8dae0, #141619);
$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1a1c20);
$wm_button_border: if($variant == 'light' and $darker == 'false', #d8dae0, #191C21);
$wm_button_unfocused_border: if($variant == 'light' and $darker == 'false', #dddee2, #1F2328);
$wm_button_hover_border: $selected_bg_color;
$wm_button_active_border: $selected_bg_color;
$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #777d86);
$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #575c63);
$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #838993);
$wm_icon_bg: if($variant == 'light' and $darker == 'false', #a7adb9, #939ca8);
$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #babec7, #686f78);
$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #757d91, #afb8c5);
$wm_icon_active_bg: $selected_fg_color;

View File

@ -3393,16 +3393,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #383C45;

View File

@ -3385,16 +3385,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #ffffff;

View File

@ -3393,16 +3393,16 @@ GtkFileChooserDialog .action-bar.frame {
@define-color wm_icon_close_bg #ffffff;
@define-color wm_icon_close_hover_bg #ffffff;
@define-color wm_icon_close_active_bg #ffffff;
@define-color wm_button_bg #212429;
@define-color wm_button_unfocused_bg #22252b;
@define-color wm_button_hover_bg #212429;
@define-color wm_button_bg #272c32;
@define-color wm_button_unfocused_bg #2a3035;
@define-color wm_button_hover_bg #272c32;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_border #141619;
@define-color wm_button_unfocused_border #1a1c20;
@define-color wm_button_border #191C21;
@define-color wm_button_unfocused_border #1F2328;
@define-color wm_button_hover_border #5294E2;
@define-color wm_button_active_border #5294E2;
@define-color wm_icon_bg #777d86;
@define-color wm_icon_unfocused_bg #575c63;
@define-color wm_icon_hover_bg #838993;
@define-color wm_icon_bg #939ca8;
@define-color wm_icon_unfocused_bg #686f78;
@define-color wm_icon_hover_bg #afb8c5;
@define-color wm_icon_active_bg #ffffff;
@define-color content_view_bg #383C45;