mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
update wm colors
This commit is contained in:
parent
a68987ad7d
commit
b45fb56bf7
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user