mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-builder: lighter active tab
This commit is contained in:
parent
618e8624fb
commit
be17195fcc
@ -2881,7 +2881,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #2d3036; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #444852; }
|
||||
background-color: #383C45; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2882,7 +2882,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2881,7 +2881,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #2d3036; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #444852; }
|
||||
background-color: #383C45; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2882,7 +2882,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2881,7 +2881,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2881,7 +2881,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -306,26 +306,26 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus {
|
||||
}
|
||||
|
||||
GbSourceStyleSchemeWidget GtkSourceView {
|
||||
font-family: Monospace;
|
||||
font-family: Monospace;
|
||||
}
|
||||
|
||||
GtkScrolledWindow.gb-linked-scroller {
|
||||
border-top: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
// Disable various animatinos that are enabled by default and really annoying
|
||||
// to the overall flow of Builder.
|
||||
GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button {
|
||||
transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
GbViewStack GtkBox.header.notebook,
|
||||
GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid $borders_color;
|
||||
border-bottom: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: $bg_color;
|
||||
background-color: $base_color;
|
||||
|
||||
.button.dim-label { opacity: 1; }
|
||||
}
|
||||
|
@ -2847,7 +2847,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #2d3036; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #444852; }
|
||||
background-color: #383C45; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2847,7 +2847,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #2d3036; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #444852; }
|
||||
background-color: #383C45; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2848,7 +2848,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2847,7 +2847,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -2847,7 +2847,7 @@ GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid #dbdfe3; }
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: #F5F6F7; }
|
||||
background-color: #ffffff; }
|
||||
GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook .button.label.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle {
|
||||
opacity: 1; }
|
||||
|
||||
|
@ -354,26 +354,26 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus {
|
||||
}
|
||||
|
||||
GbSourceStyleSchemeWidget GtkSourceView {
|
||||
font-family: Monospace;
|
||||
font-family: Monospace;
|
||||
}
|
||||
|
||||
GtkScrolledWindow.gb-linked-scroller {
|
||||
border-top: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
// Disable various animatinos that are enabled by default and really annoying
|
||||
// to the overall flow of Builder.
|
||||
GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button {
|
||||
transition: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
GbViewStack GtkBox.header.notebook,
|
||||
GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook {
|
||||
border-bottom: 1px solid $borders_color;
|
||||
border-bottom: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
GbViewStack.focused GtkBox.header.notebook {
|
||||
background-color: $bg_color;
|
||||
background-color: $base_color;
|
||||
|
||||
.button.dim-label { opacity: 1; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user