Skip to content

Commit

Permalink
Upgrade to macOS 11 Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jul 7, 2020
1 parent 9421cf1 commit e5d8acd
Show file tree
Hide file tree
Showing 7 changed files with 2,444 additions and 2,671 deletions.
4 changes: 2 additions & 2 deletions cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ StScrollBar StButton#hhandle:active {
border:rgba(0,0,0,0.8);
border-radius: 3px;
box-shadow: 0px 5px 11px 7px rgba(0,0,0,0.25);
background-color: rgba(215,215,215,0.9);
background-color: rgba(255,255,255,0.25);
/*background-color: rgba(255,255,255,0.9);*/
border-top: 0px;
border-left: 0px;
Expand Down Expand Up @@ -348,7 +348,7 @@ StScrollBar StButton#hhandle:active {
* Panel (panel.js)
* ===================================================================*/
#panel {
background-color: rgba(255,255,255,0.7);
background-color: rgba(255,255,255,0.25);
box-shadow: 0 0 6px 6px rgba(20,20,20,0.5);
outline: 1px transparent;
color: #000000;
Expand Down
19 changes: 10 additions & 9 deletions gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ StScrollBar {
.popup-menu .popup-menu-item:rtl {
padding: .4em 0em .4em 1.75em; }
.popup-menu .popup-menu-item:checked {
background-color: rgba(200,200,200,0.95);
background-color: rgba(200,200,200,0);
box-shadow: none;
font-weight: normal; }
.popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus {
Expand All @@ -422,7 +422,7 @@ StScrollBar {

.popup-menu-boxpointer,
.candidate-popup-boxpointer {
background-color: rgba(255,255,255,0.85);
background-color: rgba(255,255,255,0.25);
-arrow-background-color: transparent;
-arrow-border-width: 0px;
-arrow-border-color: transparent;
Expand Down Expand Up @@ -571,7 +571,7 @@ StScrollBar {
font-weight: normal;
color: black;
height: 24px;
background-color: rgba(255,255,255,0.75);
background-color: rgba(255,255,255,0.25);
box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
text-shadow: none;
}
Expand Down Expand Up @@ -660,6 +660,8 @@ StScrollBar {
}

.calendar {
border: none;
background-color: rgba(255,255,255,0.25);
margin-bottom: 1em; }

.calendar,
Expand Down Expand Up @@ -1124,11 +1126,11 @@ StScrollBar {
font-size: 20pt;
background: rgba(160,160,160,0.7);
background-gradient-direction: none;
background-color: rgba(220,220,220,0.7);
border: none;
background-color: rgba(255,255,255,0.25);
border: none;
box-shadow: 0;
padding: 0 0;
border-radius: 4px 4px 0 0;
border-radius: 14px;
}

#dash .placeholder {
Expand Down Expand Up @@ -1193,11 +1195,10 @@ StScrollBar {
icon-shadow: none;
}
.app-view-control:first-child {
border-radius: 4px 0 0 4px;
border-radius: 8px;
}
.app-view-control:last-child {
border-right-width: 0;
border-radius: 0 4px 4px 0;
border-radius: 8px;
}

.search-provider-icon:active, .search-provider-icon:checked,
Expand Down
8 changes: 4 additions & 4 deletions gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
# based on "Bluebird" by Simon Steinbeiß and Pasi Lallinaho
# Description: As is the original theme, this theme is 100% free and open source.

gtk-color-scheme = "bg_color:#f5f5f5"
gtk-color-scheme = "bg_color:#FFFFFF"
gtk-color-scheme = "fg_color:#000000"
gtk-color-scheme = "base_color:#FFFFFF" # Background, base.
gtk-color-scheme = "text_color:#000000" # Foreground, text.
gtk-color-scheme = "selected_bg_color:#0375f8"
gtk-color-scheme = "selected_bg_color:#2E7CF7"
gtk-color-scheme = "selected_fg_color:#FFFFFF"
gtk-color-scheme = "tooltip_bg_color:#FFFFFF"
gtk-color-scheme = "tooltip_fg_color:#000000" # Tooltips.
gtk-color-scheme = "link_color:#0057d8" # Hyperlinks
gtk-color-scheme = "panel_bg:#f6f6f6" # Panel bg color
gtk-color-scheme = "panel_bg:#FFFFFF" # Panel bg color
gtk-color-scheme = "fm_color:#000000" # Color used in Nautilus and Thunar.
gtk-color-scheme = "bg_color_dark:#dddddd"
gtk-color-scheme = "bg_color_dark:#FFFFFF"
gtk-color-scheme = "text_color_dark:#000000"
gtk-color-scheme = "shadow_color:#000000" # Xfce desktp icons shadow color

Expand Down
Loading

0 comments on commit e5d8acd

Please sign in to comment.