mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
parent
45d13ffe5b
commit
b5515e6bac
@ -1970,7 +1970,7 @@ style "progressbar" {
|
|||||||
xthickness = 1
|
xthickness = 1
|
||||||
ythickness = 1
|
ythickness = 1
|
||||||
|
|
||||||
fg[NORMAL] = @selected_fg_color
|
fg[NORMAL] = @fg_color
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @selected_fg_color
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
@ -1403,6 +1403,7 @@ GtkTreeView.view { // treeview grid lines a
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.trough, &.trough:selected { // progress bar trough in treeviews
|
&.trough, &.trough:selected { // progress bar trough in treeviews
|
||||||
|
color: $fg_color;
|
||||||
background-color: $button_border;
|
background-color: $button_border;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
@ -1119,6 +1119,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #D3DAE3;
|
||||||
background-color: #2d3036;
|
background-color: #2d3036;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1120,6 +1120,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1119,6 +1119,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #D3DAE3;
|
||||||
background-color: #2d3036;
|
background-color: #2d3036;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1120,6 +1120,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1119,6 +1119,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1119,6 +1119,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1424,8 +1424,8 @@ GtkTreeView.view { // treeview grid lines a
|
|||||||
background-color: $selected_fg_color;
|
background-color: $selected_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.trough, &.trough:selected { // progress bar trough in treeviews
|
&.trough, &.trough:selected { // progress bar trough in treeviews
|
||||||
|
color: $fg_color;
|
||||||
background-color: $button_border;
|
background-color: $button_border;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
|
@ -1135,6 +1135,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #D3DAE3;
|
||||||
background-color: #2d3036;
|
background-color: #2d3036;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1136,6 +1136,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1135,6 +1135,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #D3DAE3;
|
||||||
background-color: #2d3036;
|
background-color: #2d3036;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1136,6 +1136,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1135,6 +1135,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
@ -1135,6 +1135,7 @@ GtkTreeView.view {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
|
||||||
|
color: #5c616c;
|
||||||
background-color: #cfd6e6;
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user