mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Merge branch 'Eugeny-master'
This commit is contained in:
commit
feca2daaf3
@ -26,17 +26,18 @@ MarlinViewWindow {
|
|||||||
.sidebar, .source-list.sidebar.view {
|
.sidebar, .source-list.sidebar.view {
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
|
||||||
.view {
|
.view, row {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $dark_sidebar_fg;
|
color: $dark_sidebar_fg;
|
||||||
|
|
||||||
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
|
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
|
||||||
|
|
||||||
|
&.cell:selected {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.view.cell:selected {
|
|
||||||
background-color: $selected_bg_color;
|
|
||||||
color: $selected_fg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.frame {
|
&.frame {
|
||||||
color: $dark_sidebar_fg;
|
color: $dark_sidebar_fg;
|
||||||
|
@ -24,16 +24,16 @@ MarlinViewWindow {
|
|||||||
.sidebar, .source-list.sidebar.view {
|
.sidebar, .source-list.sidebar.view {
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
|
||||||
.view {
|
.view, row {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $dark_sidebar_fg;
|
color: $dark_sidebar_fg;
|
||||||
|
|
||||||
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
|
&.image { color: transparentize($dark_sidebar_fg, 0.4); }
|
||||||
}
|
|
||||||
|
|
||||||
.view.cell:selected {
|
&.cell:selected {
|
||||||
background-color: $selected_bg_color;
|
background-color: $selected_bg_color;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.frame {
|
&.frame {
|
||||||
|
Loading…
Reference in New Issue
Block a user