1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

3.20: update gnome-builder styling (fix #514)

This commit is contained in:
Horst3180 2016-05-08 19:36:34 +02:00
parent b3228ec344
commit 5ec25f42e6
8 changed files with 120 additions and 40 deletions

View File

@ -203,6 +203,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3347,19 +3360,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #383C4A; background-color: #383C4A;
border-bottom: 1px solid #2b2e39; } border-bottom: 1px solid #2b2e39; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #2b2e39; border-color: #2b2e39;
background-color: #404552; } background-color: #404552; }
@ -3372,7 +3385,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #383C4A; } background-color: #383C4A; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -202,6 +202,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3345,19 +3358,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #F5F6F7; background-color: #F5F6F7;
border-bottom: 1px solid #dcdfe3; } border-bottom: 1px solid #dcdfe3; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #dcdfe3; border-color: #dcdfe3;
background-color: #ffffff; } background-color: #ffffff; }
@ -3370,7 +3383,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #F5F6F7; } background-color: #F5F6F7; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -203,6 +203,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3347,19 +3360,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #383C4A; background-color: #383C4A;
border-bottom: 1px solid #2b2e39; } border-bottom: 1px solid #2b2e39; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #2b2e39; border-color: #2b2e39;
background-color: #404552; } background-color: #404552; }
@ -3372,7 +3385,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #383C4A; } background-color: #383C4A; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -202,6 +202,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3345,19 +3358,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #F5F6F7; background-color: #F5F6F7;
border-bottom: 1px solid #dcdfe3; } border-bottom: 1px solid #dcdfe3; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #dcdfe3; border-color: #dcdfe3;
background-color: #ffffff; } background-color: #ffffff; }
@ -3370,7 +3383,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #F5F6F7; } background-color: #F5F6F7; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -202,6 +202,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3349,19 +3362,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #F5F6F7; background-color: #F5F6F7;
border-bottom: 1px solid #dcdfe3; } border-bottom: 1px solid #dcdfe3; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #dcdfe3; border-color: #dcdfe3;
background-color: #ffffff; } background-color: #ffffff; }
@ -3374,7 +3387,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #F5F6F7; } background-color: #F5F6F7; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -202,6 +202,19 @@ entry {
entry.error selection, entry.error selection:focus { entry.error selection, entry.error selection:focus {
background-color: #ffffff; background-color: #ffffff;
color: #FC4138; } color: #FC4138; }
entry.search-missing {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
entry.search-missing:focus {
color: #ffffff;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) { entry:drop(active):focus, entry:drop(active) {
border-color: #F08437; border-color: #F08437;
box-shadow: none; } box-shadow: none; }
@ -3349,19 +3362,19 @@ pillbox {
background-color: #5294E2; background-color: #5294E2;
border-radius: 3px; } border-radius: 3px; }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: #F5F6F7; background-color: #F5F6F7;
border-bottom: 1px solid #dcdfe3; } border-bottom: 1px solid #dcdfe3; }
tabstrip tab { docktabstrip docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; } border-width: 0 1px; }
tabstrip tab label { docktabstrip docktab label {
opacity: 0.5; } opacity: 0.5; }
tabstrip tab:checked label, tabstrip tab:hover label { docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1; } opacity: 1; }
tabstrip tab:checked { docktabstrip docktab:checked {
border-color: #dcdfe3; border-color: #dcdfe3;
background-color: #ffffff; } background-color: #ffffff; }
@ -3374,7 +3387,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: #F5F6F7; } background-color: #F5F6F7; }
dockoverlayedge tabstrip { dockoverlayedge docktabstrip {
padding: 0; padding: 0;
border: none; } border: none; }
dockoverlayedge.left-edge tab:checked, dockoverlayedge.left-edge tab:checked,

View File

@ -274,13 +274,13 @@ pillbox {
border-radius: 3px; border-radius: 3px;
} }
tabstrip { docktabstrip {
padding: 0 6px; padding: 0 6px;
background-color: $bg_color; background-color: $bg_color;
border-bottom: 1px solid $borders_color; border-bottom: 1px solid $borders_color;
tab { docktab {
min-height: 28px; min-height: 28px;
border: solid transparent; border: solid transparent;
border-width: 0 1px; border-width: 0 1px;
@ -307,7 +307,7 @@ dockpaned {
dockoverlayedge { dockoverlayedge {
background-color: $bg_color; background-color: $bg_color;
tabstrip { docktabstrip {
padding: 0; padding: 0;
border: none; border: none;
} }

View File

@ -257,7 +257,9 @@ entry {
// error and warning style // error and warning style
@each $e_type, $e_color in (warning, $warning_color), @each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) { (error, $error_color),
// entry.search-missing for Gnome-Builder
(search-missing, $error_color) {
&.#{$e_type} { &.#{$e_type} {
color: $selected_fg_color; color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border); border-color: if($variant=='light', $e_color, $entry_border);