mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Change notebook styles
This commit is contained in:
@@ -117,6 +117,11 @@ NautilusWindow > GtkGrid > .pane-separator {
|
|||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NautilusView {
|
||||||
|
background-color: @theme_base_color;
|
||||||
|
color: @theme_text_color;
|
||||||
|
}
|
||||||
|
|
||||||
NautilusView.frame,
|
NautilusView.frame,
|
||||||
NautilusNotebook.notebook {
|
NautilusNotebook.notebook {
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
|
|||||||
@@ -1109,7 +1109,7 @@ GtkTreeMenu .menuitem * {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_bg_color, 0.8);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 1.08);
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-clip: border-box;
|
background-clip: border-box;
|
||||||
}
|
}
|
||||||
@@ -1121,20 +1121,20 @@ GtkTreeMenu .menuitem * {
|
|||||||
|
|
||||||
.notebook tab {
|
.notebook tab {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-color: shade(@theme_bg_color, 0.85);
|
border-color: shade(@theme_base_color, 0.75);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_base_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active {
|
.notebook tab:active {
|
||||||
border-color: shade(@theme_bg_color, 0.8);
|
border-color: shade(@theme_base_color, 0.8);
|
||||||
background-color:shade(@theme_bg_color, 1.08);
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab GtkLabel {
|
.notebook tab GtkLabel {
|
||||||
color: @theme_fg_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab.top {
|
.notebook tab.top {
|
||||||
|
|||||||
Reference in New Issue
Block a user