Skip to content

Commit

Permalink
Merge branch 'wip/3.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
horst3180 committed Mar 23, 2016
2 parents bde7177 + 2de83c0 commit fdbb5f3
Show file tree
Hide file tree
Showing 205 changed files with 33,698 additions and 50 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Arc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell w

### Requirements

* Gnome/GTK 3.14, 3.16 or 3.18
* Gnome/GTK 3.14, 3.16, 3.18 or 3.20
* The `gnome-themes-standard` package
* The murrine engine. This has different names depending on your distro.
* `gtk-engine-murrine` (Arch Linux)
Expand Down Expand Up @@ -109,7 +109,7 @@ Other options to pass to autogen.sh are
--disable-xfwm disable XFWM support
--disable-xfce-notify disable XFCE Notify support

--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18)
--with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20)
Note: Normally the correct version is detected automatically and this
option should not be needed.

Expand Down
83 changes: 80 additions & 3 deletions common/gnome-shell/3.18/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,48 @@ StScrollBar {
width: 48px;
height: 48px; }

.audio-device-selection-dialog {
spacing: 30px; }

.audio-selection-content {
spacing: 20px;
padding: 24px; }

.audio-selection-title {
font-weight: bold;
text-align: center; }

.audio-selection-box {
spacing: 20px; }

.audio-selection-device {
border: 1px solid #2b2e39;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #5294E2;
border-color: #5294E2; }

.audio-selection-device-box {
padding: 20px;
spacing: 20px; }

.audio-selection-device-icon {
icon-size: 64px; }

.geolocation-dialog {
spacing: 30px; }
.geolocation-dialog-main-layout {
spacing: 12px; }
.geolocation-dialog-content {
spacing: 20px; }
.geolocation-dialog-icon {
icon-size: 48px; }
.geolocation-dialog-title {
font-weight: bold; }
.geolocation-dialog-reason {
color: #D3DAE3;
font-weight: bold; }

.network-dialog-secret-table {
spacing-rows: 15px;
spacing-columns: 1em; }
Expand All @@ -388,7 +430,7 @@ StScrollBar {
spacing-columns: 1em; }

.popup-menu {
min-width: 200px;
min-width: 15em;
color: #D3DAE3;
border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu .popup-sub-menu {
Expand Down Expand Up @@ -644,6 +686,8 @@ StScrollBar {
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px; }
#panel .power-status.panel-status-indicators-box {
spacing: 0; }
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
Expand Down Expand Up @@ -689,7 +733,7 @@ StScrollBar {
color: transparent; }

.aggregate-menu {
width: 280px; }
min-width: 21em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }

Expand Down Expand Up @@ -872,8 +916,19 @@ StScrollBar {
color: rgba(211, 218, 227, 0.3);
opacity: 1; }

.calendar-week-number {
font-size: 70%;
font-weight: bold;
width: 2.3em;
height: 1.8em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: rgba(211, 218, 227, 0.3);
color: #383C4A; }

.message-list {
width: 420px; }
width: 31.5em; }
.message-list-sections {
spacing: 1.5em; }
.message-list-section, .message-list-section-list {
Expand Down Expand Up @@ -932,6 +987,28 @@ StScrollBar {
padding: 8px;
font-size: 1em; }

.message-media-control {
padding: 6px;
color: rgba(211, 218, 227, 0.45); }
.message-media-control:last-child:ltr {
padding-right: 18px; }
.message-media-control:last-child:rtl {
padding-left: 18px; }
.message-media-control:hover {
color: #D3DAE3; }
.message-media-control:active {
color: #5294E2; }

.media-message-cover-icon {
icon-size: 32px; }
.media-message-cover-icon.fallback {
color: rgba(211, 218, 227, 0.45);
background-color: #383C4A;
border-radius: 2px;
icon-size: 16px;
padding: 8px;
border: 1px solid #2b2e39; }

.ripple-box {
width: 52px;
height: 52px;
Expand Down
83 changes: 80 additions & 3 deletions common/gnome-shell/3.18/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,48 @@ StScrollBar {
width: 48px;
height: 48px; }

.audio-device-selection-dialog {
spacing: 30px; }

.audio-selection-content {
spacing: 20px;
padding: 24px; }

.audio-selection-title {
font-weight: bold;
text-align: center; }

.audio-selection-box {
spacing: 20px; }

.audio-selection-device {
border: 1px solid #dcdfe3;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #5294E2;
border-color: #5294E2; }

.audio-selection-device-box {
padding: 20px;
spacing: 20px; }

.audio-selection-device-icon {
icon-size: 64px; }

.geolocation-dialog {
spacing: 30px; }
.geolocation-dialog-main-layout {
spacing: 12px; }
.geolocation-dialog-content {
spacing: 20px; }
.geolocation-dialog-icon {
icon-size: 48px; }
.geolocation-dialog-title {
font-weight: bold; }
.geolocation-dialog-reason {
color: #5c616c;
font-weight: bold; }

.network-dialog-secret-table {
spacing-rows: 15px;
spacing-columns: 1em; }
Expand All @@ -388,7 +430,7 @@ StScrollBar {
spacing-columns: 1em; }

.popup-menu {
min-width: 200px;
min-width: 15em;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu .popup-sub-menu {
Expand Down Expand Up @@ -644,6 +686,8 @@ StScrollBar {
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px; }
#panel .power-status.panel-status-indicators-box {
spacing: 0; }
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
Expand Down Expand Up @@ -689,7 +733,7 @@ StScrollBar {
color: transparent; }

.aggregate-menu {
width: 280px; }
min-width: 21em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }

Expand Down Expand Up @@ -872,8 +916,19 @@ StScrollBar {
color: rgba(92, 97, 108, 0.3);
opacity: 1; }

.calendar-week-number {
font-size: 70%;
font-weight: bold;
width: 2.3em;
height: 1.8em;
border-radius: 2px;
padding: 0.5em 0 0;
margin: 6px;
background-color: rgba(92, 97, 108, 0.3);
color: #F5F6F7; }

.message-list {
width: 420px; }
width: 31.5em; }
.message-list-sections {
spacing: 1.5em; }
.message-list-section, .message-list-section-list {
Expand Down Expand Up @@ -932,6 +987,28 @@ StScrollBar {
padding: 8px;
font-size: 1em; }

.message-media-control {
padding: 6px;
color: rgba(92, 97, 108, 0.55); }
.message-media-control:last-child:ltr {
padding-right: 18px; }
.message-media-control:last-child:rtl {
padding-left: 18px; }
.message-media-control:hover {
color: #5c616c; }
.message-media-control:active {
color: #5294E2; }

.media-message-cover-icon {
icon-size: 32px; }
.media-message-cover-icon.fallback {
color: rgba(92, 97, 108, 0.55);
background-color: #F5F6F7;
border-radius: 2px;
icon-size: 16px;
padding: 8px;
border: 1px solid #dcdfe3; }

.ripple-box {
width: 52px;
height: 52px;
Expand Down
Loading

0 comments on commit fdbb5f3

Please sign in to comment.